All notable changes to the "Wikitext" extension will be documented in this file.
(The version marked with an asterisk(*) means that the version has been adjusted internally and has not been released.)
- When getting the page preview, the API request will refer to
PageTitle
andContentModel
in thePAGE_INFO
part.
- Added more syntaxes of wikitext tags.
- Removed '<>' pairs.
- Made summary shorter.
- Alleviated the issue of the extension posting edits without logging in.
- Added web extension support.
- Added syntaxhighlight tag support.
- Revert removing incorrect bracket highlighting.
- Improved partial syntax highlighting.
- Fixed some syntax errors.
- Added apostrophe surrounding pairs.
- VSCode minimum version requirements are now changed to 1.64.0 and above.
- Fixed extra line breaks when posting pages.
- Temporarily fixed incorrect bracket highlighting issue.
- Added MediaWiki version checking in pullPage.
- Added Scribunto to lua mapping.
- Enhanced table syntaxes.
- Modified how some input boxes interacts.
- Error with pushing changes when there is a number in the tags.
- Some errors in Wikitext syntax.
- Now Wikitext Extension is available in Open VSX.
- Added
sanitized-css
support. - Added more snippets.
- Adjusted the syntax priority.
- Enhanced bracket matching.
- Fixed some security issues.
- LaTeX syntax support for
<math>
tags.
- The syntax error that caused
<ref />
and<nowiki />
to fail to close.
- 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.
- 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.
- PageInfo support for the file of CSS, JavaScript, Lua, etc.
- Added PageInfo syntax.
- Enhanced info message of pull page function.
- Clearer error prompts.
- Errors about syntax.
- Some bugs of web cite method.
- The function of pulling pages through URI.
- The function of displaying the action status through the status bar.
- Some typos.
- Table caption syntax.
<ref>
tag syntax.
- Enhanced URI view page function.
- Some of textmate scopes.
- Turn part of the analysis into a built-in language extension that depends on VSCode such as XML and JSON.
- The extension will be activated when language is set to wikitext to speed up user commands.
- Removed unnecessary assets.
- Errors about XML syntax.
- More snippets and auto closing pairs.
- Provided CSS adjustment support for Previewer.
- Optional for transfer protocol.
- Support of pull function for old version mediawiki.
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
- Some logic errors.
- The function of quick citation to references.
- Some typos in the setting and command name.
- Preview icon in the title menu bar.
- Logic optimization and detailed problem correction. (Viewer and getHost)
- PAGE_INFO part is output in preview because of a mistake.
- Categories view.
- Optimized the packaging structure.
- URI can make extension activate now.
- The setHost command has been removed, you should use Settings instead.
- CSS & image rendering.
- Some syntaxes errors, such as: Template, Patterns,Bare ampersand, and Tag Stuff.
- Pre-added support for URI invocation, but no official functions have been added yet.
- Disabled edit section links in preview.
- Removed some unusable code to improve performance.
- With PST turned on, Substituted templates, signatures, etc. can now be rendered correctly.
- Modified the operation logic of GetHost.
- Some syntaxes errors, such as: Template, Patterns,Bare ampersand, and Tag Stuff.
- Redirect snippet.
- More Magic Words supports.
- ISBN/RFC/PMID supports.
- Modified some command names.
- The View, Preview, and Pull functions will now first try to use the login account to execute.
- Fixed the problem of incomplete logout.
- Added View Page feature.
- Improved some functions.
- Support for Redirect rendering.
- Support for some other magic words.
- The push and pull features for editing. Now you can modify the website content by logging in directly in VSCode.
- API Path Setting.
- Support for header parsing in Previewer.
- Javascript toggle switch support for Previewer.
- All of Behaviour Switches will now act as
constant.language
instead ofkeywords
. - Adjusted the program structure and optimized performance.
- Javascript support for Previewer is disabled by default.
- Corrected some programming logic errors.
- Added more snippets.
- Now, the setting of host have been migrated to the Settings page.
- Fixed some typos and other details.
- Fixed an issue where the dialog for changing host would not appear.
- Added the support of JSON for Graph and Templatedata tags.
- Support preparation for CSS.
- Changed the rendering of word conversion.
- Bold and italic closing conditions.
- Some typos.
- Nowiki tags support.
- Some rendering issues.
- Added more snippets and bracket support.
- Changed the minimum version requirements.
- Added rule to capture keyword.operator.
- Improve syntax for internal link and template.
- Fixed Some typos.
- Fixed pattern for tag issues.
- Fixed Some mistakes of Template.
- Some mistakes of Template and Internal Link rendering.
- Wikitext preview now supports host changes.
- Added support for some code snippets.
- Added several parenthesis auto-closing rules.
- Changed preview API from flow-parsoid-utils to parse.
- Updated minimist to prevent a known security vulnerability.
- Fixed some issues with brackets closing automatically.
- Fixed some rendering issues in table syntax.
- Chinese Wikipedia Wikitext preview via flow-parsoid-utils feature has been added.
- Node.js & WebPack environments.
Hello World
test command.
- Some mistakes of Template arguments rendering.
- Added support for Signature.
- Fixed an issue where the Template name rendering function was removed.
- Space characters are no longer needed between Magic Words.
- Added the extension icon.
- Added more description of this extension.
- Addressed some issue with template and internal link rendering.
- Initial Release.
- Published to GitHub.
- Added new extended name support.
- Fixed some mistakes about license.
- Candidate Release.
- Added some useful auto-closing content.
- Open source under the MIT license.
- Alpha Release.
- Special support for chinese characters.
- Wrote the README File.
- Added Table support.
- Color rendering support for template content.
- Fixed some errors of Internal Link.
- Adjusted rendering order.
- Add External Link support.
- Fixed some errors of Internal Link.
- Wikitext Internal Link now supports with richer color markers.
- List highlight.
- Support for bold and italics.
- The heading no longer closes automatically, and there must be at least one content character in the heading.
- In XHTML block comments, \--[^>]\ no longer reports an error.
- Fixed some rendering syntax errors.
- Added Wikitext Template support.
- Added Wikitext Internal Link support.
- Revised parsing of comments.
- Added support for XHTML.
- Updated CHANGELOG file. After that, the file will be continuously updated.
- Built for Visual Studio Code ^1.41.0.
- Establish basic language support.