When publishing it's possible to get a list of filetags for an org note by doing something like (org-export-data (plist-get info :filetags) info) in publish.el and loop over them to create markup. I use org-roam and was wondering if there is a way to do something similar with the +#roam_tags: property. Just switching :filetags for :roam_tags doesn't work - no error, it's just empty I think. Could anyone offer some advice on how I might approach this?
FYI I asked this question on the org-mode sub reddit as well but posting here as well.
roam_tagsare deprecated in favor of regular org-mode tags (viafiletagsor plain heading tags).