From 4e36a1ca2709e6125df2063c481c29dab6fb0523 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:24:13 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c18bc8..c771bf1 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,14 @@ Create notes within folders that can be accessed without collapsing the folder, - 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 creation (can be turned on in the settings) +- Automatically create folder notes in folder on folder creation (can be turned on in the settings) - Exclude folders -- Hide folder note from file explorer +- Hide folder notes from file explorer ## Credits Thank you to everyone who has created a plugin that inspired me and I took code from. - Template suggester, created by [SilentVoid13](https://github.com/SilentVoid13) and [Liamcain](https://github.com/liamcain) (their plugins: https://github.com/SilentVoid13/Templater/, https://github.com/liamcain/obsidian-periodic-notes) -- Apply template to note -- Folder underline +- Apply template to note, first seen in https://github.com/mgmeyers/obsidian-kanban/ from [Mgmeyers](https://github.com/mgmeyers) +- Folder underline, inspired from https://github.com/aidenlx/alx-folder-note +- Stop folders from collapsing, the basic idea from https://github.com/alangrainger/obsidian-folder-notes and some code lines +- The basic idea is from https://github.com/xpgo/obsidian-folder-note-plugin