edittable
edittable copied to clipboard
StructTemplate and Edittable : <struct-template> inside a cell is not managed during edition
Hi, In my dokuwiki (extended with plugins edittable, struct, structtemplate and bootstrapwrapper), when I put in a cell a structtemplate statement:
<struct-template>
---- data ----
schema: ...
cols: ...
filter: ...
sort: ...
----
...
</struct-template>
, it splits/breaks the table. I'm not encountering this issue if a deactivate the edittable plugin and edit through classical edition...
During reproduction of bug, be aware of issue with spaces not supported on the end of each line of the structtemplate statement [https://github.com/iainhallam/dokuwiki-plugin-structtemplate/issues/2]. It has to be deleted manually.