tosher
tosher
Hmm.. still works for me with Wikipedia.. Maybe some errors exists in the console?
Please, try to check with Firefox cookies or with direct login/password
Mediawiker opens pages in raw format without any redirections ot smth.
Please, try the new version (v3.6.15)
Please check the new version https://github.com/tosher/Mediawiker/releases/tag/v3.6.14
Headings foldling/infolding is the same as level-folding in Sublime text https://docs.sublimetext.io/reference/commands.html#fold-by-level Tags - like `pre`, `source` and other non-inline blocks.
Thanks, I'll check it
I'll include this in next release, but as temp. solution you can change syntax file: * `{sublime-folder}/Data/Packages/Mediawiker/MediawikiNG.sublime-syntax`, line `1410` ```yaml - match: '(\|)\s*(([\w\-]+)(=))?' ``` change to ```yaml - match: '(\|)\s*(([\w\-]+)\s*(=)\s*)?'...