Advanced
Integrate with Alfred
Alfred is the powerful alternative to Spotlight. By integrating Inkdrop and Alfred, you can instantly search your notes from Alfred.
Download the Alfred Workflow
Go to the Releases page and click the file Inkdrop.alfredworkflow
.
Configuration
1. Set up the local http server
The workflow accesses your notes via HTTP locally. You have to configure the app to open a HTTP endpoint. See the instruction for more detail.
2. Set up the workflow
Click [x]
button to configure environment variables of the workflow.
Specify your server configuration.
Usage
Searching notes
You can search using ink {query}
in Alfred. You can use the same qualifiers for filtering notes.
Creating a new note
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.
Hint
You can use the dev tools plugin to get the ID of notebooks and tags.
Get help