Skip to content

inkdropapp/inkdrop-alfred-workflow

Repository files navigation

Inkdrop.alfredworkflow

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.

Download

Go to the Releases page.

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 on the documentation for more detail.

2. Set up the workflow

Click [x] button to configure environment variables of the workflow.

configure workflow

Specify your server configuration.

configure server

Usage

Search

You can search using ink {query} in Alfred. You can use the same qualifiers for filtering notes.

screenshot

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.

Tip

You can use the dev tools plugin to get the ID of notebooks and tags.

screenshot

Contributions

If you'd like to extend the functionality of this workflow in any way, open an issue or send a pull request.