This is the Inkdrop Alfred workflow. It lets users instantly search their notes through the local database server endpoint.
For more information, check out Inkdrop's webpage.
Go to the Releases page.
The workflow accesses your notes via HTTP locally. You have to configure the app to open a HTTP endpoint. See the instruction on the documentation for more detail.
Click [x]
button to configure environment variables of the workflow.
Specify your server configuration.
You can search using ink {query}
in Alfred. You can use the same qualifiers for filtering notes.
You can also 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.
If you'd like to extend the functionality of this workflow in any way, open an issue or send a pull request.