wiki-monkey icon indicating copy to clipboard operation
wiki-monkey copied to clipboard

MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.

Results 84 wiki-monkey issues
Sort by recently updated
recently updated
newest added

Links such as `[[Special:Permalink/460285#Dangerous NoExtract example|unintended consequences]]` break the FixLinkFragments plugin. Original report: https://wiki.archlinux.org/index.php?title=User_talk:Kynikos&curid=11164&diff=656883&oldid=615440#Wiki_Monkey_throwing_an_error_on_a_specific_page

plugin/mod
defect

It would be nice if the "copy link" feature from v5.0.0 preserved explicit underscores in titles and sections and lowercase titles. See e.g. [systemd](https://wiki.archlinux.org/index.php/Systemd), [mod_python](https://wiki.archlinux.org/index.php/mod_python), [VMware#Package build for x86_64](https://wiki.archlinux.org/index.php/VMware#Package_build_for_x86_64).

defect
module/API

Hi again ^_^ I doesn't know how your code work, but it will be great if you add next **if**: - **if** a particular page has no language tag **and**...

plugin/mod
request

Let this be the MediaWiki userscript support meta-issue :laughing: The [standalone](https://github.com/kynikos/wiki-monkey/blob/master/scripts/WikiMonkey-ArchWiki-standalone.user.js) version actually [works](https://wiki.archlinux.org/index.php?title=User:Lahwaacz/common.js&diff=444473&oldid=444472), but... - [ ] Userscripts are not loaded on Special:Preferences for security reasons, so the configuration...

module/API
request

I just remembered that [wikEdDiff](http://en.wikipedia.org/wiki/User:Cacycle/wikEdDiff) relies on some variables being set by MediaWiki, which actually works even with Greasemonkey (i.e. it is not specific to MediaWiki's userscripts). See the code:...

module/API
request

url-encoded interwiki links should be decoded before comparing with existing sections. Example from [ASUS Zenbook Prime UX31A](https://wiki.archlinux.org/index.php/ASUS_Zenbook_Prime_UX31A): ``` Processing ASUS Zenbook Prime UX31A... Cannot fix broken link fragment: [[Touchpad_Synaptics#Buttonless_TouchPads_.28aka_ClickPads.29| Instructions...

plugin/mod
request

The log's timestamp field is messed up on systems using 12h clock: the am/pm string wraps on a second line.

defect
module/API

Optionally display some kind of warning/reminder when trying to manually edit a page when logged in with a bot account.

plugin/mod
request

When checking the operation of my bot, I usually go to [this page](https://wiki.archlinux.org/index.php/Special:Contributions/Lahwaacz.bot) and open up the diffs. The problem is that due to long edit summaries, the "rollback X...

plugin/mod
request

The RecentChanges list could be better reprensented by a table with separate fields for date, author, link to the diff etc. Instead of working on MediaWiki's JS-prefiltered list, this filter...

plugin/mod
request