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 1/6] 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 From 0a85b22cb9c34ac9bb9784e21f9eca244e4d09b6 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:25:27 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c771bf1..22d2023 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Create notes within folders that can be accessed without collapsing the folder, ## 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) +- Template suggester, created by [SilentVoid13](https://github.com/SilentVoid13) and [Liamcain](https://github.com/liamcain) (their plugins: [Templater](https://github.com/SilentVoid13/Templater/), [Periodic notes](https://github.com/liamcain/obsidian-periodic-notes)) - 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 From 7130baf92f087cff1cf2a3624a18edbf1bdd6fcb Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:04:44 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22d2023..3dba064 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Create notes within folders that can be accessed without collapsing the folder, - 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 ## Credits Thank you to everyone who has created a plugin that inspired me and I took code from. From ccc9207e74dd5bc51c88ffe34eda296c04209527 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:20:06 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dba064..35b2365 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,16 @@ Create notes within folders that can be accessed without collapsing the folder, - 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 +#### Soon - Create folder note for every existing folder + +## How to install + +1. Download main.js, manifest.json, styles.css from the latest release (see [releases](https://github.com/LostPaul/obsidian-folder-notes/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 +![image](https://user-images.githubusercontent.com/70213368/220440006-afc6f592-8ff9-4074-8b24-74f69c22cf18.png) +![zhWUnifj86Q2KlZTOtfU](https://user-images.githubusercontent.com/70213368/220440083-076bdb60-49a7-44cb-b001-37b3dd7717c3.png) ## Credits Thank you to everyone who has created a plugin that inspired me and I took code from. From 156b478ae8880ebc9f61af2446c1fa4e89f27c01 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:25:34 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35b2365..87943ba 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Create notes within folders that can be accessed without collapsing the folder, 1. Download main.js, manifest.json, styles.css from the latest release (see [releases](https://github.com/LostPaul/obsidian-folder-notes/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 -![image](https://user-images.githubusercontent.com/70213368/220440006-afc6f592-8ff9-4074-8b24-74f69c22cf18.png) -![zhWUnifj86Q2KlZTOtfU](https://user-images.githubusercontent.com/70213368/220440083-076bdb60-49a7-44cb-b001-37b3dd7717c3.png) +Obsidian_QaY1e3nCzL +Obsidian_w4hTprcOjW + ## Credits Thank you to everyone who has created a plugin that inspired me and I took code from. From ecec35bd1eadda56ec1c7bedc62472a099bf9510 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:26:09 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87943ba..034e6de 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Create notes within folders that can be accessed without collapsing the folder, - [Features](#features) - [Credits](#credits) +- [How to install the plugin](#how-to-install-the-plugin) ## Features @@ -19,7 +20,7 @@ Create notes within folders that can be accessed without collapsing the folder, #### Soon - Create folder note for every existing folder -## How to install +## How to install the plugin 1. Download main.js, manifest.json, styles.css from the latest release (see [releases](https://github.com/LostPaul/obsidian-folder-notes/releases/)) 2. Create a new folder in `Vault-name/.obsidian/plugins` and put the downloaded files in there