• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

conf/03-Jun-2021-206

lang/03-Jun-2021-2210

LICENSED01-Jun-202117.7 KiB340281

README.mdD01-Jun-2021388 137

action.phpD01-Jun-20211.3 KiB5225

button.pngD01-Jun-2021836

plugin.info.txtD01-Jun-2021195 97

script.jsD01-Jun-2021772 3325

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