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] 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