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 !