Releases: inkdropapp/inkdrop-alfred-workflow
Releases · inkdropapp/inkdrop-alfred-workflow
v0.2.1
v0.2.0
Add ink+
command to create a new note #4
You can now use ink+ {title}:{body}
to create a new note. For this to work you need to set a defaultNotebook
on the workflow config.
defaultTags
is optional and takes a comma separated list of tag IDs.
Tip
You can use the dev tools plugin to get the ID of notebooks and tags.
Thank you for adding this, @picklecillo !
v0.1.3
- Fix json error due to ${var} is deprecated in php 8.2 #3 by @junxiong96
v0.1.2
- Fix: Cannot retrieve notebook information due to the auth error
v0.1.1
- Fix setting basic auth for curl to Inkdrop local server #2 Thanks @picklecillo