Daily Todo ListYet another VS Code extension for a todo list. FeaturesThe Daily Todo List extension provides the following features:
Getting startedTo get started with the Daily Todo List extension, follow these steps:
ConfigurationYou have to ensure that the first line of your document marks it as a daily todo list. You can do this by adding the following line to the top of your document:
By default, the extension adds text blocks like this at the top of your document. (The date is automatically updated for your current day.)
You have the option of specifying the position and direction of your todo list. Put this piece of text anywhere in your document and your todo list will be placed below.
Even if you put this comment somewhere in your markdown file, you still have to flag the document as a Explicit positioningYou might want to have a headline or some text above your todo list.
You can specify the relative line number of where the extension would place your todo list via a number in brackets Imagine the case where you have an introduction to your todo list and you want to place your todo list below that introduction.
Reverse listsThe relative position is allowed to be zero or negative. This means that you can change the order of how your todo-list will grow over time.
Development
Publish via |