You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I notice that if I use YAML formatted FrontMatter in md files, hugo-obsidian correctly read the title (i.e. title: "My Title") and write it in the json generated file (contentIndex.json).
But, if now I use TOML formatted FrontMatter in my markdown files (i.e. title = "My Title"), then "My Title" is not correctly retrieved and the contentIndex.json is populated with the name of the markdown file instead of the title field.
Any chance to have hugo-obsidian compatible with TOML formatted FrontMatter ?
PB
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I notice that if I use YAML formatted FrontMatter in md files, hugo-obsidian correctly read the title (i.e. title: "My Title") and write it in the json generated file (contentIndex.json).
But, if now I use TOML formatted FrontMatter in my markdown files (i.e. title = "My Title"), then "My Title" is not correctly retrieved and the contentIndex.json is populated with the name of the markdown file instead of the title field.
Any chance to have hugo-obsidian compatible with TOML formatted FrontMatter ?
PB
The text was updated successfully, but these errors were encountered: