From 3e3541fadae99bf214a65e47a2aa06718825a6ef Mon Sep 17 00:00:00 2001 From: Tomas Dittmann Date: Tue, 29 Aug 2023 09:41:34 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25902a3..ee8e99c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This plugin adds a simple checklist to the taskview, similar to subtasks. Each entry consists of a title-, a description- and a toggleable "done"-field. -It also supports a separator to visually structure the list. (in the description use `=` for a bigger separator / `==` for a smaller separator) +It also supports a separator to visually structure the list. +(in the description use `=` for a bigger separator / `==` for a smaller separator) The separator is collapsible as well. supports [MarkdownPlus](https://github.com/creecros/MarkdownPlus) @@ -13,7 +14,7 @@ Use `-` in the descriptionfield to hide it if you don't need it. The whole list can be exported to json and get imported from it. Imports overwrite existing lists. -The plugin checks for templates in a separate directory `plugins\DefinitionOfDone\DodTemplates\` +The plugin checks for templates in a separate directory `plugins\DefinitionOfDone\DodTemplates\` Exported dods in that directory will be selectable in the task-creation and task-overview. To delete an entry, you have to select it first by activating the checkbox in the options column.