Extension Icon

Bear Notes

Control Bear with Raycast
AvatarHarry Marr
6,124 Installs
OverviewCommandsVersion History

Versions12

Create new note configurations and new search feature - July 9, 2023

  • When creating a new note, you can choose default options that you don't have to pick in the form. Options are: opening the note in the main window, in a new window, or don't open it at all.
  • When searching notes, now if the query didn't match any note, you can create a new note with the query as the title.

Adding tag's filter in search notes - May 23, 2023

  • Adding tag's filter in search notes command
  • Changing cmd+p from preview to filter notes to cmd+shift+p to be consistent with Raycast's conventions

Add support for Bear 2 - April 1, 2023

  • Add support for Bear 2
  • Add Search Query argument to Search Notes command
  • Fixed a bug where the Copy Unique Identifier action copied note.id instead of the note id

Fix crash - November 29, 2022

  • Fix a crash that occurred when a note's text is null.

Note preview in list view - November 24, 2022

  • Show a preview of the note's content and metadata in the note list view.
  • Add a checkbox to the extension preferences for toggling the note preview.

Store page improvements and minor internal updates - October 3, 2022

  • Add screenshots
  • Add missing contributors
  • Update outdated dependencies

Make opening notes in edit mode optional - October 1, 2022

  • Add a checkbox to enable or disable "edit mode" when opening notes in Bear. Edit mode places the cursor at the end of the note, which is sometimes desirable, and sometimes not. Previously, notes would always be opened in edit mode. Now, you can disable that behavior by unchecking the checkbox.

Close Bear extension after completing some tasks - February 22, 2022

  • Return to the root Raycast view after completing the following tasks:
  • Create Note
  • Add Text
  • Web Capture
  • Grab Note Url

Change trash and archive shortcuts - November 9, 2021

  • Change Move to Archive shortcut to Ctrl + Shift + x
  • Change Move to Trash shortcut to Ctrl + x

Add more actions - November 2, 2021

  • Open in standalone Bear window with Cmd + Return
  • Move note to archive with Cmd + Shift + Backspace
  • Move note to trash with Cmd + Shift + Backspace
  • Preview note in Raycast with Cmd + P
  • Embedded images and files will be converted to file://path/to/file.txt links to the locally stored files and open in Finder when clicked. Do not change the files, only view/copy them
  • Show notes linked from the selected note and backlinks to the selected note with Cmd + L
  • Copy note text as markdown with Cmd + C
  • Embedded files will be converted to file://path/to/file.txt links to the locally stored files and open in Finder when clicked. Do not change the files, only view/copy them
  • Embedded images will be converted to markdown images embeds ![](~/path/to/image.png) which point to the image file locally on your file system
  • Copy note text as HTML with Cmd + Shift + C
  • Converted with commonmark.js, which is not fully compatible with bear markdown compatibility mode/polar. But bear will switch to commonmark when they ship their new editor in Bear
  • Embedded files will be converted to file://path/to/file.txt links to the locally stored files and open in Finder when clicked. Do not change the files, only view/copy them
  • Embedded images will be converted to markdown images embeds ![](~/path/to/image.png) which point to the image file locally on your file system

Support encrypted notes - October 30, 2021

  • Add support for searching the titles of encrypted notes

Initial release - October 24, 2021

  • Initial version of the Bear extension.