cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

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

Open Nif9 opened 2 years ago

Nif9 commented 2 years ago

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.