No description
Find a file
2023-05-14 12:54:26 +02:00
.github/workflows github folder 2023-03-19 23:21:44 +01:00
src Slightly improved settings tab (changed names, descs...) 2023-05-14 12:54:26 +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 Update manifest.json 2023-05-12 21:39:02 +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-03-23 11:45:30 +01:00
styles.css Support AnuPpuccin theme 2023-05-11 18:57:59 +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.

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

Exlude folders

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.