OKF validator
OKF Folder Validator
Select an entire OKF folder to check YAML validity, dead internal links, a missing index.md, and missing required fields across every file at once.
Select a folder of .md files to validate the whole bundle.
FAQ
What does the OKF Folder Validator check?
It validates every Markdown file in a folder, detects dead internal links between files, checks for a root index.md, and reports missing required fields across the whole bundle.
Are my files uploaded anywhere?
Files are read in your browser and sent only to the validation API for analysis. They are not stored.
What counts as a dead link?
A relative link to another .md file (in the body or in frontmatter fields like links/related) whose target file is not present in the folder. External http(s) links are not checked.