Wikitext-VSCode-Extension icon indicating copy to clipboard operation
Wikitext-VSCode-Extension copied to clipboard

A Visual Studio Code Extension that provides language support for Wikitext.

Results 17 Wikitext-VSCode-Extension issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Frederisk/Wikitext-VSCode-Extension/assets/147560416/f1428bfe-29db-4e31-9c1e-7d47c3bd2422) 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...

enhancement

Normal rendering: `{{#if: {{{2|}}} | style="--test: {{{2|}}}" }}` Abnormal rendering: `` ![图片](https://github.com/Frederisk/Wikitext-VSCode-Extension/assets/81268244/f5f7a5f3-7cf6-42ee-bc76-09895cfffd71) In the image, snippet `#if: {{{2|}}}` has incorrect highlight. Also, is the highlight of snippet `--test: {{{2|}}}` the...

bug
syntax

Hello, thank you for your useful extension. In more complicated template cases, braces can be mismatched. For example `{{#if:{{{param|}}}|{{{param}}}|{{ATemplate|Template arg}}}}`

bug
syntax

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...

wontfix
upstream

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...

enhancement

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...

enhancement

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...