markstegeman
ab24d58b11
Signing the CLA
2019-09-02 19:27:06 +02:00
Jeremy Ruston
ba7e7fd649
fix "Open" SideBar tab ( #4228 )
2019-09-02 18:08:09 +01:00
Simon Huber
1873785ef6
Fix whitespace around field inputs ( #4227 )
2019-09-02 18:07:45 +01:00
Nils-Hero Lindemann
2008a617b5
Signing the CLA ( #4204 )
2019-09-02 15:55:24 +01:00
markkerrigan
8053cf1806
Signing the CLA ( #4197 )
2019-09-02 15:50:39 +01:00
Simon Huber
c81bf49704
fix "Open" SideBar tab
2019-09-01 11:00:09 +02:00
Nils-Hero Lindemann
1c5b3e3d8d
Remove duplicate code from transcludeblock parser ( #4221 )
2019-08-30 17:20:16 +01:00
Jeremy Ruston
82d18ad1fa
Update release note for v5.1.21
2019-08-30 15:34:26 +01:00
Simon Huber
4ef9ccbab9
Fix bug with wikitext in fieldnames #4218
2019-08-30 10:44:23 +01:00
Jeremy Ruston
83386f34b5
Restore performance instrumentation to be disabled by default
...
Fixes #4201
2019-08-30 10:42:01 +01:00
bimlas
b88812233c
Hidden setting: Sync Polling Interval
2019-08-29 08:58:17 +02:00
Jeremy Ruston
471b73158a
Fix overeager alerts from core module overwrite upgrade warning
...
This fixes a bug in #3634 , and refines the logic so that the warning is only given if the incoming tiddler exists as a shadow tiddler. (In my case I have several draft core modules inactive in my notes wiki and they were erroneously suppressed from the upgrade).
2019-08-28 14:44:46 +01:00
StefanSTFG
990619b634
Fixed 3 typos in the example in line 88 ( #4207 )
...
1. Removed closing square bracket after <currentTiddler>
2. Changed capital 'P' in addprefix
3. Added missing slash at the end
2019-08-27 17:10:00 +01:00
StefanSTFG
8d3dfdebe3
Signing the CLA ( #4206 )
2019-08-27 17:09:23 +01:00
Jeremy Ruston
654eda02c6
Remove reference to stacked story view from prerelease introduction
...
It's confusing
2019-08-24 12:17:17 +01:00
Jeremy Ruston
a170210069
Fix crash with action-deletefield and missing tiddler attribute
...
Fixes #4188
2019-08-24 11:39:00 +01:00
Cameron Fischer
67066fe86e
Improve handling for titles starting with +-~=
( #4084 ) ( #4087 )
...
* $tw.utils.stringifyList will wrap tiddlers starting with `+-~=` in brackets.
2019-08-24 12:35:03 +02:00
Simon Huber
fada96651e
Update "Open" tab to use tv-config-story-list ( #4189 )
2019-08-24 11:27:20 +02:00
Rob Hoelz
0402dbd48d
Pass pathFilters as an array ( #4174 )
...
* Pass pathFilters as an array
Otherwise, when we try to iterate over pathFilters in the filesystem
utils module, we end up iterating over each character in the filter
string, which ends up generating 'Filter error_ Missing [ in filter
expression.tid' as the tiddler's filename
Fixes GH #4173
* Allow for multiple path filters to be specified
...via $:/config/FileSystemPaths, split by newlines
2019-08-22 10:24:40 +02:00
Jeremy Ruston
bab1bca485
Coding style tweaks
2019-08-14 23:00:01 +01:00
Jeremy Ruston
a986e4f7d6
Prepare for v5.1.21-prerelease
2019-08-09 15:38:36 +01:00
Jeremy Ruston
f49c55fe3c
Version number update for 5.1.20
2019-08-09 14:17:35 +01:00
Jeremy Ruston
ad175e222b
Preparing for v5.1.20 release
2019-08-09 14:16:39 +01:00
Jeremy Ruston
2a3ea14437
Docs: More updates to build docs
2019-08-09 14:09:15 +01:00
Jeremy Ruston
762810361f
Docs: Update the build docs
2019-08-09 14:08:13 +01:00
Jeremy Ruston
9244a2f4fd
Bring over remaining scripts from build.jermolene.github.io
2019-08-09 10:30:26 +01:00
Jeremy Ruston
067e8a9f94
Merge branch 'tiddlywiki-com'
2019-08-09 10:29:46 +01:00
Jeremy Ruston
a91ae1a877
More Catalan updates
2019-08-08 15:22:57 +01:00
Bram Chen
2be09f23eb
Corrected typo in help link for GitLab saver ( #4169 )
...
* for zh-Hant and zh-Hans
2019-08-08 09:55:49 +01:00
Xavier Cazin
59264bbf2a
fr-FR translation updates ( #4167 )
...
* Typo in GitLab saver link
* Improve fr-FR DateFormat for ViewTemplate subtitles
* Update fr-FR translations for Saving/GitService
2019-08-07 18:01:02 +01:00
Bram Chen
803c2c749f
Add chinese translations for Saving/GitService ( #4137 )
2019-08-06 21:05:35 +01:00
Jeremy Ruston
c3df892321
More release note tweaks
2019-08-06 18:46:28 +01:00
Jeremy Ruston
68e6298e7d
Tweaks to release note
2019-08-06 17:41:11 +01:00
Jeremy Ruston
9df64c1ecf
Update Catalan translation
2019-08-06 16:02:43 +01:00
Jeremy Ruston
b8ac2d7a06
Release note: update contributor list
2019-08-06 14:57:46 +01:00
Jeremy Ruston
41d30bebc8
Update release note
2019-08-06 14:53:23 +01:00
Jeremy Ruston
6df7b617fb
Docs tweaks
2019-08-06 14:53:14 +01:00
Simon Huber
31e7dbf020
Add "preventScroll" option to tm-focus-selector message ( #4157 )
...
* add "delayed" option to tm-focus-selector message
this delays the focussing for the time of the animation duration if delayed="yes" or delayed="true"
this is useful when navigating the story river up and down with keyboard shortcuts and the shortcuts focus the title input if a navigated tiddler is in edit mode -> navigation doesn't jump but stays smooth
* Update rootwidget.js
* Update WidgetMessage_ tm-focus-selector.tid
* add preventScroll="true" tip
2019-08-06 13:12:21 +01:00
Jeremy Ruston
f49ab78ebd
Docs: Add another example to Conditional Operators
2019-08-05 14:28:59 +01:00
Jeremy Ruston
41d3e80397
Update release note
...
More to come, I've only got as far as June 28th...
2019-08-05 14:28:42 +01:00
Simon Huber
e1bb532d98
Fix popups not being cancelled correctly ( #4158 )
2019-08-04 13:01:24 +01:00
Jeremy Ruston
8159c4a865
Fix navigator widget when story and/or history attributes are missing
...
To fix the crash described here: https://groups.google.com/d/msgid/tiddlywiki/c5461591-bf27-4c85-9f27-9eef14c38816%40googlegroups.com?utm_medium=email&utm_source=footer
2019-08-04 11:34:45 +01:00
Simon Huber
0903fd2fec
Update katex plugin to latest v0.10.2 ( #4133 )
...
* update katex.min.js to v0.10.2
* update katex-without-fontface.min.js to latest
* Update katex.min.css
* Update katex.js
* update katex fonts
* Delete katex.js ...
... we're using katex.min.js
* add version number to plugin.info
* Update readme.tid
* Create katex.js
* Update plugin.info
2019-08-03 17:36:40 +01:00
Simon Huber
62a7fa4203
Pop storyview for fields list in EditTemplate ( #4148 )
2019-08-02 15:05:30 +01:00
Simon Huber
776ce0f65f
Pop storyview for tabs macro ( #4149 )
2019-08-02 15:05:12 +01:00
Simon Huber
4952be6518
"Open" SideBar tab: use tv-story-list and tv-history-list ( #4150 )
2019-08-02 15:03:09 +01:00
Simon Huber
427fbfd623
Fix tags not animating in viewtemplate ( #4142 )
...
* fix tags not animating in viewtemplate
this PR uses the addprefix removesuffix filters, not a new filter as proposed in #3763
* use new `then` operator
2019-08-02 14:32:36 +01:00
Jeremy Ruston
17711657b6
Add then and else operators
...
Fixes #4147
2019-08-02 14:27:58 +01:00
Jeremy Ruston
394725f00c
Fix edit-bitmap crash with missing tiddlers
...
Fixes #4141
2019-08-02 09:16:36 +01:00
Simon Huber
9a2de11db1
Pop storyview for topright and topleft bar ( #4146 )
...
* pop storyview for topright bar
* pop storyview for topleft bar
2019-08-02 09:03:51 +01:00