Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 23-Apr-2025 | - | ||||
COPYING | H A D | 23-Sep-2018 | 17.6 KiB | 341 | 281 | |
README.md | H A D | 23-Sep-2018 | 938 | 34 | 21 | |
plugin.info.txt | H A D | 23-Sep-2018 | 175 | 8 | 7 | |
style.css | H A D | 23-Sep-2018 | 171 | 10 | 9 | |
syntax.php | H A D | 23-Sep-2018 | 2.6 KiB | 99 | 54 |
README.md
1# DokuWiki Prespan plugin 2 3A plugin for [DokuWiki](https://www.dokuwiki.org/) which allows users create text 4spans which preserve spaces. 5 6## Usage 7 8When you have it installed, use the following syntax ```<prespan>text</prespan>```. 9Between the ```<prespan>``` tags other formatting is allowed. That means you 10e.g. could create a underlined text span with preserved space by writing 11```<prespan>__text__</prespan>```. 12 13## Limitations 14 15None. 16 17## Download / Installation 18 19 See [DokuWiki's plugin page](https://www.dokuwiki.org/plugin:prespan) 20 21Alternatively 22 1. Download plugin/repo archive 23 2. Installing the plugin: 24 * You can either extract the archive into the ```lib/plugins``` directory or 25 * Load the admin page, go to the Extension Manager and enter the URL of the plugin under Manual Install. 26 27## Authors 28 29 The plugin has been written by LarsDW223. 30 31## License 32 33This plugin is open-source and licensed under the GNU GPL v.2. 34