Obsidian Todo Widget
Android Widget to display an interactive todo list from a markdown file
Install
- 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
Setup
- 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
- 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
Example
Filename examples
Static file
Quicknote
Todos
Daily note
{{yyyy-MM-dd}}
Daily-{{dd}}-{{MM}}-{{yyyy}}
Demonstration
DEMO.mp4
Disclaimer
Due to limited android / kotlin experience, this project is certainly messy.