Skip to content

Commit

Permalink
Support use the selected text as the image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhibin committed Nov 13, 2016
1 parent 6d68da0 commit 7c0a350
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Paste image directly from clipboard to markdown(or other file)!

Support Mac/Windows/Linux!
**Support Mac/Windows/Linux!**

![paste-image](https://raw.githubusercontent.com/mushanshitiancai/vscode-paste-image/master/res/vscode-paste-image.gif)

Expand All @@ -18,7 +18,8 @@ Support Mac/Windows/Linux!

### File name format

The image is saved in this format: "Y-MM-DD-HH-mm-ss.png".It will be configurable in future version.
If you selected some text in editor, then extension will use it as the image file name.
If not the image will be saved in this format: "Y-MM-DD-HH-mm-ss.png".

### File link format

Expand All @@ -32,7 +33,7 @@ If you have some any question or advice, Welcome to [issue](https://github.com/m

- [x] support win(by @kivle)
- [x] support linux
- [ ] support use the selected text as the image name
- [x] support use the selected text as the image name
- [ ] support config
- [ ] support config relative/absolute path
- [ ] support config image name pattern
Expand Down

0 comments on commit 7c0a350

Please sign in to comment.