Last active
January 9, 2025 02:38
-
-
Save Spike-Leung/9d552ec7d9ccc75d2eec0c4a71b1929e to your computer and use it in GitHub Desktop.
setup-org-protocol-on-window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_CLASSES_ROOT\org-protocol] | |
@="URL:Org Protocol" | |
"URL Protocol"="" | |
[HKEY_CLASSES_ROOT\org-protocol\shell] | |
[HKEY_CLASSES_ROOT\org-protocol\shell\open] | |
[HKEY_CLASSES_ROOT\org-protocol\shell\open\command] | |
@="\"C:\\Windows\\System32\\wsl.exe\" /snap/bin/emacsclient \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On web browser, besides bookmarklets, you can also use User Script, for example, org-protocol.user.js binds two keys to Org: store-link and Org: capture.
Thanks [xuchunyang/setup-org-protocol-on-mac(https://github.com/xuchunyang/setup-org-protocol-on-mac/tree/master)