Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 10-Feb-2020 | - | 24 | 8 | |
lang/en/ | H | 10-Feb-2020 | - | 12 | 2 | |
prism/ | H | 10-Feb-2020 | - | 646 | 601 | |
syntax/ | H | 10-Feb-2020 | - | 83 | 58 | |
README.md | H A D | 09-Feb-2020 | 639 | 17 | 13 | |
action.php | H A D | 09-Feb-2020 | 1.9 KiB | 56 | 40 | |
code.png | H A D | 09-Feb-2020 | 871 | |||
plugin.info.txt | H A D | 09-Feb-2020 | 245 | 8 | 7 | |
style.css | H A D | 09-Feb-2020 | 363 | 20 | 17 | |
svg.php | H A D | 09-Feb-2020 | 448 | 13 | 6 |
README.md
1# DokuWiki plugin - DokuPrism 2Syntax highlighting of source code snippets in [DokuWiki](https://www.dokuwiki.org/) page using [PRISM](https://prismjs.com/) engine 3 4By default this plugin override builtin `<code>` and `<file>` tags. You can change this in DokuWiki settings. 5 6# Installation 71. Log in as admin in your instance of DokuWiki 82. Go to **Extension Manager** 93. On **Manual Install** tab in field **Install from URL** paste this link: 10`https://github.com/amnemonic/dokuprism/archive/master.zip` 114. Press **Install** button 12 13# Links 14* https://www.dokuwiki.org/plugin:dokuprism 15* https://prismjs.com 16* https://www.dokuwiki.org 17