x-callback-url wrapper for bear on OSX
You will need Emacs 24+, make and cask to
build the project.
cd bear
make && make installSet your notes directory
M-x customize-group bearTo create a note:
M-x bear:create-noteWhich will prompt you for a
- note title
- comma separated list of tag strings (eg. tag_a/sub-heading1/sub-heading2, tag_b/sub-heading1/sub-heading2)
Now you’re in a markdown buffer, once done editing:
C-c C-cThis should pop open Bear.app with the note you have just created there
M-x bear:create-note-orgWhich will prompt you for a
- note title
- comma separated list of tag strings (eg. tag_a/sub-heading1/sub-heading2, tag_b/sub-heading1/sub-heading2)
Now you’re in a org buffer, once done editing:
C-c Creview markdown formatting and push to bear as before with
C-c C-cI indiscriminately convert all single quotes to double quotes to make this work. I imagine there are quoting bugs galore but so far haven’t run in into anything as my notes have simple title and content by and large.
Add more functions and add them to the minor mode keybinding