Jeremy Ruston
b4fe89657b
Styling for SQL console
2023-07-19 18:08:35 +01:00
Jeremy Ruston
88c8c2c9f3
SQL console - process query on enter key
2023-07-19 09:04:38 +01:00
Jeremy Ruston
979a1f746d
Introduce sql console
...
Very bare bones, but functional. Results are displayed in JSON for the moment. The console should also perhaps be hidden by default, with a keyboard shortcut, and a setting in local storage.
2023-07-18 21:54:01 +01:00
Jeremy Ruston
83e7d32c8e
Merge branch 'master' into demo-alternate-store
2023-07-18 19:33:31 +01:00
Jeremy Ruston
cc2cd20e32
Add tags tables and tag indexer and make custom collator be optional
...
This commit (a) is very much work in progress (b) improves performance significantly and (c) is actually broken
Right now, theme stylesheets don't get loaded for some reason.
I plan to spend some time improving debuggability by adding a SQL console
2023-07-18 19:33:21 +01:00
Jeremy Ruston
9b2af13596
tm-http-request: Add support for binary responses
...
With a demo courtesy of https://random.dog/
@rmunn you recently worked on the base64 utilities. I tried to use $tw.utils.base64Encode instead of window.btoa, but found that it didn't work. It's concerning because we expose that utility method as a filter operation, and it would be frustrating if we were not base64encoding things properly.
2023-07-17 12:15:20 +01:00
Jeremy Ruston
7182dbf244
Fix whitespace within new journal button image
...
Fixes #7612
2023-07-17 09:33:38 +01:00
Jeremy Ruston
f61d244410
Adjust max widget tree depth to 500
...
See discussion at https://talk.tiddlywiki.org/t/recursive-error-in-template-tiddler-not-getting-caught-in-5-3-0/7566/12
2023-07-17 09:33:16 +01:00
Saq Imtiaz
284669544b
Trim whitespace when importing variables in $importvariables ( #7611 )
...
* fix: trim whitespace when importing variables
* feat: added tests for importing variables
2023-07-17 09:18:42 +01:00
Jeremy Ruston
b54a88ce83
Clean up transclude widget
...
1. Update comments
2. Refactor use of parseTreeNodes so that they are not referenced unnecessarily
3. getTransclusionTarget doesn't need to return the parser object
2023-07-16 14:04:09 +01:00
Mario Pietsch
3bd8c5d50d
Add code-body to unsafe templates, and new cascade for tiddlers with system tags ( #7583 )
2023-07-15 18:12:10 +01:00
Jeremy Ruston
ff7214ff56
New test for importvariables widget
2023-07-15 17:56:20 +01:00
btheado
8e9d8d4fef
Allow attribute substitution to handle variables containing non-word characters ( #7606 )
...
* Added failing test for #7604
* Fix attribute substitution regexp
Use the same regexp in wiki.getSubstitutedText as is used in
Widget.prototype.substituteVariableReferences. Fixes #7604 .
* Added a test for a variable name containing spaces
2023-07-14 21:42:31 +01:00
Jeremy Ruston
709669b714
Merge branch 'master' into demo-alternate-store
2023-07-14 12:42:14 +01:00
Jeremy Ruston
a7bafd8840
Google Analytics: tweaks
2023-07-14 12:41:55 +01:00
Jeremy Ruston
a6779efb1c
Use locale sort for shadows
...
For consistency and compatibility with non-shadow ordering
2023-07-14 12:41:04 +01:00
Jeremy Ruston
f48bddb167
Merge branch 'master' into demo-alternate-store
2023-07-13 19:28:02 +01:00
Jeremy Ruston
08bad90e51
Ensure shadow tiddler listings are always sorted
...
Currently shadow tiddler ordering depends upon the order in which the shadows appear in the plugin JSON
2023-07-13 19:27:50 +01:00
Jeremy Ruston
e3255a4d2a
Merge branch 'master' into demo-alternate-store
2023-07-13 17:57:42 +01:00
Jeremy Ruston
9a1d7085b8
Merge remote-tracking branch 'origin/tiddlywiki-com'
2023-07-13 17:57:30 +01:00
jeremy@jermolene.com
feb797701f
Fix internal link in "Anchor Links using HTML"
...
Fixes #7600
2023-07-11 11:26:50 +01:00
TonyM
34ef27fbc0
Update Widget Attributes.tid ( #7582 )
...
Fixing error in
* [[a transclusion of a macro/variable|Transcluded Attribute Values]]
Which should be;
* [[a transclusion of a macro/variable|Variable Attribute Values]]
2023-07-09 16:55:37 +01:00
Scott Sauyet
f517497fe7
Add tabindex to SelectWidget and docs ( #7594 )
2023-07-09 16:52:35 +01:00
btheado
eff158b1ae
Fixed http-request bind-status and bind-progress option names ( #7595 )
2023-07-09 16:50:48 +01:00
Jeremy Ruston
b557deac79
Update comment
2023-07-07 10:15:40 +01:00
Jeremy Ruston
64ffa52da9
Write tiddlers with string fields
...
Otherwise date fields will get saved as JS date objects, which are not properly defined in JSON.
2023-07-07 08:22:36 +01:00
Jeremy Ruston
d2e21ddd3c
Add a custom collator that matches JS ordering
2023-07-07 08:20:57 +01:00
jeremy@jermolene.com
6954fbee51
Fix comment missing from previous commit 6c7c21a87b
2023-07-06 12:01:39 +01:00
jeremy@jermolene.com
f3bc32a2e9
Merge branch 'master' into demo-alternate-store
2023-07-06 11:55:38 +01:00
jeremy@jermolene.com
21ef2d7646
Make the tests work in the browser
2023-07-06 11:55:32 +01:00
jeremy@jermolene.com
9e190a46db
Use a temporary database so that multiple wiki stores can coexist
2023-07-06 11:54:03 +01:00
jeremy@jermolene.com
2d229e2159
Add logging utility
2023-07-06 11:53:41 +01:00
jeremy@jermolene.com
6c7c21a87b
Fix overeager onload handler in Jasmine plugin
...
All of this is needed to enable the Jasmine plugin to work in environment with an asynchronous startup, as seen in the sqlite3 wiki store
2023-07-06 11:52:33 +01:00
jeremy@jermolene.com
29b5b064d6
Robustify widget.removeLocalDomNodes
...
Otherwise we get crashes if the DOM nodes generated by a widget have been subsequently modified by something like MathJax – see https://talk.tiddlywiki.org/t/tw-5-3-0-js-exception/7488/2
2023-07-06 09:56:39 +01:00
jeremy@jermolene.com
02f6d850d5
Remove references to https://github.com/jermolene/tiddlywiki5/releases
...
It is not actually populated
2023-07-06 09:10:56 +01:00
Steve Schneider
7597f5af77
Update WidgetMessage_ tm-http-request Example Zotero.tid ( #7584 )
...
* corrected zotero groups available for import
* added field zotero-group to imported tiddlers
2023-07-03 18:48:11 +01:00
Jeremy Ruston
71c02e57c0
Merge branch 'master' into demo-alternate-store
2023-07-01 14:38:47 +01:00
Jeremy Ruston
0c64b58cfb
Update release note
2023-07-01 14:34:19 +01:00
Bram Chen
39f342a943
Update chinese language files ( #7577 )
...
* Update help text for savewikifolder command
2023-07-01 14:33:32 +01:00
Maurycy Zarzycki
a6722e9735
Add polish translation to changes introduces in: ( #7576 )
...
* 28aef51855
* 9589e3df33
2023-07-01 14:32:57 +01:00
Bram Chen
42d4c5d5ab
Update chinese language files ( #7575 )
...
* Update help text for savewikifolder command
2023-07-01 14:13:31 +01:00
jeremy@jermolene.com
04e771ccbf
Update New Release Banner filename
2023-07-01 12:59:42 +01:00
jeremy@jermolene.com
57d85d4f64
Preparation for v5.3.1
2023-07-01 12:51:58 +01:00
jeremy@jermolene.com
c101e9efe6
Version number update for 5.3.0
2023-07-01 12:41:12 +01:00
jeremy@jermolene.com
d893241ba9
Preparing for v5.3.0
2023-07-01 12:40:38 +01:00
jeremy@jermolene.com
3ec6c0eaf1
Adjust plugin library version number
2023-07-01 12:39:30 +01:00
jeremy@jermolene.com
47813ae31f
Release note tweak
2023-07-01 12:29:33 +01:00
jeremy@jermolene.com
9589e3df33
Clarify savewikifolder docs
...
See discussion at https://github.com/Jermolene/TiddlyWiki5/pull/7490#discussion_r1247708635
2023-07-01 11:11:08 +01:00
Jeremy Ruston
ee1200bde1
Fix build error
2023-06-30 23:00:37 +01:00
Jeremy Ruston
419760a8e5
Release note banner credits for v5.3.0
2023-06-30 18:19:26 +01:00