Button+Templater to pull up a personal workflow checklist

I have personal workflows (basically checklists) for things like daily planning. This solution generates a new checklist at the click of a button.

In the screenshot, “Get a checklist” is a button that creates a new note based on the template “template - PWF - Daily Planning” and displays it on a split. (The button is specified in the daily note’s template). When I’m done with the checklist, I just delete it, since it’s generated as needed. The button is polite and removes itself after you click on it, keeping clutter low.

```button
name Get a checklist
type note(2021-05-13 Daily Planning checklist, split) template
action template - PWF - Daily Planning
remove true

4 Likes