JWB
JWB copied to clipboard
JavaScript Wiki Browser - Semi-automatic editing tool with no download required.
Some wikis have complex wgArticlePath and /wiki/${wgPageName} is not valid for that wikis, for instance, a wiki using a other language than English on Fandom.org.
Fix indents, fix translation
There are some complex changes in translation loading. According to [user report](https://zh.wikipedia.org/wiki/Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E6%8A%80%E6%9C%AF#JWB%E6%97%A0%E6%B3%95%E7%BC%96%E8%BE%91) and tests, the latest version (4.3.1) of this tool is likely to give an error or fail for...
Would make it a lot easier for users to contribute translations. Though this might need some refactoring here so that the i18n files are pure JSON, though translatewiki offers a...
Poking through the debugger, it appears to fail on this like: ```js JWB.page = response.query.pages[response.query.pageids[0]]; ``` Since the page it's being queried is a redirect, it appears to only offer...
Just started using JWB, really enjoying it! I noticed that if I leave my JWB browser tab open for a while and then come back to it, I'll sometimes hit...
This adds a "On load" select box in the Edit tab that lets you selected whether or not to show the diff or show the preview when a page is...