Drgrib Alfred Bear Versions Save

Streamlined note searching and creation for Bear using Alfred

v1.2.4

6 months ago

This corrects a long-standing flaw in the workflow that I wasn't even aware of until recently: when searching with multiple tags, the search was not narrowed down to the intersection of the tags but rather their union. This was particularly frustrating if you were trying to narrow down the scope of the search to notes containing all tags. It required the most complicated SQL query yet but the problem is corrected.

Apologies for the flurry of releases in the past week. If I had foreseen all these issues, I would have grouped them into a single release. In case you missed it these features were also just added:

  • Default link pastes are now wiki-links to support backlinking
  • Image search

v1.2.3

6 months ago

Adds image search support.

v1.2.2

6 months ago

Adds wiki-link as default shift link to support new Bear backlinks in info tab (context).

An annoying caveat to this is that you must now cmd-click links to open them in a new window. @msageryd has made a feature request with Bear support to have "open links in new window" as a global Bear setting and they sound receptive to supporting it in future releases .

You can paste the previous default links with shift-cmd. Pasting ToC has been changed to option-cmd since it is less useful now with Bear 2's built-in ToC support.

v1.2.1

9 months ago

Adds support for tags with spaces in the form of #multiword tag#.

1.2

10 months ago

This update adds support for Bear 2.0. A special thanks to @verginer for authoring most of this and cleaning up the SQL query formatting in the source. Thanks also to @xiaogaozi for doing early testing on this and taking the time to write step-by-step instructions for others to use it early.

Note: this is not backward compatible with previous versions of Bear as I saw no compelling reason to add backwards compatibility. If you are sticking with previous versions of Bear, use version 1.1.9. Otherwise, be sure to update Bear to 2.0 before installing this.

1.1.9

1 year ago

I've increased the speed and lowered (eliminated?) the crash rate for queries by lowering the amount of database rows returned by the lite db queries. I've noticed no change in accuracy for my test queries, so this should hopefully just be a net gain in performance with no noticeable cost in accuracy.

1.1.8

2 years ago

Adds ability to paste table of contents for a note with command + shift.

1.1.7

2 years ago

Minor update to remove errant spaces that were getting added to titles on creation.

1.1.6

3 years ago

Enables case-insensitive search for non-English characters.

1.1.5

3 years ago

You can now search for terms out of order or without typing the full exact titles of notes or full sentences of note contents and the search algorithm will merge and intelligently sort the best matching results from each of the words you type. You can put quotes around phrases for strict matching but it should rarely be necessary due to the preemptive sorting of the strongest matches to the top.