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