Closed (fixed)
Project:
Aloha Editor (obsolete)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Sep 2012 at 18:47 UTC
Updated:
15 Oct 2012 at 13:01 UTC
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
Comment #1
wim leersActually, 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.
Comment #2
artatac commentedworks well - thanks
Comment #3
wim leersGreat :)