No description
Find a file
Lost Paul fe2421f836 Switch storage location button and fixed some bugs
The observer for the path now also stops if you turn off the setting to open folder notes through the path.
You can also now only use one of the two storage location options at the same time.
The way I did it before caused some bugs and performance issues.
2023-06-04 15:31:08 +02:00
.github Create FUNDING.yml 2023-05-19 13:56:08 +02:00
src Switch storage location button and fixed some bugs 2023-06-04 15:31:08 +02:00
.editorconfig Initial commit 2023-03-12 17:11:05 +01:00
.eslintignore Initial commit 2023-03-12 17:11:05 +01:00
.eslintrc New eslint rules 2023-03-19 23:11:00 +01:00
.gitattributes Initial commit 2023-03-12 17:11:05 +01:00
.gitignore Initial commit 2023-03-12 17:11:05 +01:00
.npmrc Initial commit 2023-03-12 17:11:05 +01:00
esbuild.config.mjs Initial commit 2023-03-12 17:11:05 +01:00
LICENSE Initial commit 2023-03-12 17:11:05 +01:00
manifest.json Fix outline 2023-05-22 10:14:37 +02:00
package-lock.json Settings progress 2023-03-18 22:56:11 +01:00
package.json Plugin settings progress 2023-03-16 22:07:30 +01:00
README.md Update README.md 2023-06-02 11:42:44 +02:00
styles.css Fix outline 2023-05-22 10:14:37 +02:00
tsconfig.json Initial commit 2023-03-12 17:11:05 +01:00
version-bump.mjs Initial commit 2023-03-12 17:11:05 +01:00
versions.json Initial commit 2023-03-12 17:11:05 +01:00

Obsidian folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Support the development of the plugin

Buy Me a Coffee at ko-fi.com

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

wzk25GXUpc

Automatically create folder notes

Obsidian_NLUDzVBWRe

How to install the plugin

  1. Download main.js, manifest.json, styles.css from the latest release (see releases)
  2. Create a new folder in Vault-name/.obsidian/plugins and put the downloaded files in there
  3. Reload your plugins and enable the plugin Obsidian_QaY1e3nCzL Obsidian_w4hTprcOjW

Credits

Thank you to everyone who has created a plugin that inspired me and I took code from.