Api Reference

obsidian-ordering

Frontmatter-based sort order control.
Properties3
Is BaseNo
Iconi-lucide-sort-asc
Order5

Allows you to control the Sidebar navigation order using order keys in Frontmatter, rather than renaming files with numeric prefixes (e.g., 1.File.md).

Usage

Add order to your file's frontmatter:

---
title: My Page
order: 1
---

Files with lower order values appear first.