Folder Note
by xpgo
Score: 41/100
favorite
share
Description
Category: File Management

The Folder Note plugin transforms your Obsidian vault into a hierarchical note system by allowing you to attach notes to folders. It provides a customizable template for generating initial content, which can include a brief overview of the folder. This feature is particularly useful when creating collection notes or organizing your research papers. The plugin also supports real-time rendering of folder overviews using the ccard code block, making it easy to visualize your note structure. With its flexible settings and intuitive interface, the Folder Note plugin helps you to create a more organized and efficient note-taking system.

Stats
421
stars
119,690
downloads
31
forks
1,531
days
256
days
1,502
days
9
total PRs
6
open PRs
3
closed PRs
0
merged PRs
103
total issues
91
open issues
12
closed issues
0
commits
Latest Version
4 years ago
Changelog
  • add strip style view of item data (0.7.3)
README file from

Folder Note Plugin

Obsidian Plugin: Add description note to a folder. Generate card-style overview of folder. Make your vault to be a hierarchy note system.

Folder_Note_Show

Usage

  • Add description note: CTRL+Click on a folder in the file explorer panel.
  • Show description note: Just Click the folder.
  • Delete description note: Just delete the opened note file.
  • Settings : configure the note file method, file name and inital template on the settings panel.
  • Command: Use some commands to control the folder note plugin.

Features

  • Dispaly and manage folder note easily
  • Support 3 different folder note methods
  • Automatically keep folder and folder-note name in syncing
  • Make a folder by active note file
  • Customized initial folder note content
  • Card and strip style view of folder content
  • ccard code block for elegant view of item data

How it works

The mechanism is simple: attaching a note file to a folder, and the folder note file will be hidden by CSS rules. But where do you put the folder note? There are three methods of creating description note for a folder: Inside-Folder, Outside-Folder and Index-File, please read Folder Note Methods for more information about the Pros and Cons of each method. The default configuration is the Inside-Folder method. If you prefer the others, please change the settings.

When CTRL+Click a folder, the plugin will create a description note with the path dependent on the method you choose. When clicking a folder, the plugin will open the attached note for you. You can configure the plugin to hide/show the folder note. It can also be configured to try to automatically keep the folder and note name in syncing.

Settings

  • Note File method: select the folder note file method as mentioned above.
  • Index File Name: For the Index-File method, set the folder note name, like _overview_ or index.
  • Note Initial Content: set the initial content for a new folder note, you can use some keywords:
    • {{FOLDER_NAME}} will be replaced with the folder name.
    • {{FOLDER_PATH}} will be replaced with the folder path.
    • {{FOLDER_BRIEF}} will be replaced with a ccard code block for card-style overview of current folder, and the content in the ccard can be edited, see ccard Syntax for more information.
    • {{FOLDER_BRIEF_LIVE}} will be replaced with a tiny code block which will be rendered to the folder overview in real time.
  • Key for New Note: set to use CTRL+Click or ALT+Click for creating new folder note.
  • Hide Folder Note: turn off the setting if you want to show the note file in file explorer.
  • Auto Rename: For the methods Inside-Folder and Outside-Folder, the plugin tries to rename the folder note name when a folder name is changed or vice versa. However, this function is experimental, it does not always work. Rename them manually if you have some issue related to the operation.
  • Delete Folder Note: For the method Outside-Folder, delete folder note file when a folder is deleted.

Command

Use Ctrl+P to open Obsidian's command panel, and use the following commands of the plugin:

  • Insert Folder Overview: Insert a folder overview code blocks in the current note file.
  • Make Current Note to Folder: Create a folder based on the current note and attach the note to the new folder as folder note.

Overview of folder

The plugin can automatically generate a code block of ccard in a note file for displaying overview of a folder. The code block can be used and edited in any normal note file. For the syntax of ccard code block, please refer to ccard Syntax.

You can use the ccard code block in the inital folder note template in the settings page. Alternatively, you can use some keywords in the initial folder note template to generate the code blocks for you:

Keyword: {{FOLDER_BRIEF}}

The keyword {{FOLDER_BRIEF}} will be replaces with a ccard code block which describes an brief overview of the folder. You can edit the codes in the code block to display whatever content you like. If you want to update the overview of a folder, it can be inserted to a note by command: Ctrl+P, Insert Folder Overview.

Keyword: {{FOLDER_BRIEF_LIVE}}

The keyword {{FOLDER_BRIEF_LIVE}} will be replaced with a ccard code block which will be rendered to the folder overview in real time. It is useful when you put some notes with image in a folder, e.g., things collections, it will generate a card view of all the notes with images dynamically.

Configuration

If you want to configure the content and appearence of the ccard code block, please refer to ccard Syntax. You can configure the style, colume number, image prefix, folder path, note only, max brief length and more. For example, the following image show different styles of folder overview.

Card_Strip_Style

Change log

Remember to update the plugin, if you find some issues.
For updating from version < 0.4.0, please refer to Update from old version.

0.7.x

  • add strip style view of item data (0.7.3)
  • use {{FOLDER_BRIEF_LIVE}} for default inital content (0.7.2)
  • add Keyword {{FOLDER_PATH}} for inital content (0.7.1)
  • fix multiple usage of some keywords for initial content (0.7.1)
  • add imagePrefix key for ccard (0.7.0)
  • add noteOnly Key for folder_brief_live (0.7.0)
  • fix showing both folder and note for outside mode (0.7.0)
  • hide settings according to folder method (0.7.0)

See more change log.

Plans for future

  • Add more template option for generating the initial content.
  • Automatically generate overview contents for the folder note file based on contents in the folder, like the software Trilium does. (Partially done.)
  • More robust renaming operation.
  • More style of overview.

Known issues

  • The folder note file may appear when created. Click it again to hide.
  • Leave a message on the GitHub repo if you find any issues or want to improve the plugin.

Install

  • On the Obsidian's settings page, browse the community plugins and search 'Folder Note', then install.
  • Or manually installing: go to the GitHub release page, copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/folder-note-plugin/.
  • The plugin will be updated continuously, update it through Obsidian's settings page or manually.

Build

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode.

Support

BuyMeACoffee
GitHub release (latest SemVer)
GitHub all releases

Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Power Search
3 years ago by Aviral Batra
Auto Note Mover
3 years ago by faru
This is a plugin for Obsidian (https://obsidian.md).
Book Search
3 years ago by anpigon
Obsidian plugin that automatically creates notes by searching for books
Folder Focus Mode
3 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Database folder
3 years ago by RafaelGB
Obsidian Plugin to Allow Notion like database based on folders
PodNotes
3 years ago by Christian B. B. Houmann
PodNotes is a plugin for Obsidian that helps the user write notes on podcasts.
New Note Content Pusher
2 years ago by Henry Gustafson
An Obsidian plugin to add (prepend or append) specified content to a note (existing or new) without opening another pane.
Old Note Admonitor
2 years ago by tadashi-aikawa
Hidden Folder
2 years ago by ptrsvltns
obsidian plugin for hidden folder
Create Note in Folder
2 years ago by Mara-Li
Set a folder in settings and get directly a command to create a note in it. Use this with QuickAdd/Button to get more pratical things :D
Source Code Note
2 years ago by Waiting
The obsidian plugin can help you organize source code note easily.
OZ Calendar
2 years ago by Ozan Tellioglu
Advanced Merger
2 years ago by Anto Keinänen
Colorful Note Borders
2 years ago by rusi
Smart Rename
2 years ago by mnaoumov
Obsidian Plugin that helps to rename notes keeping previous title in existing links
Folder notes
2 years ago by Lost Paul
Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
Hide Folders
2 years ago by JonasDoesThings
Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns
Style Importer
2 years ago by Josh Rouwhorst
Obsidian.md plugin to import a stylesheet from a URL to the snippets folder.
Easy Bake
2 years ago by mgmeyers
Compile many Obsidian notes down to one.
Voice
2 years ago by Chris Oguntolu
🔊 The Obsidian Voice plugin to listening to your written content being read aloud.
Quick note
2 years ago by James Greenhalgh MBCS
Create New note from right-clicking app icon
File Explorer++
2 years ago by kelszo
A plugin for https://obsidian.md, which enables the ability to hide and pin specific files and folders in the file explorer by applying custom filters.
Recipe view
a year ago by lachholden
View your Obsidian notes as interactive recipe cards while you cook.
Timeline View
a year ago by b.camphart
Obsidian plugin for viewing your notes linearly based on a given property
Are.na unofficial
a year ago by 0xroko
Unofficial Are.na plugin for Obsidian
Custom Note Width
a year ago by 0skater0
A plugin for Obsidian that enables you to easily adjust the editor's line width on a note-by-note basis.
Widgets
a year ago by Rafael Veiga
Add cool widgets to your notes or your dashboard in Obsidian
Apple Books - Import Highlights
a year ago by bandantonio
Import highlights and notes from your Apple Books to Obsidian
iCloud Contacts
a year ago by Truls Aagaard
Obsidian plugin that imports contacts from iCloud and manages a note for each contact.
Protected Note
a year ago by Mikail Gadzhikhanov
Plugin for Obsidian
Title renamer
a year ago by Peter Strøiman
Obsidian plugin to keep title in markdown synced with tile name
Note Companion Folder
a year ago by Chris Verbree
A Obsidian Plugin providing a way to associate a folder to a note
Quick File Name
a year ago by Wapply
This Obsidian plugin generates a note with an random string as file name.
my anime list text exporter
a year ago by XmoncocoX
a plugin who create an obsidian page for an anime with the data from my anime list.
Note Splitter
a year ago by Trey Wallis
Split a note into individual notes based on a delimiter
Pinned Notes
10 months ago by vasilcoin002
Auto Folder Collapse
8 months ago by Dario Casciato
A plugin for Obsidian that automatically collapses all child folders when you collapse a parent folder. This helps keep your file explorer organized and clutter-free.
Live Variables
7 months ago by Hamza Ben Yazid
Define variables in your note's properties and reuse them throughout your content.
Note Refactor
4 years ago by James Lynch
Allows for text selections to be copied (refactored) into new notes and notes to be split into other notes.
Smart Random Note
4 years ago by Eric Hall
A smart random note plugin for Obsidian
Periodic Notes
4 years ago by Liam Cain
Create/manage your daily, weekly, and monthly notes in Obsidian
Tracker
4 years ago by pyrochlore
A plugin tracks occurrences and numbers in your notes
Focus Mode
4 years ago by ryanpcmcquen
Add focus mode to Obsidian.
2Hop Links
4 years ago by Tokuhiro Matsuno
File Explorer Note Count
4 years ago by Ozan Tellioglu
Obsidian Plugin for viewing the number of elements under each folder within the file explorer
AidenLx's Folder Note
4 years ago by AidenLx
Add description, summary, and more info to folders with folder notes.
Podcast Note
4 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian that lets you add podcast meta data to your notes.
Wikipedia
3 years ago by Jonathan Miller
Grabs information from Wikipedia for a topic and brings it into Obsidian notes
From Template
3 years ago by mo-seph
Simple plugin to create Notes from a template, and fill in fields defined there
Symlink Creator
6 months ago by Tobias Heidler
A plugin for Obsidian that allows the creation of symlinks - for Windows, OS X and Linux only!
Quick Notes
6 months ago by Sean McOwen
random-retrieval
5 months ago by Rachninomav
Fold Properties
5 months ago by James Alexandre
Adds Fold/Unfold Properties Function to Folder Context Menu
Session Notes
5 months ago by tabibyte
A plugin for Obsidian to create temporary & session notes that will be deleted when session ends
Vault Review
5 months ago by Alexander
This plugin allows you to create a snapshot of your vault and randomly review files from it 1-by-1.
Arweave Uploader
5 months ago by makesimple
Unearthed (Kindle Sync)
5 months ago by CheersCal
Daily Random Note
5 months ago by Alexandre Silva
Daily Random Notes in Obsidian.
Daily Summary
4 months ago by Luke
Beautiful Contact Cards
4 months ago by Seth Tenembaum
A plugin for the Obsidian text editor which renders "contact" code blocks with tappable links for phone, social media, etc.
Instant Above Divider
4 months ago by SedationH
Folder Canvas
4 months ago by Nancy Lee
Generate a canvas view of your folder structure
Folder Links
4 months ago by Stefan Rausch
Obsidian Plugin that enables using links to folders.
Abbrlink
4 months ago by Q78KG
create folder notes with dropdown
4 months ago by Sturdy Shawn
Sync Cnblog
4 months ago by zhanglei
同步文章到博客园