hey, I’m pretty new to emacs, but I really like org-roam so far.
Something I wanna have though is the ability to make fake links to nonexistent
nodes I know I wanna make but don’t wanna capture just yet into a template and
interrupt my writing.
Org-roam-ui already seems to detect when I manually put in [[id:fake node]]
with empty nodes showing up in the web ui.
I even made my own function to make my fake node for me:
And I found someone on github wanting to replicate a similar workflow to me,
and jethro made them a hook to capture those fake nodes at point when running
org-open-at-point:
But when I run C-c C-o on that link and capture it, it doesn’t update the id: I
made to the generated ID, so it stays [[id:fake node][FAKE NODE]] instead of
becoming [[id:137fe61e-9b8f-4fac-a3b3-945d41721d4a][FAKE NODE]]
So my main question is with the given hook, is it possible to make a
fake-node-insert func that updates the ID automatically when captured?
Secondly and much less importantly, is there a better system than all caps to
visually signify a link goes to nowhere? dokuwiki red links are what I’m very
used to.
This is unexpected because :follow part is what org-roam does by default. Perhaps this could be an indication that you might have customization that conflicts with this part?
You might like to check user option org-roam-link-auto-replace – I think it needs to be t (it should be, by default).