edittable icon indicating copy to clipboard operation
edittable copied to clipboard

StructTemplate and Edittable : <struct-template> inside a cell is not managed during edition

Open Nif9 opened this issue 2 years ago • 0 comments

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.

Nif9 avatar Aug 11 '22 09:08 Nif9