No description
Find a file
2024-03-26 18:27:47 +08:00
.github/workflows Release fix 2024-03-23 14:26:02 +08:00
images improved appearance according to guidelines 2024-03-23 12:56:38 +08:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore better gitignore 2024-03-23 13:10:27 +08:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs Upgrade esbuild to v0.17.x (#47) 2023-01-25 13:49:50 -05:00
LICENSE Create LICENSE 2024-03-23 13:13:51 +08:00
main.ts You should avoid assigning styles via JavaScript or in HTML and instead move all these styles into CSS so that they are more easily adaptable by themes and snippets. 2024-03-26 18:27:47 +08:00
manifest.json 1.3.0 2024-03-23 13:49:59 +08:00
package-lock.json 1.3.0 2024-03-23 13:49:59 +08:00
package.json 1.3.0 2024-03-23 13:49:59 +08:00
prepareForGitRelease.sh bug fix of many windows 2024-03-23 13:46:45 +08:00
README.md improved appearance according to guidelines 2024-03-23 12:56:38 +08:00
styles.css You should avoid assigning styles via JavaScript or in HTML and instead move all these styles into CSS so that they are more easily adaptable by themes and snippets. 2024-03-26 18:27:47 +08:00
tsconfig.json Upgrade dependencies, add strictNullChecks. 2022-06-24 15:41:39 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 1.3.0 2024-03-23 13:49:59 +08:00

Current Folder Notes Pane

I use this to show a list of chapters + about files for my novel writing since my writing projects are usually contained in one folder. It sorts the list of chapter e.g. 'Chapter T1 - Hello World', 'Chapter T2 - Running'...

You can filter out some notes such as 'index' that you don't want to see in the listing, and only include in a list of notes that have 'chapter' or 'about' in them.

How this works Annotated_Example

Example Settings Settings

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.