ssube / salty-dog

Rule-based JSON/YAML validator using JSON schemas
https://ssube.github.io/salty-dog/
MIT License
12 stars 4 forks source link

Access yaml frontmatter #1373

Open strass opened 1 year ago

strass commented 1 year ago

Is it possible to access the yaml frontmatter? I'd like to be able to set some details and tags up there

ssube commented 1 year ago

You mean like loading a markdown file or something that contains YAML frontmatter and extracting that part?

I know a lot of markdown or other markup-like parsers can do that, not sure if js-yaml can. If there is a way to do that without introducing too many dependencies, I think it would be useful.