No description
Find a file
Callum Loh 9cadb5ab4e Swap to using FileExplorer for applying CSS classes
This enables loading of classes before hand so that the user experience is cleaner whilst browsing the file tree

I've hooked a few more events up to support this so that CSS classes can be updated as they go
2023-04-04 12:53:54 +01:00
.github/workflows github folder 2023-03-19 23:21:44 +01:00
src Swap to using FileExplorer for applying CSS classes 2023-04-04 12:53:54 +01: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-03-31 09:20:13 +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 Used wrong settings and changed naming 2023-03-31 09:19:32 +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.