Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrib committed Sep 23, 2019
2 parents 6b51010 + 57ecd63 commit 91cb07c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,53 @@ Just download the latest release and double-click _Bear.alfredworkflow_. Alfred
### Recent Notes
Leave the search field empty to see recent notes with their tags as subtitles.

![](doc/RecentNotes.png)
<img src="doc/RecentNotes.png" width="500">

### Basic Search
Start typing to search through the titles and text of most recent notes, title matches first.

![](doc/BasicSearch.png)
<img src="doc/BasicSearch.png" width="500">

### Tag Search
Type `#` at any time to autocomplete your tags.

![](doc/TagAutocomplete.png)
<img src="doc/TagAutocomplete.png" width="500">

Start typing to search tags.

![](doc/TagAutocompleteSearch.png)
<img src="doc/TagAutocompleteSearch.png" width="500">

Once completed, the notes will be filtered by that tag.

![](doc/TagFilter.png)
<img src="doc/TagFilter.png" width="500">

Add more tags to filter by multiple tags.

![](doc/TagAutocompleteMultiple.png)
<img src="doc/TagAutocompleteMultiple.png" width="500">

Start typing to search titles and text within a tag.

![](doc/TagTextSearch.png)
<img src="doc/TagTextSearch.png" width="500">

All these terms can be typed in any order and they will work the same. For example, if you want to add a tag after typing a bare search term, the autocomplete will still help you. Or if you remember you want to filter by another tag after typing the first tag and a bare search term, you can autocomplete and add the second tag by typing `#` again.

![](doc/TagAnyOrder.png)
<img src="doc/TagAnyOrder.png" width="500">

### Link Pasting

While in your Bear notes, you can paste a link to another note by searching for it and holding down the command key.

![](doc/Link1.png)
![](doc/Link2.png)
<img src="doc/Link1.png" width="500">
<img src="doc/Link2.png" width="500">

## New Notes
`bn` or `bnew` followed by title and optional tags.

![](doc/NewNote.png)
<img src="doc/NewNote.png" width="500">

Tag autocomplete works the same. Also, any text in your clipboard will automatically be added to the new note. Finally, the new note will be opened on creation unless you hold down the command key.

## Why this was created
## Why I created this
I am especially grateful to Chris Brown, who created a [Python based Bear workflow](https://github.com/chrisbro/alfred-bear). It was the basis for this project. However, I decided to create my own project for a few reasons:

- Compiled Go is faster than interpretted Python. Not that much faster but fast enough for me to notice when searching and creating notes throughout the day.
Expand Down
Binary file modified doc/NewNote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91cb07c

Please sign in to comment.