I have set up the graph to open in Firefox. Now I would like to open a note when clicking on the node in the graph. How can I do that?
(I am using spacemacs)
You need to enable org-roam-protocol
:
(use-package org-roam-protocol)
Since I use spacemacs, I put it in the dotspacemacs-additional-packages
under defun dotspacemacs/layers
.
But it doesn’t work… Is there something I am doing wrong?
You also need to make sure that you’ve installed Org-protocol properly. Please refer to Installation page for Roam-protocol.
Does this mean I have to use the app that Platypus generates in order to launch emacs every time in order for the org-protocol to work?
Or is it just a one time thing to set it up?