-
Task Toggler Action
Lately I’ve been creating a lot of checklists or just notes with tasks within Drafts. I used an action that allows to toggle the states of these tasks in the selected range (either the line where the cursor is located or multiple selected lines). This worked but was not fitting my use cases. I also…
-
Show List
This action queries all your drafts for a specific tag and presents their titles in a prompt. The selected draft will be loaded into the editor [Configuration] You need to configure the tag this action should use. To do so, edit this line in the script const listTag = “ref_list”; and replace ref_lists with the…
-
clean done items in list
This action removes all done items from a list [Configuration] no configuration needed [Usage] When you run this action all done items in a list will be removed. The lines This action works best when you use it together with the Show List action. Then you can quickly open a list, check of items already…
-
sort checklist
This action sorts a list of checkboxes based on their state. All done items will be moved to the end of the draft into the section titled with „## done“ [Configuration] no configuration needed [Usage] Use this action when you have a checklist open and don’t want to delete done items with the clean done…
-
Add to List
This action adds the content of the current draft to the list draft you select in a prompt. The content will be added after a checkbox. You can also create a list for a new topic from the prompt. [Configuration] You need to configure the tag this action should use. To do so, edit this…