Commit graph

160 commits

Author SHA1 Message Date
sunlaud
9192a4d45a Feature: filter operator to identify tiddlers loaded by TiddlyPWA 2025-07-23 17:21:42 +02:00
sunlaud
7ff63eb696 Bugfix: login dialog is obscured by side panel
Reproduces when
* small screens (e.g. mobile)
* Notebook theme installed
* app wiki is stored with side panel opened
2025-06-17 02:39:31 +03:00
telumire
9693281cb4 add trimming to the "UploadApp" tiddler 2024-11-19 10:53:42 +00:00
Val Packett
f222ea720a
release 0.2.2 2024-10-01 05:49:10 -03:00
Schmavery
fb743215a5 Update app-filter to support camel case wikilinks
Based on solution proposed in https://codeberg.org/valpackett/tiddlypwa/issues/42, has been working in my instance without issues.

Signed-off-by: Schmavery <avery.schmavery@gmail.com>
2024-09-05 01:35:12 +00:00
Val Packett
6ec78c61f1
release 0.2.1 2024-07-26 05:51:10 -03:00
Val Packett
7625dab540 Plugin: fix syncing icon's funny off-center spinning 2024-07-26 05:47:55 -03:00
Val Packett
56e38206e8 deno fmt 2024-07-26 05:28:57 -03:00
Christian Davén
7e58894dca Show decryption progress with percent 2024-06-18 07:07:43 +02:00
Val Packett
b50ff5a2cd
release 0.2.0 2023-10-17 22:34:35 -03:00
Val Packett
e7e36fe244 Plugin: do not drop syncs requested during a sync
Was annoying to not get changes synced when writing something quickly while the server is waking up
2023-10-17 22:32:29 -03:00
Val Packett
98f9bece17 Plugin: add supporter key thingy 2023-10-17 19:47:54 -03:00
Val Packett
a68a43f89e Plugin: split sync dialog into its own button with dynamic indicator, fixes #3 2023-10-17 04:15:46 -03:00
Val Packett
99c122ee89 Plugin: Warn when deleted tiddler remains in the app file, fixes #6 2023-10-17 03:22:10 -03:00
Val Packett
98e4e76bf1 Plugin: for "gotta save plugins" override isDirty instead of losing callback, fixes #28
The no-return idea was actually really bad, it would cause imports of wikis with plugins to stop further storage operation
2023-10-16 18:58:25 -03:00
Val Packett
3e36c5f7ac
release 0.1.4 2023-08-21 20:38:20 -03:00
Val Packett
5e0d8e7fba Plugin: prevent app uploading if the plugin has been removed, fix #7
Refuse to self-destruct :)
2023-08-20 21:20:41 -03:00
Val Packett
e48955e5dc Plugin: save any JS module (inc. shadow overrides) to app html, fix #22
Also replace the theme-plugin-lang prefixes in the filter with the type&field
check that matches saveTiddler
2023-08-20 21:10:00 -03:00
Val Packett
e97a4451c6 Plugin: for now just eager-load everything, fix #23, fix #24 2023-08-19 17:54:51 -03:00
Val Packett
b90e64e05c Plugin: eager-load tiddlers with custom fields, fixes #23
For the Section Editor case, this is actually just a workaround, the real
issue is https://github.com/Jermolene/TiddlyWiki5/issues/7686
But this does sound like a heuristic to keep for whatever-else-can-plugins-do.
2023-08-19 17:32:18 -03:00
Val Packett
9294d39105
release 0.1.3 2023-07-29 05:31:08 -03:00
Val Packett
fcb78546c6 Plugin: be less annoying about sync network errors, fixes #14
Now only alert on the first failure (resets upon success)
2023-07-29 05:26:30 -03:00
Val Packett
7631ce655e Plugin: open DefaultTiddlers on first sync-up of an existing wiki, fixes #9 2023-07-29 04:06:47 -03:00
Val Packett
00138061c7 Plugin: add guidance for syncserver-hosted app wiki to GettingStarted
Improves #11
2023-07-29 03:11:29 -03:00
Val Packett
a910fb43ba Plugin: add password manager hints to the form 2023-07-29 03:02:41 -03:00
Val Packett
bd0aefea34 Plugin: handle salt input more carefully, fixes #16 2023-07-29 02:57:49 -03:00
Max1Truc
777aa2d54f Plugin: fix annoying ServiceWorker popup
Should fix #12
2023-07-29 05:37:12 +02:00
Val Packett
2b24d09952
release 0.1.2 2023-07-27 14:15:03 -03:00
Val Packett
cf4cc1f364 Plugin: fix eager-loading $:-tagged tiddlers
Thanks danielw2904 for the report
2023-07-27 14:14:00 -03:00
Val Packett
d0e3558b6a
release 0.1.1 2023-07-26 16:53:34 -03:00
Val Packett
ba19d4bc3b Docs: svg fixes
The logo wouldn't show up on iOS, let's rearrange things a bit
2023-07-26 16:53:21 -03:00
Val Packett
577cf0d2bf Plugin: add external link class to html links 2023-07-26 16:38:46 -03:00
Val Packett
8f48688ac2
release 0.1.0 2023-07-26 04:58:22 -03:00
Val Packett
45cd893095 Plugin: fmt 2023-07-26 04:39:18 -03:00
Val Packett
a9a52bcf1d Plugin: fix reading separate body when syncing
Fixes: 56db4b1e5
2023-07-26 04:28:47 -03:00
Val Packett
5c60d956b1 Manifest: some var renames, extra thing to skip over 2023-07-26 02:23:38 -03:00
Val Packett
6769543789 Plugin: fix opening blank storage
There aren't any changes to wait on when there ain't nothing there..
Fixes: 2c8faed00d
2023-07-26 01:36:09 -03:00
Val Packett
b2769fbea7 Plugin: show modal early, polish some related things 2023-07-25 22:30:33 -03:00
Val Packett
da7499c154 Plugin: fix decrypting separate body
oof..

Fixes: 56db4b1e5
2023-07-25 22:06:09 -03:00
Val Packett
2c8faed00d Plugin: batch all addTiddler calls synchronously on initialRead
This fixes opening performance.
2023-07-25 20:52:09 -03:00
Val Packett
728ec0c70e Server: rename tiddler storage fields to align with current usage 2023-07-25 20:42:59 -03:00
Val Packett
6f29875e8c Plugin: refactor bootstrap modal, fixes #8 2023-07-25 19:36:54 -03:00
Val Packett
9f8b169c4c Plugin: console.error the errors returned to TW callbacks 2023-07-25 18:29:12 -03:00
Val Packett
29e0cc3217 Plugin: actually wait for change event handlers 2023-07-25 06:36:06 -03:00
Val Packett
56db4b1e58 Plugin: eager-load in-place, eager-load $:-tagged tiddlers 2023-07-25 05:47:47 -03:00
Val Packett
336413d6fd Plugin: store skinny tiddler + optional separate body, instead of separate title
This actually makes lazy loading work without losing e.g. tags, and simplifies things
2023-07-25 05:09:43 -03:00
Val Packett
710efe1221 Plugin: lazy-load tiddlers 2023-07-25 02:08:18 -03:00
Val Packett
d783dd22f1 Plugin: use async generator for reading the DB 2023-07-25 02:02:49 -03:00
Val Packett
77f2826ce9 Plugin: fix syncing external "binary" tiddlers
Found while importing the tiddlywiki.com wiki
2023-07-24 05:08:15 -03:00
Val Packett
683cc6478c Manifest: use primary as the theme color 2023-07-24 04:34:32 -03:00