1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-20 03:09:42 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
lin onetwo 741aef55e4
Fix: transcludes and backtranscludes operators to always include self-referential transclusion (#8257)
* fix: ignore self-referential transclusion

* feat: support old <$transclude tiddler param

* fix: restore old behavior: include itself like backlinks[]

* refactor: use LinkedList in transcludes[] and backtranscludes[]

* fix: only fallback to title when {{!!xxx}}, not when input is empty

* refactor: move transcludes ast extractor to a file

* refactor: move links ast extractor to a file

* Revert "refactor: move links ast extractor to a file"

This reverts commit 5600a00cd8.

* Revert "refactor: move transcludes ast extractor to a file"

This reverts commit 61d5484f09.

* lint: use pushTop and remove space
2024-06-19 09:38:02 +01:00
..
data Tweak #7866 to omit "rule" property when unset, instead of leaving it null 2024-06-08 16:51:00 +01:00
from-tw5.com
modules/utils
test-action-deletefield.js
test-action-widgets.js
test-backlinks.js Fix/backlink binary (#8098) 2024-05-29 11:53:44 +01:00
test-backtranscludes.js Fix: transcludes and backtranscludes operators to always include self-referential transclusion (#8257) 2024-06-19 09:38:02 +01:00
test-checkbox-widget.js
test-compare-filter.js
test-deserialize-operator.js
test-deserializers.js
test-fakedom.js
test-filters.js
test-html-parser.js
test-json-filters.js
test-linked-list.js
test-parsetextreference.js
test-plugins.js Custom copy clipboard notifications (#8211) 2024-05-29 15:06:33 +01:00
test-popup.js
test-prefixes-filter.js
test-tags.js
test-tiddler.js
test-utils.js
test-widget-getVariableInfo.js Fix get variable info params (#8179) 2024-05-29 11:14:21 +01:00
test-widget.js Fixed issue where $parameters did nothing with no $transclude (#8203) 2024-06-06 11:20:35 +01:00
test-wikitext-parser.js Tweak #7866 to omit "rule" property when unset, instead of leaving it null 2024-06-08 16:51:00 +01:00
test-wikitext-tabs-macro.js
test-wikitext.js