Releases: Frederisk/Wikitext-VSCode-Extension
Releases · Frederisk/Wikitext-VSCode-Extension
Wikitext Extension for VSCode v3.6.1
- When page is not exist, the extension will ask if still open document to create new page.
- The post function will try to add
WikitextExtensionForVSCode
tag in the edit history. - Fixed the bug that user edit summary cannot be posted.
Wikitext Extension for VSCode v3.6.0
- Add a command to close editor without saving.
- Add the option of auto login.
- Add option to allow skip filling in page title.
- Change the base syntax from XML(XHTML) to HTML.
- Remove ansi-regex dependency to potential security vulnerabilities.
Wikitext Extension for VSCode v3.5.0
- Added PageInfo support for the file of CSS, JavaScript, Lua, etc.
- Added PageInfo syntax.
- Enhanced info message of pull page function.
- Clearer error prompts.
- Fixed some errors about syntax.
- Fixed some bugs of web cite method.
Wikitext Extension for VSCode v3.4.0
- Added the function of pulling pages through URI.
- Added the function of displaying the action status through the status bar.
- Fixed some typos.
Wikitext Extension for VSCode v3.3.0
- Removed unnecessary assets, The size of the installation file is now ⅒ the original size!
- Enhanced URI view page function.
- Added Table caption syntax.
- Added
<ref>
tag synax. - Fixed errors about XML syntax.
- Turn part of the synax analysis into a built-in language extension that depends on VSCode such as XML and JSON.
- Changed some of textmate scopes.
- The extension will be activated when language is set to wikitext to speed up user commands.
Wikitext Extension for VSCode v3.2.4
- Added more snippets and auto closing pairs.
- Provided CSS adjustment support for Perviewer.
Wikitext Extension for VSCode v3.2.3
- Added optional for transfer poypcol.
- Added support of pull function for old version mediawiki.
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
- Fixed some logic errors.
Wikitext Extension for VSCode v3.2.2
- Added the function of quick citation to references.
- Fixed some typos in the setting and command name. Please note: You may need to go to the settings page to update some options.