Android-Markdown-Widget
Android-Markdown-Widget copied to clipboard
Small widget app to display a markdown file on the home screen
Markdown Widget
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.
Where can I get this App
- Download the APK from the Releases section
- Download from F-Droid
Features
- 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.
Planned Features
- LaTeX support
- Admonitions / Callouts
- Highlighting
Development
New Release:
- 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
