Skip to content

Commit

Permalink
bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom1003 committed Apr 30, 2023
1 parent 2ea2ed9 commit 1e49b08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Slide Note provides several new features, including:

You can involve this plugin by writing a code block with the `slide-note` type.

`````markdown
`````yaml
```slide-note
file: example.pdf # file path
page: 2, 4-5, 8 # render page, default is all pages
scale: 0.2 # page scaling, default `1.0`
dpi: 2 # DPI level, default `1`
link: true # page hover preview, default `false`
rotat: 90 # page rotation, default `0`
rect: W(0.069), H(0.113), W(0.861), H(0.337) # display area, default is full page
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "slide-note",
"name": "Slide Note",
"version": "0.0.3",
"minAppVersion": "0.0.3",
"version": "0.0.4",
"minAppVersion": "0.0.4",
"description": "Conveniently take notes on PDF course slides :P",
"author": "Jinyan Xu",
"authorUrl": "https://github.com/Phantom1003",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slide-note",
"version": "0.0.3",
"version": "0.0.4",
"description": "Conveniently take notes on PDF course slides :P",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1e49b08

Please sign in to comment.