FAMF: Files As Metadata Format
File structures with simple contents can be used instead of YAML, TOML or JSON. More effectively!
YAML and TOML suck. Long live the FAMF!
You're viewing a single thread.
I actually quite like this idea.
You can take it a step further and use file extensions to determine the format. For example the parser would first search for title, and if it doesn't exist try title.md title.html etc and render the content appropriately.
title
title.md
title.html
That's a pretty cool idea!