Wikitext-VSCode-Extension
Wikitext-VSCode-Extension copied to clipboard
A Visual Studio Code Extension that provides language support for Wikitext.
 Hey there! The "ad" appended to edit summaries using this extension is a bit long, and tends to clog up revision histories with repetitive text. I think a better...
Normal rendering: `{{#if: {{{2|}}} | style="--test: {{{2|}}}" }}` Abnormal rendering: ``  In the image, snippet `#if: {{{2|}}}` has incorrect highlight. Also, is the highlight of snippet `--test: {{{2|}}}` the...
Hello, thank you for your useful extension. In more complicated template cases, braces can be mismatched. For example `{{#if:{{{param|}}}|{{{param}}}|{{ATemplate|Template arg}}}}`
Full error message: ```plaintext Access to fetch at 'https://github.com/' from origin 'https://v--05jqmiibrpsovhruor6qb71uo3ga8g9dbv6hr2q5l7elh6s78j7p.vscode-cdn.net' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque...
Currently, when accessing a mediawiki site that requires credentials, the extension will fail if no username/password is defined in config. Defining the username/password in config however leaves it in plaintext...
First off, awesome work! I haven't tried any of the custom Wikipedia editors but, after this plugin, I really don't think I need to. Second, the web citation command is...
Hi, Is it possible to use extension with private wiki where "all" group doesn't have `read` right? LocalSettings.php contains `$wgGroupPermission['*']['read'] = false;` which cause an error "readapidenied" when trying to...
The syntax `{{{1|}}}`, variable with | is not supported.
Hi, When using the preview function of this extension, the preview page is only loading the first 3 media files. All other files below the first 3 on the page...