Closed EFLS closed 2 years ago
Thanks for the kind words. :) This seems like a pretty common use case that I might want to do myself at some point, so I've added special support to make it convenient.
You can now add :only-missing t
to the header args to get this behaviour. Let me know if you have any issues and feel free to reopen.
Amazing! Thanks a lot.
I've only been playing with Org-roam without really using it (as I still use my own Zetteldeft package for my notes), but your dynamic blocks feature is essential, so thanks for that. I hope it gets implemented in Org-roam proper.
One thing that could further improve it, is an option to only include 'missing links', i.e. links that are not yet present in the current buffer.
Let me explain how it could be useful.
org-roam-dblocks
as I can simply search for thefoss
tag and it'll return a list, but that list might be long and I'm particularly interested in the notes that I haven't linked to yet.I hope I explained the use-case well enough. It's something that I've implemented in my own package (documented here, albeit unclearly), and a feature that might interest you as well. It's not a real feature request per se, as I don't know whether I'll be switching to Org-roam for all of my notes.
(I also have no clue how complex this might be to add, as your code seems much more complex than what my limited Emacs Lisp proficiency allows me to grasp.)