Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed May 26, 2018
1 parent 415d02e commit 78ce4c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.0

Implement Live Preview ([#1](https://github.com/Yukaii/map-replace.js/issues/1))

## 0.0.1

Initial Release
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
</p>

<p align="center">

Replace selected string with custom JavaScript function.
</p>

[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/Yukai.map-replace-js.svg)](https://marketplace.visualstudio.com/items?itemName=Yukai.map-replace-js)

## Features

![gif](doc/images/map-replace-js.gif)
![gif](doc/images/map-replace-live-preview.gif)

### Examples

Expand Down Expand Up @@ -48,11 +51,12 @@ const things = [

## TODOs

- [x] Live Preview
- [ ] custom templates

## Credits

Idea taken from [@zetavg](https://github.com/zetavg)
Idea from [@zetavg](https://github.com/zetavg)

## License

Expand Down
Binary file added doc/images/map-replace-live-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "map-replace-js",
"displayName": "map-replace.js — Replace multi-selection text with custom JavaScript function",
"description": "Replace multi-selection text with custom JavaScript function",
"version": "0.0.3",
"version": "0.1.0",
"publisher": "Yukai",
"engines": {
"vscode": "^1.19.0"
Expand Down

0 comments on commit 78ce4c2

Please sign in to comment.