Month Folder Order

approved

by Alan Liu

Shows month-named folders in the file explorer in calendar order (January to December) instead of alphabetically. No configuration. - This plugin has not been manually reviewed by Obsidian staff.

37 downloadsUpdated 28d agoMIT

Month Folder Order

Obsidian sorts folders alphabetically. If you keep daily notes in month folders, that gets you April, August, December, February, January. This plugin shows them January through December instead.

No settings. Nothing to rename. When a new year starts it just works.

Built-in File Explorer only. Notebook Navigator and other replacement explorers render their own lists, and this plugin can't reach those.

What counts as a month folder

A folder qualifies when two or more of its subfolders have a month name in them. Whole words only, so "Marketing" is not March and "Maybe" is not May.

English month names always work. So do month names in whatever language Obsidian is set to, full or abbreviated: Januar-2026, février 2026, janv. 2026, август 2025.

Folders that don't look like month containers are left completely alone.

How it works

The plugin writes a single <style> element that reorders the month rows with flexbox order. Display only. It never reads, writes, renames, moves, or deletes anything in your vault. Your actual sort setting is untouched. Disable the plugin and the explorer is exactly as it was.

It rebuilds automatically when files are created, renamed, or deleted. If the order ever looks stale there's a Refresh month folder order command.

Install

Manual, for now:

  1. Copy main.js and manifest.json into <your vault>/.obsidian/plugins/month-folder-order/
  2. Reload Obsidian
  3. Enable it under Settings → Community plugins

Limitations

  • Built-in File Explorer only. Worth saying twice.
  • A folder needs at least two month-named subfolders before anything happens. One month folder on its own proves nothing.
  • Non-month folders and loose files inside a month container get pushed below the months.

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.