Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Jan 3, 2021
1 parent 0a618ca commit 24e9a1f
Show file tree
Hide file tree
Showing 12 changed files with 3,094 additions and 3,076 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
## v0.2.1 - Autocomplete!

- Many thanks to @ebigram for bringing autocomplete to this plugin. Huzzah!

## v0.2.3 - Cleanup and slight change in new note behavior.

- Cleaned up some code and made the build process nicer for the TypeScript that is here.
- There is new behavior now in regards to notes that are created when they don't exist. New notes focus and switch to editor mode, existing notes remain in preview mode.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can write Wiki style links to internal notes, like this:

If the note does not exist, it will be created.

![Demo](assets/inkdrop_wiki_links_demo_2.gif)
![Demo](assets/inkdrop_wiki_links_demo_3.gif)

Now with autocomplete!

Expand Down
Binary file added assets/inkdrop_wiki_links_demo_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions lib/wiki_completions.js

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

2 changes: 1 addition & 1 deletion lib/wiki_completions.js.map

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

9 changes: 8 additions & 1 deletion lib/wiki_link.js

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

Loading

0 comments on commit 24e9a1f

Please sign in to comment.