Jujutsu
Damn jj feels so good. And I finally have good justification learning this tool before getting good at git.
Norg-rs rewrite
Continuation from /journal/2025-05-12.
Having UID
for every node is not a good idea because it will be deprecated whenever the file content changed or I parsed the document again. Also, it's useless because it doesn't live long enough (tied to current AST generation unless I implement incremental parsing)
So it would be better to just create LinkTarget -> Location
table. Location
here is tied to it's file content.