Jeremy Ruston
7ec6d37031
Fix filename of new release banner
2020-12-29 14:08:09 +00:00
Jeremy Ruston
24646e1993
Adjust placeholder release banner for readability
2020-12-29 13:27:00 +00:00
jeremy@jermolene.com
1e1b52088f
Preparing for v5.1.24 as new prerelease
...
The new release banner is a placeholder; we'll run the competition once the release has taken shape a little.
2020-12-29 12:06:30 +00:00
jeremy@jermolene.com
ac8f521303
Version number update for 5.1.23
2020-12-24 13:38:24 +00:00
jeremy@jermolene.com
2ab5fd9abb
Preparing for release of v5.1.23
2020-12-24 13:37:18 +00:00
jeremy@jermolene.com
f6339d437e
Release note: Jazz up the contributor list
2020-12-24 13:21:06 +00:00
jeremy@jermolene.com
8e61e37f2b
Release note: More tweaks and reformatting
2020-12-24 13:10:44 +00:00
jeremy@jermolene.com
2632ed0078
Release note: coloured badges for different types of changes
2020-12-24 11:47:36 +00:00
jeremy@jermolene.com
7cb6dc0e4f
Override crazy browser defaults for h1 fontsize
...
Fixes #5311
2020-12-24 10:37:54 +00:00
Bram Chen
8620b77b45
Improve chinese translations for TiddlySpot warning text ( #5306 )
2020-12-23 13:34:23 +00:00
jeremy@jermolene.com
03ad396db1
Start to rearrange release note into topics
...
The previous groupings were getting too large to manage
2020-12-22 19:12:12 +00:00
jeremy@jermolene.com
9e70e89a84
Update Release Note
2020-12-22 17:34:24 +00:00
jeremy@jermolene.com
2f8a100bab
Clarify TiddlySpot warning text
2020-12-22 15:42:21 +00:00
jeremy@jermolene.com
a9a36b641a
Filename for action-confirm widget should be 'action-confirm.js' for consistency
2020-12-22 11:50:26 +00:00
jeremy@jermolene.com
625c3de6f7
Merge branch 'tiddlywiki-com'
2020-12-22 11:49:18 +00:00
jeremy@jermolene.com
ddda9a34ae
[Docs] Update links to developer discussions
2020-12-22 11:48:40 +00:00
twMat
c0a56e790d
Update title.tid ( #5292 )
2020-12-18 20:19:02 +00:00
Simon Huber
dc83ee411d
Fix problem with tc-btn-invisible not correct fill color ( #5288 )
2020-12-16 16:20:14 +00:00
jeremy@jermolene.com
3c003364d2
Add the Atrounoush's winning banner design for v5.1.23
...
The image was received with a transparent background, but I adjusted it to give it a white background to ensure it is readable with all colour schemes.
2020-12-15 11:59:07 +00:00
Saq Imtiaz
1e9cc2b747
Fix refresh for all attributes of droppable widget. Add disabled class ( #5280 )
2020-12-15 11:09:32 +00:00
Simon Huber
f968130696
Update Customising search results.tid ( #5233 )
2020-12-15 10:38:16 +00:00
jed
e046d5ad76
Create Hook_th-make-tiddler-path.tid ( #5274 )
...
Documentation for the hook
2020-12-14 19:20:29 +00:00
Robin Munn
3c3cd4673e
Railroad diagram for filter expression now includes named prefixes ( #5278 )
2020-12-14 19:18:51 +00:00
Joshua Fontany
d50f6b406e
filesystem cleaup around hook ( #5276 )
2020-12-14 09:50:53 +00:00
jed
c1a1e272cc
Add a hook to allow modifying the the behaviour creating tiddler paths ( #5267 )
...
* Add a hook to allow modifying the the behaviour creating tiddler paths
This is needed for Bob to use the core to generate tiddler fileInfo
I don't know if this is the best way to make the hook, but it works for what I need
* update th-make-tiddler-path arguments
the value is the current path, the parameter passed in is the original unmodified path so it is available to subsequent hooks
2020-12-13 23:24:23 +00:00
jeremy@jermolene.com
81947edd5c
Dev: Update hook mechanism docs
2020-12-13 20:01:47 +00:00
Xavier Cazin
88e29b4558
tabsState should hold a tiddler name rather than a list singleton ( #5263 )
...
* tabsState should hold a tiddler name rather than a list singleton
* tabsState should hold a tiddler name rather than a list singleton
2020-12-13 16:15:16 +00:00
Simon Huber
8798ebadbd
Add foreground color to CodeMirror selections and fix #5272 ( #5266 )
...
* Add foreground color to CodeMirror selections
* Use default selection background if tiddler-editor-background matches selection-background
2020-12-13 11:40:57 +00:00
Bimba Laszlo
a17fa35c28
Remove menubar from print ( #5273 )
...
In the print view, a shadow appeared at the top of each page, and the
first lines were not visible.
I hide the menubar in the print view.
2020-12-13 11:37:07 +00:00
Saq Imtiaz
0911d99813
URGENT: Reveal widget - fixed problem with previous patch of refresh handling ( #5260 )
...
* Fixed problem with previous patch of refresh handling
* Update reveal.js
2020-12-11 23:24:27 +00:00
jeremy@jermolene.com
93309b0b7d
Sort plugins in control panel by name instead of title
...
Fixes #5256
2020-12-11 16:13:14 +00:00
Saq Imtiaz
c0dd13d446
Reveal widget should update on changed class and style attributes ( #5258 )
2020-12-11 15:36:00 +00:00
ento
ae61b08ae5
Fix browser testing ( #5254 )
...
* jasmine: specify 'after' only in Node
The commands module is never executed in browsers and the 'after'
constraint caused a regression where tests were never run in the
browser.
* jasmine: give the startup module a name like all others
2020-12-11 10:12:01 +00:00
Robin Munn
f60d0ef109
reduce and :reduce handle empty input identically ( #5255 )
...
Fixes #5246 . Now the reduce operator and :reduce filter run prefix will
both return empty output when their input is empty, so that both can be
chained together with the else operator or :else prefix.
2020-12-11 10:07:52 +00:00
Cameron Fischer
6ca89304a1
Fix for LinkedLists when using bad filter prefix ( #5251 )
2020-12-10 18:25:53 +00:00
Simon Huber
78c2beb640
Add fill: <<colour button-foreground>> to html button in vanilla/base ( #5250 )
2020-12-10 17:33:42 +00:00
Stefano Stoduto
e34a88e3e4
Signing the CLA ( #4876 )
...
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2020-12-10 17:27:47 +00:00
Simon Huber
0d2b6cf837
Rename control-panel-button to advanced-search-button in advanced-search button ( #5242 )
2020-12-10 17:09:28 +00:00
Simon Huber
1af1f6621a
cursor:pointer on input[type=file] doesn't work in webkit browsers... ( #5244 )
2020-12-10 17:09:03 +00:00
jeremy@jermolene.com
50d8325d4c
Dynannotate: Fix off-by-one error for end of annotation text
2020-12-09 19:14:43 +00:00
Saq Imtiaz
3016b3d094
Docs update for Set Widget ( #5239 )
...
* Update docs for Set Widget
This updates the docs for Set Widget to add a tip regarding a common source of misunderstanding for users, i.e. using Filtered List Variable Assignment and being confused as to why the value of the variable is in double square brackets.
* Corrected typos
2020-12-09 11:12:57 +00:00
Saq Imtiaz
da5d12d6fb
Docs for :reduce filter run prefix ( #5238 )
2020-12-09 11:11:14 +00:00
Cameron Fischer
cd5d9bd5b9
Code cleanup of Linked Lists ( #5241 )
...
* made private methods limited to module scope
* moved private methods to file bottom
* changed tests to run comperable array functions in parallel
* added comments
2020-12-09 09:46:35 +00:00
jeremy@jermolene.com
1e1aeefd93
Fix add plugins modal
...
Fixes #5235
2020-12-09 09:07:48 +00:00
jeremy@jermolene.com
1d7091e637
Hide .tid exporter when more than one tiddler to export
...
Fixes #5237
2020-12-08 17:48:58 +00:00
Simon Huber
4334de88a0
Make search-matches button discoverable on dark palettes ( #5232 )
2020-12-07 17:29:42 +00:00
jeremy@jermolene.com
bb6d41f3dd
Macrocall widget: ensure we separately cache inline vs block parse trees
...
Fixes a bug in #5205
2020-12-07 16:05:34 +00:00
Joshua Fontany
a878d82c7a
Ignore edition filters if not running on node ( #5222 )
2020-12-07 15:59:32 +00:00
Joshua Fontany
85ff47366c
fix viewtemplate quirks ( #5224 )
2020-12-07 15:58:28 +00:00
Saq Imtiaz
ce5d20b8fc
Logging widgets :Fixed issue on Firefox where logging does not work ( #5223 )
...
* Fixed issue on Firefox where logging does not work properly due to column names
* Remove second argument to utils.logTable
2020-12-07 15:53:49 +00:00