YukiGasai / obsidian-todo-widget

Android Widget to display todo list from markdown file
Apache License 2.0
86 stars 5 forks source link

Obsidian Todo Widget

Android Widget to display an interactive todo list from a markdown file

Install

  1. Download the .apk file from the latest release
  2. Install with package manager
  3. Run the main app once
  4. Allow the storage permission to read and write external files

Setup

  1. Select widget from the widget list
  2. Drag to Homescreen
  3. Enter the Obsidian Vault name to use
  4. Configure the file to use
    1. Press "Select" to define the folder where the file(s) is/are stored.
    2. Enter the single filename or enter a date pattern
  5. If you want to limit the the tasks to a specific header enter the header name into the "Header" field
    1. If you want to include sub Headers check the "Include Sub Headers" switch
  6. Press Create

Note:

Example

preview

Filename examples

Static file

Daily note

Demonstration

https://github.com/YukiGasai/obsidian-todo-widget/assets/38146192/cfc415c2-cdaa-43b9-a005-42ed3df12608

Disclaimer

Due to limited android / kotlin experience, this project is certainly messy.