| 69b3e0ca | 04-Nov-2025 |
Michael Große <mic.grosse@googlemail.com> |
fix: make on-page edit button work again (#30) |
| cb058b5a | 02-Jan-2021 |
Michael Große <mic.grosse@googlemail.com> |
Adjust to changed struct internals
This plugin has to redo some internals of the struct plugin. Those internals changed in cosmocode/dokuwiki-plugin-struct#489 and so this plugin needs to be adjuste
Adjust to changed struct internals
This plugin has to redo some internals of the struct plugin. Those internals changed in cosmocode/dokuwiki-plugin-struct#489 and so this plugin needs to be adjusted to track those changes.
show more ...
|
| 591eaa94 | 01-Jan-2021 |
Michael Große <mic.grosse@googlemail.com> |
Update dependencies |
| a07e0fd5 | 05-Nov-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: remove broken editable editbutton
edittable cannot work with tables inside structsections and hence that editbutton makes no sense. However the button is shown via js and so we cannot hide it w
fix: remove broken editable editbutton
edittable cannot work with tables inside structsections and hence that editbutton makes no sense. However the button is shown via js and so we cannot hide it with css. Also the rendering of the content is very agnostic of the specific content, so we cannot prevent its creation. This leaves removing it with javascript.
This fixes #1
show more ...
|
| 219cbd86 | 25-Jun-2017 |
Michael Große <mic.grosse@googlemail.com> |
Removed stray debug statement |
| 284f9fc3 | 25-Jun-2017 |
Michael Große <mic.grosse@googlemail.com> |
Last minute name change |
| 6b380169 | 25-Jun-2017 |
Michael Große <mic.grosse@googlemail.com> |
first working version |
| 9d2d02ff | 25-Jun-2017 |
Michael Große <mic.grosse@googlemail.com> |
Initial commit |