Javad
Javad
I think it would make sense to not show the widget's settings until the user logs in. The login fragment can be displayed in a dialog box, and after the...
I'd like to suggest a GitHub workflow to build and release the app. This will make it easier to update the app on both GitHub and F-Droid. You just need...
I believe the `KillPhrases` tiddler should be transferred to the main `tiddlers/` directory because `builders.py` looks for it there. https://github.com/sobjornstad/tzk/blob/b8187ce0e888ce05709e2147f006f1ffabd10735/tzk/builders.py#L196-L197 It doesn't get transferred from `tiddlers/_system/config/zettelkasten/Build/KillPhrases.tid` to `tiddlers/$__config_zettelkasten_Build_KillPhrases.tid` until the...
It conflicts with the main CSS for the tiddler subtitle, preventing the color chosen in the palette from taking effect.
What is the point of getting user info every time they open the app and forcing them to log out if the call fails? It's a common case that a...