Closed sylumer closed 9 months ago
Ok, you are correct that Bunch was removing tags
frontmatter from folder.frontmatter keys. With the way the code currently functions, tag values in folder.frontmatter completely override tag values in individual Bunches. If I can figure out how to merge the two, I'll add the functionality back in. For now, just updating the documentation.
First I create a sub folder (/directory) in my Bunches folder.
I then create a couple of bunch files in that folder with some test content.
b1.bunch
b2.bunch
If I then create a
folder.frontmatter
file in the same folder and populate it with this content:When I view the menu bar list of bunches and tags, I can see "Title of the subfolder" as a sub folder for bunches and this contains two entries formatted exactly as I would expect.
There is however no listing for the tags
subftag1
orsubftag2
I am using the beta version right now, so I tried a URL to see if it was just the listing and if the tags were being applied.
Nothing happened, so it isn't just the UI.
In the documentation for
folder.frontmatter
, it says the following:But its looks to me like
tags
is not supported either.Assuming I am correct in the above, I would like to suggest adding
tags
to the list of keys not supported byfolder.frontmatter
and explcitly calling out if you want to set tags on all bunches in a folder to see the setion on \@tag files a little further down the page.