wiki-monkey
wiki-monkey copied to clipboard
MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.
Once #134 is implemented, it would be handy to be able to save some SimpleReplace substitutions and access them through a select menu.
The ArchWiki side of this issue should be discussed in ArchWiki_talk:Reports, but it may be better if WM could add a report directly in the talk page of the diff'd...
Think of a way to efficiently manage saved links to diffs and discussions: - Check for links to closed/deleted discussions and remove them; warn that the discussion may have been...
On the [Kernels](https://wiki.archlinux.org/index.php/Kernels) page, the plugin substitutes `O'Reilley` into `O areilly`.
The log area doesn't scroll down automatically anymore in Chromium when messages are appended. Also check other browsers.
In the `ArchWikiRCFilter` plugin, show the last day heading with a red background, to indicate that it may be truncated (i.e. it may not contain all the edits of that...
The parser should be able to recognize alternative link text defined like `[[Article]]suffix`.
In a template, it's possible to define a parameter multiple times (and only the last definition is used): the first time the parameter can be positional, but then it can...
Support links with an empty alternative text (e.g. pipe trick). https://github.com/kynikos/wiki-monkey/blob/develop/src/modules/Parser.js#L161 Also check if the transclusion parser supports empty parameters.