Android-Markdown-Widget icon indicating copy to clipboard operation
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.

"Buy Me A Coffee"

Where can I get this App

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

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

License

GNU General Public License v3.0