Add TODO for org-protocol handling on Darwin

This commit is contained in:
Gerard Vermeulen 2021-12-08 04:59:07 +01:00
parent 19e8e4a53d
commit 8dde24df26
1 changed files with 5 additions and 0 deletions

View File

@ -411,6 +411,11 @@ may hang or die.
execvp("emacsclient", ("-n", payload))
#+end_src
** TODO Look into: org-protocol handling with other browser on Darwin
1. [[http://rwx.io/posts/osx-uri-protocol-handler/][Patrick Goddi: macOS URI protocol handler]] and his [[https://github.com/fooqri/uri-handler][URI-Handler]].
2. [[https://www.hammerspoon.org/][Hammerspoon]]
3. [[https://vritser.github.io/posts/capture-anywhere/][Emacs Capture Anywhere]]
* Completion
:PROPERTIES:
:CUSTOM_ID: sec:completion