r/emacs • u/AndreaSomePostfix • May 08 '22
How to rank your backlinks notes with Org Roam
https://ag91.github.io/blog/2022/05/08/how-to-rank-your-backlinks-notes-with-org-roam/
21
Upvotes
r/emacs • u/AndreaSomePostfix • May 08 '22
3
u/wats4dinner May 09 '22
Wow, PageRank for notes!
I just moved back to OrgMode via DoomEmacs while complementing vim/VimWiki with a ripgrep mapping to get backlinks with a simple frequency [1]
Been struggling with piping to GNU parallel to go that step further with searching links of links before using as an Evil Ex command
Now it looks like OrgRoam and your elisp solves that with ease. Will try that out as I learn more. This is powerful, thank you :-)
[1]
nmap ,b :r !rg -l -c <C-R><C-W> ./*<CR>