Great to have Aloha working at the back end on node add. I just wanted to feed back that when Markdown module is in use, even using a text format that does not load aloha I get the following error message
Filter filter_markdown has no type specified!
I have added a special text format called 'aloha' and made it available just to content creator role. However since adding aloha Markdown does not work - just fyi but it would be nice to offer the choice of either but currently they dont seem to play nice :-)

Comments

wim leers’s picture

Assigned: Unassigned » wim leers
Category: task » support
Status: Active » Fixed

Actually, they should play nice.

Your "aloha" text format should work with AE. Your "markdown" format should disable AE and allow you to use the textarea as otherwise.

That warning message exists solely because each filter in the system MUST be annotated with the necessary information.
I've just added the necessary type information for the Markdown module for you: http://drupalcode.org/project/aloha.git/commit/fa509bf. No port to the D8 version of the module is necessary, because there it'll really be up to the modules providing the filters to also provide this type information.

artatac’s picture

works well - thanks

wim leers’s picture

Great :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.