From 7cf8e7f9687869b7bb04fa66d5ddb510a40ffd38 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Sun, 27 Aug 2023 14:49:10 -0400 Subject: [PATCH] Updated: Sunday, August 27,2023-08-27 14:49:09 --- .../Obsidian Guides/Digital Garden Plugin.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md b/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md index d78684a..238d5f6 100644 --- a/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md +++ b/enter/Coding Tips (Classical)/Project Vault/Obsidian/Obsidian Guides/Digital Garden Plugin.md @@ -34,6 +34,29 @@ Digital Garden is the Obsidian plugin that lets me publish changes from my local For further tweaks and customization, adding in your own CSS is helpful. Digital Garden docs provides a helpful guide to notes icon customizing and how to find this in the source files. +### Commands +Helpful commands in digital garden front-matter placed at the top of a note. + +- **Hide file from file tree :** If you want to hide a note from the filetree, you can do so by setting dg-hide to true. + +``` +--- +dg-hide: true +--- +``` + + +- **Pinning notes to filetree :** If you want certain notes to be at the top of the folder its in, you can use the dg-pinned attribute. Setting this to true will make the note be on top of the folder it is currently in + +``` +--- +dg-pinned: true +--- +``` + +--- + + ### CSS 1. Customizing Icons.