turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
59 stars 50 forks source link

Not compatible with diagram plugin #247

Closed Gonzo4 closed 7 years ago

Gonzo4 commented 7 years ago

Hi,

I'm currently testing the chgedit plugin and I encountered a problem with the diagram plugin.

The diagram plugin has a table like syntax with pipes (''|'') => opening and saving pages with the chgedit-editor will break the diagrams. The complex tables option is set to true.

As workaround it is possible to include the diagrams with die include plugin, but that's a poor solution ;)

turnermm commented 7 years ago

Possibly you will have to use the ditaa plugin which is compatible with ckgedit.

turnermm commented 7 years ago

I did a few tests and found that you could use diagram but it doesn't retain the color information in ckgedit.

Gonzo4 commented 7 years ago

Hi, ditaa is not an option, because we already have a lot of 'diagram' diagrams and because it is possible to put links inside the diagram blocks... Yes, everything behind the last pipe get lost after saving... Is it possible to ignore everything in between the elements, or is it possible to create a tag like ~~DONT_PARSE_START~~ and ~~DONT_PARSE_END~~ ? Thanks for the fast answer!

turnermm commented 7 years ago

I guess this should be closed since there's not much I can do to support this plugin.