Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 03-Jun-2021 | - | 20 | 6 | |
lang/ | H | 03-Jun-2021 | - | 22 | 10 | |
LICENSE | H A D | 01-Jun-2021 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 01-Jun-2021 | 388 | 13 | 7 | |
action.php | H A D | 01-Jun-2021 | 1.3 KiB | 52 | 25 | |
button.png | H A D | 01-Jun-2021 | 836 | |||
plugin.info.txt | H A D | 01-Jun-2021 | 195 | 9 | 7 | |
script.js | H A D | 01-Jun-2021 | 772 | 33 | 25 |
README.md
1# DokuWiki-Plugin: ID Count 2 3Provides a button in the editor to insert an ongoing number (to be used as unique ids) in the text. A prefix can be configured, also the amount of (minimum) digits. 4 5## Compatibility 6 7* Tested with DokuWiki/**Hogfather** 8* Tested with PHP **7.4.13** 9 10## Data 11 12The counter ist stored in the ``data/idcount.txt`` file. Erasing this file will reset the counter. 13