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

Widget background color picker, Custom CSS injection #19

Open zeyus opened 8 months ago

zeyus commented 8 months ago

This adds the ability to select a color for the widget background as well as adding custom CSS into the rendered widget.

Screenshot_20231227-132019 Screenshot_20231227-131835 Screenshot_20231227-131933 Screenshot_20231227-132011

Tiim commented 8 months ago

Very nice! Thank you ✨ I will take a look at the code as soon as I can, but I'm really excited about this feature :)

zeyus commented 8 months ago

Very nice! Thank you ✨ I will take a look at the code as soon as I can, but I'm really excited about this feature :)

No probs, nice widget thanks for your work! :)

The real thing I was working towards with this is figuring out a way to "render" the dataview, but from what I saw so far even the JS API is heavily dependent on Obsidian (which is a shame because I really want my ToDo lists on my home screen).

I have a few exams due so probably wont have a lot of time in the next few weeks, but if you have any ideas for showing the rendered md I'd definitely be interested in helping to make this happen 🕵️