plugin:changemarks
Table of Contents
changemarks Plugin
Compatible with DokuWiki
Frusterick Manners, Greebo
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Similar to highlight
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]++ <ins [title]>[text]</ins>
[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]-- <del [title]>[text]</del>
[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
- Upped version. (2017-02-25 10:11)
- Merge pull request #5 from LarsGit223/master (2017-02-25 10:07)
- Adjusted ODT support for branch "redesign". (2016-06-19 10:06)
- Merge pull request #4 from LarsGit223/master (2016-04-29 22:20)
- Added ODT support and upped version. (2016-04-29 22:17)
- Plugin cleanup: deleted VERSION file, deleted obsolete getInfo() meth… (2016-04-25 21:12)
- Merge pull request #3 from splitbrain-forks/php7-signature (2016-02-27 18:32)
- Adjust method signatures to match parent (2016-02-02 13:01)
plugin/changemarks.txt · Last modified: 2023-10-31 00:59 by Klap-in