1====== Changelog ====== 2 32025-07-21 -- link, more like Link 4 5 * Adds ''a link'', which links to an anchor link but preserves case (DW lowercases IDs which can cause issues). 6 72025-07-21 -- link, more like Link 8 9 * Adds ''a link'' (internal/section link) that preserves case, as DW's engine doesn't. 10 112023-04-07 -- Coding on a Terminal 12 13 * Adds ''samp'' (terminal example output). 14 * Adds ''kbd'' (terminal example input). 15 * Adds ''hil'' (highlight / mark). 16 172023-04-07 -- Inserting Deletions 18 19 * Adds ''ins'' (edit insertions). 20 * Adds ''del'' (edit deletions). 21 * Compatibility tests for 'text' renderer and other similar modes. 22 232023-04-05 -- General Update 24 25 * Release is moved from notabug.org to codeberg.org . 26 * All forms of simple tag now use a base class with type 'formatting' and default getSort() prio of 140. 27 * Shifted the [cd], [cs] getSort() prio from 105 to 165, right below ''Doku_Parser_Mode_unformatted''. 28 * Shifted the [q] getSort() prio from 120 to 220, right there with ''Doku_Parser_Mode_quote''. 29 302023-02-14 -- Update Cites 31 32 * Fixes missing license content on LICENSE. 33 * Fixes [cd], [cs] not using the class_preffix configuration. 34 * Adds ''q'' (inline cite). 35 362020-05-05 -- Backend Upgrades 37 38 * Fixes PHP Warnings for Dokuwiki types in PHP >= 7.x. 39 * Anchor symbol (for eg.: ''text'' render) is now configurable. 40 * Adds partial support for the [[doku>plugin:s5|s5 plugin renderer]] and for the text renderer. 41 422018-02-06 -- Files for ''div'', ''span'' 43 44 * span 45 * Div and Span are their own bbcodes now: ''[cd=]'' and ''[cs=]''. 46 472018-02-06 -- Initial Upload 48 49 * anchor 50 * class 51 52 53