Closed dschapman closed 4 years ago
Oh, thanks for this. Parsing of the space delimited list is done in org-roam
. I need to double check this, and play with its implementation to see if it can be easily adjusted for Md-roam. I may be looking at the wrong function, but this is being "simplified"; I will look at it more carefully, hopefully over the weekend.
@dschapman,
My initial tests look OK.
Thanks for pointing out to me about the YAML syntax. I was not fully aware of it. Now merged with the master, and updated README, etc. Closing this issue for now, but if you see some issues, let me know.
Thanks for addressing this. Org-Roam worked when I used that format where it hadn’t before.
@dschapman thanks for confirming that the new version works
Currently this value accepts the same values as org-roam does -- a space delimited list. I'm curious whether it would be possible to format this as a regular array in the YAML frontmatter.
For example:
roam_alias: ['alias 1', 'alias 2', 'alias 3']
I'm playing around with using md-roam in the notes folder on my gatsby website. And the markdown format of md-roam is almost 100% compatible except for the roam_alias values which break when they're parsed by gatsby because they're not correctly formated YAML arrays.