jeremy@jermolene.com
1ae1ff3da2
Update release note
2022-02-21 17:38:11 +00:00
Jeremy Ruston
36b162a377
Fix for tag ordering issue #6382 ( #6383 )
...
* Failing test
* Fix underlying problem
* Less naive fix
Now we make sure we maintain the sort order of the titles array when adding a new tiddler
* Fix failing tests
* Refactor filter tests to repeat them with different store orderings
* Revert "Fix failing tests"
This reverts commit ee03ee57f5
.
* Refine fix to retain stylesheet ordering
The order of tiddlers in the HTML file uses localeCompare(), and that determines the insertion order. So if we want to be compatible with older versions we have to use localeCompare() to order tiddlers, not a plain sort()
* Don't sort shadow tiddlers
Instead rely on the existing ordering
* Fix failing tests, take 2
I think that all of these changes are explained by the store no longer retaining insertion order, but now using localecompare ordering
* Fix tests from #6327
2022-02-21 15:34:05 +00:00
Jeremy Ruston
5378b45c40
Allow newlines within filtered transclusions ( #6421 )
...
* Allow newlines within filtered transclusions
* Docs
2022-02-21 15:28:21 +00:00
Jeremy Ruston
ab3109d84b
Add support for directly setting style.* attributes on HTML elements ( #6388 )
...
* Support direct style attributes on the element widget
* Fix tests
Not all parse tree nodes have an "orderedAttributes" member (eg. the error message generated at 5613bcc884/core/modules/widgets/transclude.js (L73-L75)
)
* Ensure ordering isn't insertion dependent if orderedAttributes is missing
* Add docs
2022-02-21 15:24:06 +00:00
Cameron Fischer
a4ab42da8a
findListingsOfTiddler should cache results ( #6327 )
...
* findListingsOfTiddler uses FieldIndexer now
* Turns out FieldIndexer can't help listed[]
2022-02-21 15:07:30 +00:00
jeremy@jermolene.com
af87727ffc
Adjust version tag for #6293
2022-02-21 15:06:39 +00:00
Mario Pietsch
6b4e5c74ad
Add "some" flag to search operator ( #6293 )
2022-02-21 15:05:34 +00:00
lin onetwo
94ab1e998d
Create Saving on TidGi.tid ( #6473 )
2022-02-21 12:23:50 +00:00
jeremy@jermolene.com
8af99878cc
Add version tags for #5899
2022-02-21 09:56:05 +00:00
Joshua Fontany
d6d2bc455c
Fix server options ( #5899 )
...
* removed illegal cahracter in filename
* fixes required plugin options & updates docs
* Update dev docs
* call self.displayError
* Revert "call self.displayError"
This reverts commit 5d599aa979
.
* adds path based auth (backwards compatible)
* refactor per-route auth
* get status bug
* server options
* server options
* server options, new 'server-settings' param
* reflow
* fix boot.origin
* refactor new parameters
* restore sitetitle as servername option
* Soft reset to master
* docs update
* tweak wording
* docs
* cleanup
* remove literal string
* cleanup docs
* formatting
* Remove per-path auth
* revert get-status
* fold in PR 5538
* remove server-options
* remove doc
* required-plugins a server-parameter, not option
2022-02-21 09:53:06 +00:00
jeremy@jermolene.com
d5ff723d4c
Update version tag for #5742
2022-02-21 09:49:55 +00:00
Joshua Fontany
1d0af90ba2
Extend lookup operator to work with fields and indexes ( #5742 )
...
* extend lookup op flexibility with 2 parameters
* bumped .from macro to .24
* aligned syntax
* lookup fixes
* bugfix
* docs
* messed up the tests somehow
* docs fix
* lookup bugfix
* docs
* docs
* call self.displayError
* Revert "call self.displayError"
This reverts commit 5d599aa979
.
* storylist
* tests
* tests pass
2022-02-21 09:48:29 +00:00
tw-FRed
b12d6c0758
Use cascade for FR ViewTemplate title instead of shadow tiddler ( #6471 )
...
* Delete $__core_ui_ViewTemplate_title.tid
fr-FR modifications to ViewTemplate/title can now be done through cascades mechanism.
* fr-FR New ViewTemplate title cascade
Replacement for old fr-FR ViewTemplate/title shadow tiddler
* fr-FR Better ViewTemplate title cascade
Updated according to @Jermolene review.
2022-02-20 19:38:13 +00:00
tw-FRed
a89677ea40
[fr_FR] French translation update ( #6467 )
...
* [fr_FR] Add utility macro for translated links
* Update Saving.tid
* Add TiddlyFox Apocalypse translation
* Update TiddlyFox.tid
* Translate Community Links Aggregator.tid
* Update Forums.tid
* Update Developers.tid
* Update HelloThere.tid
* Update GettingStarted.tid
* Update Community.tid
* Update tw5.com edition macros from uplink
Some text in these macros must be translated.
* Various translation updates
* Clean utility fields I had left over
* Clean older files too
2022-02-20 17:25:25 +00:00
Saq Imtiaz
59572cd75d
Extend tm-open-window to support optional top and left position for new browser window ( #6470 )
...
* feat: extend tm-open-window to support optional top and left position for new browser window
* fix: whitespace correction
* Update WidgetMessage_ tm-open-window.tid
2022-02-20 11:23:27 +00:00
jeremy@jermolene.com
1d16206188
Add support for tm-relink-tiddler message
2022-02-19 09:38:48 +00:00
jeremy@jermolene.com
965d8ee014
Update release note
2022-02-08 15:40:15 +00:00
jeremy@jermolene.com
33f40c47c6
Use code-body: yes for more templates
...
Fixes #6444
2022-02-07 16:53:36 +00:00
Cameron Fischer
1b3c2557b8
Fixed issue: deprecated regexp could cause crash ( #6438 )
...
* Fixed issue: deprecated regexp could cause crash
* Different fix which will bother plugins less
2022-02-07 16:39:29 +00:00
Dyllon Gagnier
6b31d7cae3
Add TW5-browser-nativesaver to tw5.com docs ( #6447 )
...
* Signing the CLA
* Add TW5-browser-nativesaver to tw5.com docs
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2022-02-06 10:49:48 +00:00
jeremy@jermolene.com
1a4766c5a1
Merge branch 'tiddlywiki-com'
2022-02-05 16:39:35 +00:00
btheado
3e62e8406b
Docs: Compare the wikitext concept of inline vs. block to the corresponding HTML concept ( #6443 )
2022-02-03 19:22:24 +00:00
jeremy@jermolene.com
bd447f0716
Add talk.tiddlywiki.org as the official forum for the community
2022-01-31 17:05:55 +00:00
twMat
7f0fb2b610
[doc] Update Importing Tiddlers.tid - attempt 2 ( #6432 )
2022-01-30 11:17:39 +00:00
Marxsal
df1b1316c8
One word change to 'Images in WikiText' ( #6430 )
2022-01-29 15:39:29 +00:00
jeremy@jermolene.com
1a0c831216
Add sha256 operator
2022-01-29 11:02:47 +00:00
jeremy@jermolene.com
f4365e4bb4
Macro: remove confusing advice
...
See https://talk.tiddlywiki.org/t/wikitext-parsing-and-rendering-in-macros/2218
2022-01-28 11:24:06 +00:00
Marxsal
da7cf7a4f3
QualifyWidget documentation ( #6422 )
2022-01-25 17:59:59 +00:00
Saq Imtiaz
9fce8153df
Add support to tm-scroll message for scrolling without animating ( #6410 )
...
* feat: add support for animationDuration attribute of paramObject for tm-scroll message
* docs: added docs for animationDuration attribute of tm-scroll message
* fix: use .utils.hop instead of Object.hasOwnProperty()
* fix: do not check if object before calling utils.hop()
* fix: syntax
2022-01-24 09:44:04 +00:00
jeremy@jermolene.com
4cdfa4e3f9
Update tm-download-file docs to mention the filename parameter
2022-01-23 18:35:38 +00:00
btheado
d6384df6fc
Add warnings about non-recursive nature of dynamic attribute values ( #6417 )
2022-01-23 18:24:25 +00:00
btheado
f0bd06b38d
Add doc related to WikiText parser modes ( #6415 )
...
* Added macros for displaying wikitext examples in a table
* Added documentation for WikiText parsing
* Changed recognize to British spelling
* Add links to the new wikitext parser tiddlers
2022-01-23 09:44:01 +00:00
twMat
b02a82ba0f
Update list-links-draggabe Macro.tid ( #6405 )
...
The commented problem is, I presume, resolved now that we can directly edit fields in the current tiddler.
2022-01-19 11:13:08 +00:00
twMat
c43b013539
Paragraph on "anchor links" for Linking in WikiText.tid ( #6404 )
2022-01-18 19:27:54 +00:00
twMat
5548186c93
Update size attribute in EditTextWidget.tid ( #6403 )
...
ref: https://github.com/Jermolene/TiddlyWiki5/issues/6165
2022-01-17 10:11:20 +00:00
twMat
def9b553a8
typo in EventCatcherWidget.tid ( #6399 )
2022-01-15 12:57:51 +00:00
jeremy@jermolene.com
54bfb28063
Merge branch 'tiddlywiki-com'
2022-01-11 17:51:32 +00:00
Louis Davout
5cab75f4a7
In 'Filter Operators' add column to indicate those operators that construct an entirely new selection. ( #6351 )
2022-01-09 14:44:19 +00:00
btheado
1345384d39
Add section about dynamic links to 'Linking in WikiText' ( #6361 )
...
* Add discussion of dynamic links to 'Linking in WikiText'
* Added macro and styles for displaying a 'bad' example
* Use .bad-example macro in 'Linking in WikiText'
* Convert existing warnings to use .bad-example macro
2022-01-09 14:30:22 +00:00
jeremy@jermolene.com
0d11fccba2
Update release note
2022-01-09 10:18:19 +00:00
jeremy@jermolene.com
d78ad756db
Docs missed off 54cfda76ee
2022-01-09 10:18:11 +00:00
jeremy@jermolene.com
0729d730f8
Merge branch 'tiddlywiki-com'
2022-01-03 20:22:05 +00:00
jeremy@jermolene.com
f2422efeb8
Fix issue with Alice in Wonderland demo
...
Thanks @pmario
See https://github.com/Jermolene/TiddlyWiki5/pull/6213#issuecomment-1003628637
2022-01-03 20:20:48 +00:00
jeremy@jermolene.com
66ae1d6930
Image widget: Add classes for loading/loaded/error
2022-01-02 17:28:54 +00:00
jeremy@jermolene.com
8e3885277f
Update messagecatcher widget example to use newer syntax
2021-12-22 15:31:35 +00:00
jeremy@jermolene.com
9293dfa477
Add docs for "help" field of modals
...
Previously undocumented for no good reason
2021-12-21 10:26:58 +00:00
btheado
10ebd93df3
Add ViewWidget cross references and examples ( #6355 )
...
* Link ViewWidget formats to similar filter operators
* Merge the ViewWidget columns and use the tip macro instead
* Reference the format filter operator in ViewWidget
* More accurate language in the ViewWidget docs
2021-12-20 10:07:34 +00:00
jc-ose
d414eef773
Clarify list location requirement ( #6338 )
2021-12-14 22:27:05 +00:00
twMat
f477e90192
Update Cascade Filter Run Prefix.tid ( #6340 )
2021-12-14 22:21:49 +00:00
twMat
4453aefad8
Typo in Images in WikiText.tid ( #6328 )
...
Typo in link
2021-12-11 09:29:26 +00:00
Rizwan
1e8c2821d6
Acknowledgements for banner design 5.1.21-5.2.0 ( #6326 )
2021-12-09 17:40:12 +00:00
jeremy@jermolene.com
cbc030fbe2
Merge branch 'tiddlywiki-com'
2021-12-09 11:57:16 +00:00
jeremy@jermolene.com
b454116163
Add banner image credits for v5.2.1
...
See https://talk.tiddlywiki.org/t/the-banner-designer-should-be-acknowledged-in-the-whats-new-section/1787
cc @ibnishak
2021-12-09 11:56:31 +00:00
jeremy@jermolene.com
95a3d7fde2
Temporary new release banner for v5.2.2
2021-12-08 12:42:08 +00:00
jeremy@jermolene.com
d33e0a05e2
Preparing for v5.2.2-prerelease
2021-12-08 12:22:51 +00:00
jeremy@jermolene.com
7b1880404c
Preparing for release of v5.2.1
2021-12-08 12:01:56 +00:00
jeremy@jermolene.com
2739b1bafe
Merge branch 'tiddlywiki-com'
2021-12-08 11:56:50 +00:00
jeremy@jermolene.com
cc782ff518
Update release note
2021-12-08 11:55:40 +00:00
jeremy@jermolene.com
c9fbff265a
Update release note
2021-12-07 13:19:37 +00:00
Marxsal
6070a2c921
Add two cloud services that support webdav ( #6292 )
2021-12-07 12:48:17 +00:00
jeremy@jermolene.com
cb43b91ab6
Add official v5.2.1 banner
...
See https://groups.google.com/g/tiddlywiki/c/GU0TPGNMPvw/m/y1SyQk_nAQAJ
2021-12-06 17:26:34 +00:00
jeremy@jermolene.com
804bc9e9c0
Merge branch 'tiddlywiki-com'
2021-12-06 17:05:43 +00:00
jeremy@jermolene.com
4514a67a1f
Add user documentation for cascade mechanism
2021-12-06 16:59:13 +00:00
jeremy@jermolene.com
edcba4ee16
Docs Macros: Add new <<.tiddler-fields>> macro
2021-12-06 16:59:07 +00:00
btheado
44ad8c770f
Added documentation tiddlers for intersection filter run prefix ( #6307 )
2021-12-05 17:27:35 +00:00
btheado
2dd4fa41a5
Add documentation tiddlers for filter filter run prefix ( #6310 )
...
* Added documentation tiddlers for filter filter run prefix
* Added examples to compare :filter filter run prefix to :and prefix
2021-12-04 20:44:04 +00:00
tw-FRed
f5389b3859
[FR_fr] Fix Latest Version image not displaying ( #6308 )
...
Image broken link on the welcome screen of French documentation edition.
See "Quoi de neuf dans la version 5.2.0" here: https://tiddlywiki.com/languages/fr-FR/index.html#HelloThere
2021-12-04 18:21:28 +00:00
btheado
f88e3939e1
Add a cascade filter run example ( #6302 )
2021-12-04 10:25:43 +00:00
jeremy@jermolene.com
f84ff0d778
Update release note
2021-12-02 19:21:07 +00:00
jeremy@jermolene.com
dd801d1571
Merge branch 'tiddlywiki-com'
2021-12-01 09:08:46 +00:00
Saq Imtiaz
485730483b
Docs: reference documentation for :cascade filter run prefix ( #6294 )
...
* docs: formal documentation for :cascade filter run prefix
* fix: typos
* fix: typos
2021-11-30 15:07:10 +00:00
jeremy@jermolene.com
8b6733d792
Docs: Add a new overview of customisation techniques
2021-11-29 09:21:50 +00:00
jeremy@jermolene.com
5dfa6b2bb4
Remove "Page and tiddler layout customisation" and most of the excised subtiddlers
...
These tiddlers are poor quality, and the titles are long and clumsy
2021-11-27 08:40:56 +00:00
btheado
3798a3c7d0
Add NavigatorWidget example ( #6285 )
...
* Add NavigatorWidget example
* Moved NavigatorWidget example into the 'Creating SubStories' tiddler
* Fixed link: NavigationMechanism => HistoryMechanism
2021-11-27 07:58:29 +00:00
Marxsal
1c4b2243a6
New tag 'KeyboardDrivenInput' on two tiddlers ( #6271 )
2021-11-26 17:51:39 +00:00
jeremy@jermolene.com
b6c8cdae64
Merge branch 'tiddlywiki-com'
2021-11-26 11:19:28 +00:00
jeremy@jermolene.com
b80d079d71
Move docs tiddlers out of the root folder
...
Some of which I'd accidentally left from 1348607c8f
, but I thought it was worth clearing them all up
2021-11-26 11:18:03 +00:00
btheado
6512b038c5
Added examples to compare :map filter run prefix to + prefix ( #6282 )
...
* Added examples to compare :map filter run prefix to + prefix
* Prefer ':and' over '+'
2021-11-25 18:03:30 +00:00
jeremy@jermolene.com
6d1d497a63
Tweak docs for #6268
2021-11-25 18:00:32 +00:00
btheado
7b311b0e4a
Fix duplicate example id for map filter run prefix ( #6281 )
2021-11-25 15:20:30 +00:00
jeremy@jermolene.com
be3018fe3b
Cascade: Improve demo custom story tiddler template
...
Now the buttons are part of the template, making it easier to manage new tiddlers given the tag $:/tags/TiddlerList
See #6280
2021-11-25 08:55:10 +00:00
jeremy@jermolene.com
68095eb392
Docs: Misc minor edits
2021-11-25 08:38:17 +00:00
jeremy@jermolene.com
4bb34e4801
Merge branch 'tiddlywiki-com'
2021-11-24 21:04:47 +00:00
jeremy@jermolene.com
1348607c8f
Refactor some docs preparatory to adding the cascade docs on master branch
2021-11-24 21:04:22 +00:00
btheado
2f86779a27
Add doc tiddlers for reduce filter run prefix functionality ( #6277 )
...
* Added documentation tiddlers for reduce filter run prefix
* Make filter text box wider so long filters fit better
* removed some duplicate words
* Restored the :reduce filter run prefix tip
2021-11-24 20:02:40 +00:00
jeremy@jermolene.com
05606f72ad
Merge branch 'tiddlywiki-com'
2021-11-24 10:07:17 +00:00
jeremy@jermolene.com
6d0701e0fa
Update release note
...
I will add some more details about the filter cascade stuff
2021-11-23 17:31:59 +00:00
Saq Imtiaz
76cdc17f3b
Support macro parameters in filter run prefixes ( #6164 )
...
* Support macro params in filter run prefixes and support substitution for variables set by filter run prefixes
* feat: add support macro parameters and variable substitution for all filter run prefixes
* fix: rename options argument to opts for disambiguation
* feat: add support for macro params to cascade filterrun prefix
2021-11-23 13:51:42 +00:00
Marxsal
7b076eadfa
Tag Definition for tiddler node-webkit ( #6255 )
2021-11-21 22:20:13 +00:00
Marxsal
c5ce2a0a94
Tag Definition for tiddler ModuleType ( #6256 )
2021-11-21 22:19:54 +00:00
Marxsal
75bf12db7a
Tags related to releases for file path ( #6236 )
...
* Tags related to releases for file path
* Tag Releases -> Release Template
Changing "Releases" tag to "Release Template"
2021-11-20 17:28:48 +00:00
Marxsal
07de96459e
Tags for file paths ( #6250 )
2021-11-20 17:27:43 +00:00
Marxsal
be036aa9c8
Tag Demonstrations for Sample Wizard tiddlers ( #6251 )
2021-11-20 17:26:38 +00:00
jeremy@jermolene.com
122de63b71
Add a cascade for choosing tiddler colour
...
Following on from #6168
2021-11-19 12:01:32 +00:00
jeremy@jermolene.com
e3ba880e18
Fix tag pill colouring
...
Fixes #6221
2021-11-19 10:52:13 +00:00
Marxsal
e3be15531f
Adding tag 'Saving' to four IIS Examples ( #6244 )
2021-11-19 08:07:19 +00:00
Marxsal
5a3ff4e3dc
Adding tag Definition for Osmosoft ( #6247 )
2021-11-19 07:55:16 +00:00
Marxsal
f7f32f00a3
Adding tag to ListopsData ( #6248 )
2021-11-19 07:54:43 +00:00
Marxsal
d7d694b14f
tagging product badges as HelloThere Badge ( #6243 )
2021-11-18 18:43:23 +00:00
Marxsal
ecf10e41c3
Add tag 'Definitions' to 'BT' ( #6231 )
2021-11-18 09:02:05 +00:00