One cool feature from denote is its ability to transclude both links as well as content by simple regex.
Is there a gist function or equivalent plugin for org roam to get transclusion of links based on a filetag? like a main history node with automatic links to all other :history: tagged nodes?
Hmm that would be a really helpful feature to have - I don’t think its possible currently - as nobiot has suggested denote may be used in conjunction with org-roam… maybe you can try that,
If you want I can write a function that will print out the information like that for a tag you provide – but it wont be dynamic – meaning youd have to run the refresh very manually, I think it would be possible to create a overlay too and create a refresh mechanism but for that – but if denote would work – why not try it ?
I almost forgot - if you just want to see this information dynamically - and dont want this data printed inside an org-buffer like maybe denote would do - you can use delve from Public Image Limited, I think its a real good tool to view your notes and create collections.
I think they want a list of nodes that have this tag – rather than the content thereof.
The correct meaning of transclusion is to show the content of some other buffer in another buffer - which org-transclusion does, but denote also implements a form of transclusion – which is imo a misnomer, but it is what they want.
Yes I think so, the package I referred earlier creates a buffer to show “collections” and can be reused to do this – I think denote does this in an org-buffer – I don’t know if there exists currently any mechanism outside denote to do this… in the org buffer itself.