Jeremy Ruston
09193d49c4
Force a rebuild
...
I don't have time right now to resolve the merge conflicts with master
2025-09-17 14:06:58 +01:00
Jeremy Ruston
356e8e2f23
Fix failing test
2025-05-08 18:08:34 +01:00
Jeremy Ruston
26d9d9fb62
Fix jittery scrolling on lists
2025-05-08 18:05:21 +01:00
Jeremy Ruston
c0d9c4f9ec
Make the paginated list more reusable
2025-05-08 18:05:08 +01:00
Jeremy Ruston
4351a3d906
Add timing information to filter traces
2025-05-08 15:32:45 +01:00
Jeremy Ruston
728243a66a
Add global setting to enable filter observation
2025-05-07 20:49:57 +01:00
Jeremy Ruston
3f733796e5
Include shortcut prefix in traces
2025-05-07 20:49:28 +01:00
Jeremy Ruston
8711726ecd
Useful to give the start method access to the widget
2025-05-02 10:29:53 +01:00
Jeremy Ruston
6eddffd7c5
Enable wikitext tests
2025-05-02 10:12:04 +01:00
Jeremy Ruston
29a5a1c571
Merge branch 'master' into filter-inspection
2025-04-30 17:02:26 +01:00
Jeremy Ruston
69f149efef
Merge branch 'tiddlywiki-com'
2025-04-29 21:03:58 +01:00
Jeremy Ruston
4060f762e0
Cherry pick 1519ff638d from master
2025-04-29 14:01:43 +01:00
Jeremy Ruston
83da90d4cd
Remove unneeded input boxes
2025-04-29 12:40:07 +01:00
Jeremy Ruston
6b2b1df9ad
Consolidate identical adjacent lists
...
Makes things much clearer, but still some formatting and CSS improvements needed
2025-04-29 12:31:14 +01:00
Jeremy Ruston
d995e1a87d
Fix tricky bug with a dodgy closure
2025-04-29 10:32:25 +01:00
Jeremy Ruston
60165678e4
Fix scrolling of observations
2025-04-29 09:03:58 +01:00
MatthewSalmon
1519ff638d
Update JavaScript Macros.tid ( #9037 )
...
Removed "tt" in cannot
2025-04-27 21:43:41 +01:00
MatthewSalmon
271b8f9e0d
Update cla-individual.md ( #9039 )
...
Signing the CLA with GitHub handle
2025-04-27 09:24:16 +01:00
Jeremy Ruston
0b03e79339
New UI for observing filters
2025-04-25 17:40:25 +01:00
Jeremy Ruston
93546c5511
Get rid of reveal widget
2025-04-25 14:50:09 +01:00
Jeremy Ruston
e2e14db1f0
Better example filter
2025-04-25 14:36:04 +01:00
Jeremy Ruston
6c59263070
Typo
2025-04-25 14:35:43 +01:00
Jeremy Ruston
628a2a45e6
Make variable usage a bit more logical
2025-04-25 14:34:01 +01:00
Jeremy Ruston
51d79fc5ac
Make build-site script more configurable to avoid Netlify timeouts
2025-04-25 14:19:30 +01:00
Jeremy Ruston
b4e48bb2b1
Full width buttons are easier to click
2025-04-21 12:26:56 +01:00
Jeremy Ruston
210311eccf
Placeholder for advanced search edit box
2025-04-21 11:42:34 +01:00
Jeremy Ruston
2f767cdb28
Docs update
2025-04-21 11:42:18 +01:00
Leilei332
65afdacdfe
Remove links in field descriptions ( #9036 )
2025-04-20 19:44:39 +01:00
Jeremy Ruston
0a0838e753
Merge branch 'master' into filter-inspection
2025-04-16 14:31:11 +01:00
Jeremy Ruston
c409d8414e
Fix bug exposed by #9030
...
I think the bug was originally introduced in a9f9ffd409
2025-04-14 22:17:18 +01:00
Rob Hoelz
866e55954f
Stringify derived fields for tiddlywiki.files ( #9025 )
...
Otherwise, when serializing the tiddlers as JSON when loading plugins,
derived values may end up with the incorrect values.
Take the `modified` field for example - without stringification, it ends
up as something like `new Date(2025, 3, 12, 6, 56, 23)`, which then gets
serialized as `"2025-04-12T11:56:23.000Z"` (in my timezone), rather than
`"20250412115623000"`. The string `"2025-04-12T11:56:23.000Z"` trips up
TiddlyWiki's date parser upon load, and it gets parsed as
`20250101000000000` instead.
Fixes GH #9021
2025-04-14 18:33:18 +01:00
Mario Pietsch
1e2ce0bc80
Remove function wrapper from development documentation. ( #9027 )
2025-04-14 18:29:33 +01:00
Mario Pietsch
fbeb8cddc8
Remove function wrappers from core/modules ( #9028 )
2025-04-14 18:29:08 +01:00
Mario Pietsch
73e70e77c1
Remove function wrappers from test editions ( #9029 )
2025-04-14 18:28:43 +01:00
Mario Pietsch
4e28742aa6
Remove function wrappers from plugins ( #9030 )
2025-04-14 18:28:04 +01:00
Jeremy Ruston
66196d5c2b
More docs tweaks
2025-04-14 16:25:56 +01:00
Jeremy Ruston
483522ea09
Docs tweaks
2025-04-14 15:44:30 +01:00
Jeremy Ruston
3801e2536c
Reorganise tiddlers
...
Some of the titles were not consistent
2025-04-14 10:58:40 +01:00
Jeremy Ruston
77aec1f8f8
Merge branch 'master' into filter-inspection
2025-04-13 17:56:33 +01:00
yaisog
5f551ca46f
Change configTiddlerFilter for keyboard-driven-input ( #9032 )
2025-04-13 17:53:12 +01:00
Jeremy Ruston
df529d7d7b
Fix RSOD on invalid filter expressions
2025-04-13 17:51:39 +01:00
Leilei332
34cf59d31e
Fix some download file types. ( #9026 )
2025-04-12 15:32:10 +01:00
Jeremy Ruston
8dbb41ba2a
Startings of a UI for inspectable filters
2025-04-11 15:42:54 +01:00
Jeremy Ruston
b632b75f70
Fix default tab
2025-04-11 14:43:44 +01:00
Jeremy Ruston
ef92b899ed
Add remote inspection of preconfigured filters
...
There is no user interface yet, and it is currently hardcoded to inspect the filter "[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!is[draft]]" which is used in tiddler rendering. You can see the results in the sidebar More -> System starting with "$:/temp/filter-inspection/"
2025-04-11 13:33:09 +01:00
Jeremy Ruston
dcb8fa2f86
Only display advanced search tabs if there are more than one
2025-04-10 14:11:55 +01:00
Jeremy Ruston
c5894c64b9
Missed some styles from refactoring
2025-04-10 14:11:39 +01:00
Jeremy Ruston
04ad642be7
Refactor most of this PR into the "Internals" plugin
2025-04-09 22:01:43 +01:00
Jeremy Ruston
c8f17511f9
Improve positioning of the list "more" button
2025-04-07 18:51:31 +01:00
Jeremy Ruston
845b4ba3b5
Rename test
2025-04-07 18:41:40 +01:00