====== changemarks Plugin ====== ---- plugin ---- description: This plugin is used to mark portions of text as inserted, deleted or highlighted author : Dokufreaks (previous authors: Gina Häußge, Michael Klier, Esther Brunner) email : freaks@dokuwiki.org type : syntax lastupdate : 2017-02-25 compatible : Frusterick Manners, Greebo depends : conflicts : similar : tags : typography, highlight downloadurl: https://github.com/dokufreaks/plugin-changemarks/archive/master.zip bugtracker : https://github.com/dokufreaks/plugin-changemarks/issues sourcerepo : https://github.com/dokufreaks/plugin-changemarks/ ---- ===== Description ===== This plugin is used to mark portions of text as inserted, deleted or highlighted. It replaces the older Inserted and Hilited plugins. Unlike the older plugins and unlike the markup for deleted built in to [[:DokuWiki]], you may specify a title which will appear as a tooltip in the browser. ===== Components ===== ==== Inserted ==== ++[title]>[text]++ [text] ^ [title] | title to appear as tooltip;\\ \\ could be the name of the user who proposed the change and current date or a short comment | optional;\\ \\ default is none | ^ [text] | text to mark as inserted;\\ \\ other formatting markup may be used inside | required | ==== Deleted ==== --[title]>[text]-- [text] ^ [title] | title to appear as tooltip;\\ \\ could be the name of the user who proposed the change and current date or a short comment | optional;\\ \\ default is none | ^ [text] | text to mark as deleted; other formatting markup may be used inside | required | ==== Hilited ==== !![title]>[text]!! ^ [title] | title to appear as tooltip;\\ \\ could be the name of the user who proposed the change and current date or a short comment | optional;\\ \\ default is none | ^ [text] | text to mark as highlighted;\\ \\ other formatting markup may be used inside | required | ===== Changes ===== {{rss>https://github.com/dokufreaks/plugin-changemarks/commits/master.atom date}}