From e0b36d2a181c077deed77e13f3e06bea32b273b7 Mon Sep 17 00:00:00 2001 From: Tobias Davis Date: Fri, 15 Dec 2023 23:01:34 -0600 Subject: [PATCH] docs: add example --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037f10f..216680b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# GTD: No Next Step +# Obsidian Plugin - GTD: No Next Step -Obsidian plugin for GTD workflow that adds a badge to projects with no defined next step. +Obsidian plugin for GTD workflow that adds a badge to project files with no defined next step. ## Motivation for Plugin @@ -25,6 +25,16 @@ This plugin currently only has the following configurable options: The folder where project files live. Default: `Projects/` +This plugin also works for all sub-folders as well, e.g.: + +``` +Projects/ +├── Big Project/ +│ ├── Some part of it.md +│ └── Another part.md +└── Single file project.md +``` + #### Next-Step tag The tag that indicates a task has a next step. Default: `#next-step`