Markdown Files¶
Markdown files are indexed as markdown documents.
Extensions¶
.md.markdown.mdown.mkd
What OneSearch extracts¶
OneSearch reads the Markdown body as searchable text and parses YAML front matter when present.
Title detection uses this order:
titlein front matter- first
# Heading - filename without extension
Common front matter fields are copied into metadata when present, including tags, date, author, and description.
Example:
---
title: NAS notes
tags: [homelab, storage]
---
# NAS notes
Remember to check SMART status monthly.
Preview¶
Markdown previews render as formatted content in the document page. Search terms are highlighted when you open a result from the search page.
Limits¶
Markdown uses the text file size and timeout settings:
If parsing fails, OneSearch falls back to indexing the filename/path instead of failing the whole source.