Maurycy Zarzycki
e0561397f1
Added Polish translation ( #6079 )
...
* add Polish translation
* tweak Polish translations to make certain things moree readable
primarily changed translation of "story river" to keep using the English
phrase, but also some other phraes that were awkward when I used the
translation
* add polish flag icon
* add polish translation notes
* replace 'ukryte tiddlery' with 'tiddlery-cienie'
Co-authored-by: Maurycy Zarzycki <maurycy@evidentlycube.com>
2021-10-03 09:19:48 +01:00
jeremy@jermolene.com
b9c3c38edc
List widget: Clarify performance optimisation impact of counter attribute
2021-10-02 18:27:50 +01:00
lin onetwo
077ced0d1a
Fix: add text to QR Code button caption ( #6082 )
2021-10-02 18:09:11 +01:00
jeremy@jermolene.com
e5ff84035c
Minor fixes to introduction edition
2021-10-02 17:31:02 +01:00
jeremy@jermolene.com
e18a983209
Update dynaview demo viewtemplate with latest core changes
2021-10-02 17:22:24 +01:00
jeremy@jermolene.com
6f61fa07fb
Update view template to use whitespace trim
2021-10-02 17:22:10 +01:00
jeremy@jermolene.com
d5d73e02e9
Fix bug with innerwiki template
...
The problem was that the innerwiki template included the tiddler $:/plugins/tiddlywiki/railroad, which was omitted from the wiki. Unexpectedly, missing tiddlers were rendered by the jsontiddler widget as an empty object {}. The fix is to always include the title when the tiddler is missing.
Also cleaned up the template to remove unneeded tiddlers
2021-10-02 16:17:07 +01:00
Mario Pietsch
5192a39830
Update German translations ( #6077 )
2021-09-30 15:46:33 +01:00
jeremy@jermolene.com
aa5413b942
Fix incomplete sentence in MessageCatcherWidget docs
2021-09-30 10:34:27 +01:00
Cameron Fischer
9c41fe1d18
JSONTiddler a little more extensible ( #6057 )
...
As per discussion #6043
2021-09-27 14:23:52 +01:00
jeremy@jermolene.com
e577cf7302
Render command: verbose mode should print title before rendering
...
Fixes #6067
2021-09-24 18:40:34 +01:00
jeremy@jermolene.com
ebf563ac70
Additional transliteration pairs
...
Fixes #6066
2021-09-24 18:29:40 +01:00
jeremy@jermolene.com
909340c6fe
Release note tweaks
2021-09-24 12:15:19 +01:00
jeremy@jermolene.com
df6d38df65
Update release note
2021-09-24 12:00:07 +01:00
jeremy@jermolene.com
59a53e695b
Further refine date format tokens for day of year and weekday number
...
See f223896c26
2021-09-23 10:09:27 +01:00
jeremy@jermolene.com
6d17505f7b
Fix typo in DateFormat docs
2021-09-23 07:41:06 +01:00
Jeremy Ruston
36dd8ea1d2
Optimise wiki.sortTiddlers() ( #6053 )
...
* Optimise wiki.sortTiddlers()
* Remove local changes to test-filters.js that have now been made on master
Makes the subsequent merge easier
* Fix bug with numeric sorts of textual values
2021-09-22 13:44:35 +01:00
Saq Imtiaz
b965ae926b
Fix(action-confirm): check if event is defined before accessing its properties ( #6063 )
2021-09-22 13:43:02 +01:00
jeremy@jermolene.com
f6eadbd1c9
Fix crash with reading invalid JSON files
2021-09-22 12:56:55 +01:00
jeremy@jermolene.com
bdbb884be0
MessageCatcher: Fix stack overflow when re-issuing a trapped message
...
This makes it possible to trap a message and then re-issue the same message within the action string without an infinite loop.
2021-09-20 16:46:26 +01:00
jeremy@jermolene.com
0be39cfbc2
More sorting tests to help with #6053
2021-09-20 11:04:37 +01:00
Saq Imtiaz
ef2aeac7de
Added modulesproperty filter operator and extended modules operator ( #6055 )
...
* Added modulesproperty filter operator and extended modules operator. Docs included
* Removed spurious new line
2021-09-20 08:25:53 +01:00
Cameron Fischer
157afda2fc
Change backlinks to use LinkedList ( #6050 )
2021-09-19 19:58:45 +01:00
jeremy@jermolene.com
fb4d77ef46
Improved fix for #5701
...
Reverts dbd3f835bf
Fixes #6042
2021-09-19 13:28:58 +01:00
Cameron Fischer
575c233597
Update untagged filter to avoid $tw.utils.pushTop ( #6034 )
2021-09-18 16:47:46 +01:00
Saq Imtiaz
2e59d770f7
Fix eventcatcher widget: check for event properties before accessing ( #6048 )
2021-09-18 15:08:15 +01:00
Soren Bjornstad
baf0ee9cde
Remove stray characters in example of :map prefix ( #5963 )
...
The `get[` here isn't valid and looks like a copy-paste error.
2021-09-18 15:04:50 +01:00
Mario Pietsch
d0dec741ad
katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet ( #6046 )
...
* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet
* fix typo
2021-09-18 09:45:17 +01:00
jeremy@jermolene.com
33a82e395e
Revert tiddlylink font weight to match v5.1.23
...
Otherwise links to missing tiddlers are too skinny
2021-09-17 15:11:29 +01:00
jeremy@jermolene.com
f223896c26
Refine date format tokens for weekday number, and add support for day of year
...
See discussion at https://groups.google.com/g/tiddlywiki/c/tf23ByDXzxM/m/5Wx7PV36AwAJ
2021-09-17 14:52:08 +01:00
Saq Imtiaz
de33b365ae
Fixed refresh bug with radio widget where the tc-radio-selected class is not correctly updated ( #6044 )
2021-09-17 12:52:27 +01:00
Cameron Fischer
e9d8547a81
Optimise LinkedList filter ops to return iterator instead of array ( #6035 )
...
* filter ops don't LinkedList to array anymore
* LL.tiddlerIterator -> LL.makeTiddlerIterator
LinkedList method name change.
2021-09-16 22:22:44 +01:00
Cameron Fischer
dcff318a98
Fix wiki.eachShadow returns overridden sources ( #6036 )
...
It was returning the underlying shadows before, even if overridden, which
was causing some bugs.
Fixes #6033
2021-09-16 20:08:11 +01:00
jeremy@jermolene.com
f725123690
Simplify freelinks regexp
...
As discussed here: https://github.com/Jermolene/TiddlyWiki5/issues/6029#issuecomment-917612980
2021-09-14 10:22:27 +01:00
jeremy@jermolene.com
e9e5d37ff0
Draggable widget: Add option to hide drag image
...
Thanks @ericshulman
Fixes #6027
2021-09-12 14:20:03 +01:00
jeremy@jermolene.com
f70cee6907
Add new date format tokens for weekday number
...
See https://en.wikipedia.org/wiki/ISO_8601#Week_dates
2021-09-12 11:53:46 +01:00
jeremy@jermolene.com
1491339f50
Update KaTeX version number
2021-09-12 10:56:39 +01:00
jeremy@jermolene.com
8a5ed59ff4
Release note update for KaTeX
2021-09-12 10:55:33 +01:00
jeremy@jermolene.com
a2ca5e4d1e
Update KaTeX to v0.13.18
2021-09-12 10:54:54 +01:00
jeremy@jermolene.com
fba993502d
Revert some of the UI changes for downloading external-js
...
See https://github.com/Jermolene/TiddlyWiki5/pull/5570#issuecomment-892127428
2021-09-12 10:48:17 +01:00
jeremy@jermolene.com
9fae3a932b
Release note: Emphasise more flexible parsing of macros
2021-09-12 09:07:15 +01:00
Jieao Song
62610f0666
Add custom macro editor for KaTeX plugin ( #5933 )
...
* Add custom macro editor for KaTeX plugin
* Use list
* Better escape
* Tweaks
* Remove const
* Catch bad macros
* Capitalize tags
* Name KaTeX-macro tiddlers properly
* UI tweaks
* Move input string to temp
* Improve UI; import macros using LaTeX cmd directly
2021-09-10 21:28:13 +01:00
Cameron Fischer
7282ec5286
Fix getCacheForTiddler to cache falsy values ( #5413 )
...
* getCacheForTiddler can cache falsy values
* Switch to "!== undefined" for getCacheForTiddler
2021-09-10 21:17:35 +01:00
Simon Huber
9830e0104f
Fix the EditTabIndex value applied to DomNodes which was '1\n' ( #6022 )
2021-09-08 14:50:11 +01:00
jeremy@jermolene.com
e6fd0caf6b
Update range operator to use multiple operands
...
We still also support the old way of packing all three parameters into one operand with a delimiter
2021-09-07 17:16:09 +01:00
jeremy@jermolene.com
137df37bc7
Merge branch 'tiddlywiki-com'
2021-09-07 11:02:03 +01:00
Bram Chen
d895706199
Revise chinese translations in Imports.multids ( #6024 )
2021-09-06 08:16:14 +01:00
Xavier Cazin
6ed7d418b5
A few updates to the fr-FR translation + a typo correction in core Imports.multids ( #6023 )
2021-09-05 19:51:48 +01:00
jeremy@jermolene.com
62b8a83741
Avoid MSIE crash
...
Fixes #6014
2021-09-01 09:56:17 +01:00
Marxsal
e795b501ac
Update Saving via WebDAV ( #6011 )
2021-08-31 09:19:10 +01:00