Tiim / Android-Markdown-Widget

Small widget app to display a markdown file on the home screen
GNU General Public License v3.0
83 stars 10 forks source link

Doesn't update when md file changes #7

Closed tjthejuggler closed 2 years ago

tjthejuggler commented 2 years ago

If I change the .md file it doesn't show in the widget. I have to delete and recreate the widget to see the new text.

Tiim commented 2 years ago

The widget will update eventually (about every 30min). To manually update it, you can resize it as well.

It would be nice to somehow subscribe to file changes to directly update the widget when the file gets modified, but I currently have no idea how to do that.

tjthejuggler commented 2 years ago

Thanks for the response. Youre right, it updated with time, i didnt know about the resize trick. I have noticed that it still occasionally goed blank for a little while, but not often, and i dont know why.