This is an automated archive made by the Lemmit Bot.

The original was posted on /r/tasker by /u/Nirmitlamed on 2025-01-18 11:34:09+00:00.


For my own purpose i have created a Notes / Reminder list Widget using WidgetV2. You can:

  • Create a note
  • Unlimited notes
  • Scrollable
  • Checked and unchecked with strikethrough effect
  • Delete single note at a time

I didn’t make it with user friendly use in mind and since i don’t have much free time (family situation), at the moment only those with more knowledge with Tasker can customize it more easily.

My idea of creating this notes widget with its functionality is to have every new note inside a global variable in a JSON layout. That way i can make it to remember the note itself and it status (true or false). And when i extract the notes from the JSON i put it inside an array which make it possible to know the position of the specific note i want to delete, check or unchecked and edit it.

Here is a video with simple example of how it looks:

Here is the URL for importing the project from Taskernet:

Will gladly hear reviews and what do you think.