mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
No description
| .github | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| mkdocs.yml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian folder notes
Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
Table of contents
Features
- Notes in folders
- Click on folder name to open folder note
- Folders don't collapse (can be changed in the settings)
- Templater and templates support
- The name of folders that contain folder notes are underlined (can get toggled in the settings)
- Automatically create folder notes in folder on folder creation (can be turned on in the settings)
- Exclude folders
- Hide folder notes from file explorer
Soon
- Create folder note for every existing folder
Showcase
Open folder notes
Automatically create folder notes
How to install the plugin
- Download main.js, manifest.json, styles.css from the latest release (see releases)
- Create a new folder in
Vault-name/.obsidian/pluginsand put the downloaded files in there - Reload your plugins and enable the plugin

Credits
Thank you to everyone who has created a plugin that inspired me and I took code from.
- Template suggester, created by SilentVoid13 and Liamcain (their plugins: Templater, Periodic notes)
- Apply template to note, first seen in https://github.com/mgmeyers/obsidian-kanban/ from Mgmeyers
- Folder underline, inspired from https://github.com/aidenlx/alx-folder-note
- Stop folders from collapsing, the basic idea from https://github.com/alangrainger/obsidian-folder-notes and some code lines
- The basic idea is from https://github.com/xpgo/obsidian-folder-note-plugin

