Notion Search Alfred Workflow Versions Save

An Alfred workflow to search Notion with instant results

v0.3.2

3 years ago

Support for OneUpdater (https://github.com/vitorgalvao/alfred-workflows/tree/master/OneUpdater)

This means the workflow should update itself when new versions are available 🙌

v0.3.1

3 years ago

Removes dependency on requests library

v0.3

3 years ago

This is a big (and awesome) change.

Notion icons are now displayed in Alfred search results natively rather than in-line with the title. This improves the look and usability of the search results drastically.

Support for custom icons. These are also shown in Alfred search results natively.

Limitations known so far:

  • Custom icons uploaded as SVG files to Notion, are not properly displayed in Alfred search results
  • Certain emoji variances (ie some gender or skin colour variances) are not supported since I could not obtain the image files for each of the different permutations.

v0.2

4 years ago
  • returns 9 search items from notion to match the number that can be displayed at once in Alfred
  • refactored into a separate python script to allow for easier diffs and version control. Now using the releases feature in GitHub.
  • Option to change the 'isNavigableOnly' search filter via the 'isNaviagableOnly' env variable. I personally prefer only to search notion objects that can be navigated to, as I have a large workspace which would clutter the results, but the default search in notion has this option as false, so including this as an env variable.
  • Option to switch support for the notion web app or the notion desktop app using the useDesktopClient env variable.

v0.1

4 years ago