Jeremy Ruston
8711726ecd
Useful to give the start method access to the widget
2025-05-02 10:29:53 +01:00
Jeremy Ruston
29a5a1c571
Merge branch 'master' into filter-inspection
2025-04-30 17:02:26 +01:00
Jeremy Ruston
93546c5511
Get rid of reveal widget
2025-04-25 14:50:09 +01:00
Jeremy Ruston
210311eccf
Placeholder for advanced search edit box
2025-04-21 11:42:34 +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
Mario Pietsch
fbeb8cddc8
Remove function wrappers from core/modules ( #9028 )
2025-04-14 18:29:08 +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
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
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
28698690b3
Use scrollable widget to maintain scroll position
2025-04-07 16:35:26 +01:00
Jeremy Ruston
3c6ec3f9bb
Include separate entries for each evaluation of a run
2025-04-07 16:13:18 +01:00
Jeremy Ruston
e741816a70
Use parse tree to render source text of filter
2025-04-06 22:06:58 +01:00
Jeremy Ruston
002c319518
Remove unnecessary text
2025-04-04 10:09:32 +01:00
Jeremy Ruston
33964d460d
Add expand/collapse buttons to lists
2025-04-04 10:07:08 +01:00
Jeremy Ruston
967e882040
Truncate lists with an "expand" button
2025-04-03 22:03:43 +01:00
Jeremy Ruston
3e1286013f
Fix bug with operators that return an iterator
2025-04-03 21:46:36 +01:00
Jeremy Ruston
1972e8b5f3
Stripy backgrounds for lists
2025-04-03 21:22:33 +01:00
Jeremy Ruston
8b3fbe3134
Fix typo
2025-04-03 14:35:37 +01:00
Jeremy Ruston
f6b39d1a40
Add horizontal presentation
2025-04-03 09:26:07 +01:00
Jeremy Ruston
1e10496fd6
Introduce filter visualisation
2025-04-02 22:05:43 +01:00
Jeremy Ruston
5226ca1f75
Comment out logging
2025-04-02 22:04:59 +01:00
Jeremy Ruston
037b4aa227
Add filter output list to JSON
2025-04-02 18:01:15 +01:00
Jeremy Ruston
ddeb4fd6e6
Fix filter output
2025-04-02 08:56:28 +01:00
Jeremy Ruston
8ff0cb8650
Fix typo
2025-04-01 17:53:53 +01:00
Jeremy Ruston
27075acbc6
Add "inspect" tab to advanced search and make the search box into a textarea
2025-04-01 12:43:13 +01:00
Jeremy Ruston
d4043fc1f4
Add inspect operator
2025-04-01 12:06:10 +01:00
Mario Pietsch
8aa558eb2c
Remove module function wrapper and add matching configurations for dprint and eslint ( #7596 )
...
* remove blks first try
* dprint.json seems to be OK, some forgotten functions
* add some more space-after-keyword settings
* server remove blks
* add **/files to dprint exclude
* dprint.js fixes a typo
* add boot.js and bootprefix.js to dprint exclude
* dprint change dprint.json
* add dprint fmt as script
* remove jslint comments
* fix whitespace
* fix whitespace
* remove function-wrapper from geospatial plugin
* fix whitespace
* add function wrapper to dyannotate-startup
* remove dpring.json
2025-03-21 17:22:57 +00:00
lin onetwo
819d84ecab
Add removeEventListener, and allow register multiple listeners ( #8978 )
...
* feat: add removeEventListener , and allow register multiple listeners
Instead of remove old one when add new one.
* refactor: simplify the logic, similar to wiki class's addEventListener
* feat: prevent adding the same event listener multiple times
2025-03-21 15:51:13 +00:00
Jeremy Ruston
c3695765ad
Move execution of startup actions after initialisation of the language switcher ( #8950 )
...
Fixes #8946
2025-03-06 21:29:21 +00:00
Cameron Fischer
636dae6c58
Fixed RSoD error with moduleproperty filter operator ( #8958 )
...
* Fixed RSoD error with moduleproperty filter operator
* No RSoD when getting non-string objects as well
2025-03-06 21:28:39 +00:00
Mario Pietsch
4822919aa4
fix .median sort function ( #8971 )
2025-03-03 17:11:16 +00:00
Cameron Fischer
0dda07e3f1
Fix for #5930 : missing tiddlers with checkbox indexes ( #8964 )
2025-02-27 18:02:43 +00:00
Mario Pietsch
0f79f88f58
Fix problem toc-selective-expandable ( #8959 )
...
fix problem toc-selective-expandable
2025-02-24 20:49:48 +00:00
Leilei332
2cb5f57c69
Remove flags in language plugins ( #8837 )
...
* Remove flags in language plugins
* Remove references to language icons
* Remove obsolete example
There are no incoming links to this tiddler
* Remove icon from en-GB language
* Temporarily add all the languages for testing
To be removed before merging
* Add new "language" icon
* Languageswitcher update
* Translator editon docs update
* Fixes for introduction edition
* Remove LanguageGallery in ja-JP edition
* Remove temporary setting
---------
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com >
2025-02-21 12:17:53 +00:00
Mario Pietsch
a1053ddc3d
list-tagged-draggable shows caption field if it is available ( #8721 )
2025-02-18 10:31:08 +00:00
Mario Pietsch
7ea788ca83
fix page save button wikify update problem ( #8956 )
2025-02-18 09:06:14 +00:00
Leilei332
fbe5a2f908
Fix incorrect downloaded file extension ( #8928 )
...
* Fix incorrect downloaded file extension
* Update docs
2025-02-14 18:17:00 +00:00
Mario Pietsch
2a2d998bef
fix contains operator RSOD if created field is accessed ( #8931 )
2025-02-14 17:58:33 +00:00
Mario Pietsch
867fad030e
fix page toolbar more dropdown inconsistent whitespace ( #8932 )
2025-02-14 17:57:42 +00:00
Cameron Fischer
4425a891bc
Addresses #7836 : Noisy $fill widgets ( #8930 )
...
$fill widgets will get ignored when encountered by ts-raw slots
2025-02-14 17:57:06 +00:00
Jeremy Ruston
3051e8dddc
Don't show draft palettes in the switcher
2025-02-14 16:44:51 +00:00
Jeremy Ruston
d4bc3fcd99
Fix: HTTP progress handler not passed optional variables
...
Thanks @ericshulman
2025-02-06 17:04:10 +00:00