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

check boxes don't check #18

Open cedardocster opened 9 months ago

cedardocster commented 9 months ago

I assume the purpose of this app is to have functioning checklists based on your own files. If that's not the case could you add it to your list of feature requests?

Tiim commented 9 months ago

I have not yet thought about having checklists. Currently, the widget shows the markdown file read-only. But it's an interesting idea. I will probably not implement it myself, but if anyone wants to contribute I will gladly accept a PR.

Mick2nd commented 4 months ago

See my PR, in my configuration of the checkbox the disabled flag is removed.

This is only true for the Debug sample view, but the widget display is based on fixed images. There is no active content of the widgets. The only way is to edit the markdown file underlying the widget and update the widget with it.