cosmocode / edittable

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

pagemod incompatibility #106

Open lisps opened 8 years ago

lisps commented 8 years ago

we use bureaucracy and pagemod to extend our tables.

| col1         | col2 |
| col1         | col2 |<pagemod 1>
| @@a@@ | @@b@@|</pagemod>

after editing the table with edittable the pagemod construct is destroyed, which makes sense. Is it somehow possible to either make it possible, or to not allow to edit the table with edittable?

(some inspiration on how to implement it is also enought, then I will provide a pr)

moz0817 commented 8 years ago
| col1         | col2 |
| col1         | col2 |
<pagemod 1> | @@a@@ | @@b@@|
</pagemod>

This works fine for me.