Results 310 comments of donmor

Okay please wait for a while before I put some comments in code :)

BTW I think it'd be better to use unicode font glyph instead ascii, as the first step to making i18n stuff.

You need a plugin to apply the theme of your wiki to the app. See FAQ :)

You mean applying force light/dark, but not setting theme color? Hmmm... someday I may update the plugin to add a light/dark only option :)

`setForceDark()` applies on WebView. It has to be set separately.

In fact Tiddloid reads data from current palette, not theme. Themes and palettes in TiddlyWiki are set separately.

Hmmmmmmm... I thought the WebView just notifies the page that should be in dark mode and renders background (if not changed by the page) and some widgets darkened... So you...

Okay I may remove this line in next update since is not properly handled by TW.

It's not a new feature XD... In the 1.x era there's a "Colorful Update" (1.4.0/lite 1.2.0) which introduced the tweak plugin and theme colors. The `setForceDark()` should have been an...

I'll remove `setForceDark()` until it is proved to work well with TW. Another attempt is to apply a patch to the tweak plugin, replacing the checkbox with a combobox to...