Paste OKF Markdown
Use one Markdown file with YAML frontmatter at the top.
View File ExampleBrowser-only OKF Validator
Instant client-side OKF and YAML frontmatter validator (supports OKF v0.1 & v0.2 structure). Paste Markdown to check frontmatter and required fields without installation or server uploads.
Use one Markdown file with YAML frontmatter at the top.
View File ExampleReview type, title, description, tags, resource, and timestamp fields.
Read Frontmatter GuideThe check runs in the browser. The pasted Markdown is not sent to this website by the validator.
Copy Templatestype field is present.title, description, and tags are present.tags uses an inline array such as [okf, validator, markdown].Use this page when you need to repair one pasted Markdown file. Use the OKF Folder Validator when you need to check `index.md`, duplicate resources, and relative links across a local bundle.
type, recommended metadata, body, and local link warnings.resource values, and unresolved relative links.This validator treats type as the required OKF field.
type: the concept category.These fields are not required, but they make snippets, previews, indexes, and bundle review easier.
title: the readable file name.description: a one-sentence summary.tags: an inline array for grouping related files.resource: the canonical source URL, URN, or stable identifier. generated, verified, status, stale_after, and sources can help an owner review a file. This browser helper does not verify those fields or turn them into official requirements.
type: Website Page, type: API Endpoint, or another clear label.tags: [okf, validator, markdown].Use this starter file to test the validator, then read the OKF file example guide for field notes and common mistakes.
---
type: Website Page
title: Open Knowledge Format Validator
description: A browser-only tool that checks basic OKF frontmatter fields.
resource: https://openknowledgeformat.online/okf-validator/
tags: [okf, validator, markdown]
timestamp: 2026-06-21T00:00:00Z
---
# Purpose
This page helps users test whether a Markdown document includes the fields expected by this guide. The validator runs in the browser and does not upload pasted Markdown to this website. It checks one file's structure, not source truth, official status, full OKF conformance, or AI visibility. Do not paste restricted records into any online page unless your own policy allows it.
FAQ
No. It is an unofficial browser-only helper for learning and checking a guide profile.
No. The validation logic runs in the browser.
The field this guide treats as required is type. Other fields are recommended for clear previews and review.
No. Fields such as generated, verified, status, stale_after, and sources need manual review; this tool does not verify their meaning or official conformance.
Not fully. This page checks pasted Markdown files. Use the folder validator for local multi-file checks, then review source accuracy manually.