From acc714d0f9328b30e0ee939cf6b8fa6404cb2903 Mon Sep 17 00:00:00 2001 From: Sean Ottey Date: Wed, 25 Oct 2023 12:02:46 -0700 Subject: [PATCH] Documentation updates --- README.md | 2 +- redovc_docs/docs/index.md | 2 +- redovc_docs/docs/theming.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 644619c..47ce7ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Redo.vc is a tool for command line fans that allows you to track your tasks. It To learn about available redo.vc commands, see the [usage page](https://redo.vc/usage/) ## Features -* [NEW] [Theming capabilities](https://redo.vc/theming) +* [NEW] [Theming capabilities](https://redo.vc/theming) - Change all the colors and column order on the fly! * [NEW] Adding additional due strings (End of quarter, End of Month) * Tasks can be assigned to a project * Projects can be created dynamically while creating todos diff --git a/redovc_docs/docs/index.md b/redovc_docs/docs/index.md index 644619c..47ce7ee 100644 --- a/redovc_docs/docs/index.md +++ b/redovc_docs/docs/index.md @@ -6,7 +6,7 @@ Redo.vc is a tool for command line fans that allows you to track your tasks. It To learn about available redo.vc commands, see the [usage page](https://redo.vc/usage/) ## Features -* [NEW] [Theming capabilities](https://redo.vc/theming) +* [NEW] [Theming capabilities](https://redo.vc/theming) - Change all the colors and column order on the fly! * [NEW] Adding additional due strings (End of quarter, End of Month) * Tasks can be assigned to a project * Projects can be created dynamically while creating todos diff --git a/redovc_docs/docs/theming.md b/redovc_docs/docs/theming.md index ad0fbba..9a304d9 100644 --- a/redovc_docs/docs/theming.md +++ b/redovc_docs/docs/theming.md @@ -82,7 +82,7 @@ Currently, the json looks like this: "index":4 }, { - "desc": "Task subject", + "desc": "Task subject - Changing this index to anything other than 5 will probably make everything look wonky.", "columnname": "subject", "index":5 }