- Notifications
You must be signed in to change notification settings - Fork20
chrisbro/alfred-bear
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Alfred workflow to search and create notes inBear. View it onPackal, orjoin in the discussion on the Alfred forums.
To install, download areleased alfred-bear workflow and double-click to open in Alfred. Easy-peasy.
bs
-- Search for a note by title/content and open it in Bear.
bst
-- Search for a tag (a group of notes) by tag title and open it in Bear.
bn I love notes!
-- Creates a new note with the title and text "I love notes!"
bn I love notes! #love #notes
-- Creates a new note with the title and text "I love notes!" and the tags "#love" and "#notes"
- Creating tags only works with single-word tags - multiword tags hopefully to come.
- Append text to existing notes.
- Figure out multi-word tags.
- deanishe for guidance on Alfred workflow creation and capabilities, and for his excellentPython workflow library.
- dfay for guidance from his experience writing theUlysses Alfred workflow.
- Rhyd Lewis for giving me an excellent example to work off of in hisOmnifocus Alfred workflow.
- Fixed backwards compatibility with Alfred 3, sorry about that.
- Fixed 'bst' calls that were failing due to schema change. Again. The SQL schema change sequel, if you will.
- Fixed 'bst' calls that were failing due to schema change
- Fixed database location that changed with a Bear update. Again.
- Fixed database location that changed with a Bear update.
- Added search results from note text to main search.
- Changed search queries to order by last modified date descending, so that more recently modified notes/tags show up at the top.
- Added hashtag symbol to "Open Tag" list results to make it a little more obvious that it's a tag and not a note.
- Now allows non-ASCII characters.
- Searching by tag now displays not only tags that match the search query, but notes that match those tags as well.
- Searching by tag now works withor without the '#' symbol in front of the tag.
0.1.0Initial public release.
About
Alfred 3 workflow to create and search notes in Bear.
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published