Replies: 2 comments
-
|
for front matter to work reliably every already existing markdown file does need a new value: where 'type' is the corresponding |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, Frontmatter for VS Code is good tool. But it relies on a central media repository which is not completely compatible with all the options the theme offers for images. I haven't tried recently, but it should work with the theme if you don't use the enhanced layout options and image captions. See https://perplex.desider.at/doc/intro/markdown/#frontmatter-cms |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I case you dont know:
Frontmatter describes itself as:
because management tools makes the life simpler i have tried this one with your template.
and i like it.
the installation and usage is straight forward.
the configuration is a bit more complex for this template.
the plugin depends on a json that is a write-down of all metadata fields. basically a schema file.
i have creating a PoC
frontmatter.json(attachment) file which tells VSCode / the plugin how thinks work.frontmatter.json
this needs to be inside the project root.
after that there are UI elements within VS with suggestions for tags or categories, mandatory fields and field type validation.
maybe you want give it a try.
Beta Was this translation helpful? Give feedback.
All reactions