Table of Contents

dtable Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" yes
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" unknown
  • 2020-07-29 "Hogfather" unknown

plugin Simplify managing DokuWiki tables by adding intuitive GUI

Last updated on
2024-06-11
Provides
Syntax
Repository
Source
Conflicts with
sortablejs

Similar to data, edittable

Tagged with database, tables

Description

This plugin allows you to easily edit dokuwiki tables by right-clicking on any row. Edits take place using simple ajax GUI rather than going into DW's edit mode. Every table change is saved in dokuwiki as the new page revision so now you don't need to worry when you accidentally change or remove some table rows (as it was in old dtable). The plugin additionally manages page locks so you don't need to worry that someone can damage your work by using the same page in parallel with you. I've also decided to change all new line chars that appear in textareas to “\\” so now you won't destroy your table when you accidentally insert some new lines to it.

To add, edit or remove records just click with the right mouse button on the table. To send the form in the table just doubleclick somewhere in the page.

Only logged in users can modify the table.

Download and Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Syntax and Usage

Just put your dokuwiki table between <dtable></dtable> tags. Ex.:

<dtable>
^Header 1^Header 2^
|test|table|
</dtable>

Known issues

> why? What happens otherwise?

Config

Development

Change Log

Releases:

Discussion

https://github.com/gkrid/dokuwiki-plugin-dtable/issues