Android Widget to display an interactive todo list from a markdown file
- Download the .apk file from the latest release
- Install with package manager
- Run the main app once
- Allow the storage permission to read and write external files
- Select widget from the widget list
- Drag to Homescreen
- Enter the Obsidian Vault name to use
- Configure the file to use
- Press "Select" to define the folder where the file(s) is/are stored.
- Enter the single filename or enter a date pattern
- If you want to limit the the tasks to a specific header enter the header name into the "Header" field
- If you want to include sub Headers check the "Include Sub Headers" switch
- Press Create
Note:
- The widget only work for Android Oreo(SDK 26) and up.
- Make sure the date format inside the curly brackets exists. Here are some options
Quicknote
Todos
{{yyyy-MM-dd}}
Daily-{{dd}}-{{MM}}-{{yyyy}}
DEMO.mp4
Due to limited android / kotlin experience, this project is certainly messy.