Skip to content

Commit

Permalink
Release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Jul 30, 2021
1 parent b922772 commit adae9f4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to the "Wikitext" extension will be documented in this file.

(The version marked with an asterisk(&ast;) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->

## [3.4.0] - 2021-07-30

### Added

- The function of pulling pages through URI.
- The function of displaying the action status through the status bar.

### Fixed

- Some typos.

## [3.3.0] - 2021-05-30

### Added
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Of course, the development of this extension is short, and there may be some err

If you get help with this project, give this project a star or recommend it to others, thanks!😸

## What's New: [Wikitext-Extension-Gadget](https://github.com/Frederisk/Wikitext-Extension-Gadget)!

- Now you can add [Wikitext Extension Gadget](https://github.com/Frederisk/Wikitext-Extension-Gadget) as a user gadget on your wiki site. And you will get a button to open VSCode directly in your browser to edit the page!

Go to the gadget's repository page to learn more.

<img alt="Wikitext Extension Gadget" src="https://user-images.githubusercontent.com/29837738/127597149-5f44306a-a9ee-461a-8022-bd39f8ce3852.gif" width="512"/>

## Features

- Color and style annotations of Wikitext can make it easier for users to intuitively find problems in writing grammatical formats.
Expand Down Expand Up @@ -44,14 +52,9 @@ If you get help with this project, give this project a star or recommend it to o

## Release Notes

- 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.
- Added the function of pulling pages through URI.
- Added the function of displaying the action status through the status bar.
- Fixed some typos.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wikitext",
"displayName": "Wikitext",
"description": "Wikitext is a document written in a wiki markup language. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.",
"version": "3.3.0",
"version": "3.4.0",
"publisher": "RoweWilsonFrederiskHolme",
"license": "SEE LICENSE IN LICENSE.txt",
"author": {
Expand Down

0 comments on commit adae9f4

Please sign in to comment.