Add a minimalistic widget with the content of a markdown file to your home screen. This app is intended for users of Obsidian, but the widget will display any markdown file on your phone.
If you like this app, consider buying me a coffee.
- Download the APK from the Releases section
- Download from F-Droid
- Open any markdown or text file on your phone and display it as an home screen widget.
- The widget is updated in a regular interval.
- Supports all standard markdown features and some extensions:
- Task Lists
- Markdown Tables
- Strikethrough
- WikiLinks
- Frontmatter
Currently the widget is non-interactive. Tapping on links or scrolling the widget does not do anything.
- LaTeX support
- Admonitions / Callouts
- Highlighting
- Update version and version code in build.gradle.
- Commit file
git add . && git commit
- Add tag
git tag vX.Y.Z
- Push to github
git push && git push --tags