Skip to content

Releases: inkdropapp/inkdrop-alfred-workflow

v0.2.1

19 Nov 00:39
a12be41
Compare
Choose a tag to compare
Merge pull request #6 from picklecillo/fix/no-body-warning

handling no body on title:body arg

v0.2.0

29 Oct 04:47
Compare
Choose a tag to compare

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.

integrating-with-alfred_create-new-note

Thank you for adding this, @picklecillo !

v0.1.3

13 Mar 00:18
Compare
Choose a tag to compare
  • Fix json error due to ${var} is deprecated in php 8.2 #3 by @junxiong96

v0.1.2

30 Nov 05:32
Compare
Choose a tag to compare
  • Fix: Cannot retrieve notebook information due to the auth error

v0.1.1

25 May 03:10
Compare
Choose a tag to compare
  • Fix setting basic auth for curl to Inkdrop local server #2 Thanks @picklecillo

v0.1.0

14 Mar 06:15
Compare
Choose a tag to compare
Merge branch 'main' of github.com:inkdropapp/inkdrop-alfred-workflow …