1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 02:09:43 +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 Add <$testcase> widget (#7817) 2024-05-20 11:30:30 +01:00
modules/utils CSV parser improvements (#7042) 2022-11-20 17:51:01 +00:00
test-action-deletefield.js Add $timestamp argument for <$action-deletefield> widget (#8115) 2024-04-04 16:03:15 +01:00
test-action-widgets.js action-setfield shouldn't write to the current tiddler if the $tiddler attribute is present but has evaluated to a missing attribute 2022-04-16 18:02:27 +01:00
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 Checkbox widget should not affect date fields (#7448) 2023-05-11 18:28:44 +01:00
test-compare-filter.js Add new compare filter operator 2020-04-13 10:03:01 +01:00
test-deserialize-operator.js Adds a deserialize filter operator (#7511) 2023-06-03 14:33:10 +01:00
test-deserializers.js Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
test-fakedom.js Fixed issue with fakedome TW_Node inheritence (#8195) 2024-05-21 22:02:37 +01:00
test-filters.js Fix last filter operator when zero items selected (#7809) 2023-10-25 13:14:49 +01:00
test-html-parser.js Adds Text substitution support in widget attributes and new operator (#7526) 2023-06-24 14:57:15 +01:00
test-json-filters.js Fix jsonset crash when applied to primitive types 2023-11-29 12:06:40 +00:00
test-linked-list.js Linked-List refactor (#6056) 2022-11-27 17:48:08 +00:00
test-parsetextreference.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
test-plugins.js Custom copy clipboard notifications (#8211) 2024-05-29 15:06:33 +01:00
test-popup.js Fixed PR to fix popup position if popup is triggered from within an offsetParent element (#7013) 2022-12-01 21:16:44 +00:00
test-prefixes-filter.js Add a :then filter run prefix (#7392) 2023-06-24 18:07:34 +01:00
test-tags.js Fix for tag ordering issue #6382 (#6383) 2022-02-21 15:34:05 +00:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Fix encodebase64 and decodebase64 filters (#7683) 2023-10-18 16:08:56 +01:00
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 Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
test-wikitext.js Switch off CamelCase linking by default (#7513) 2023-06-08 21:45:14 +01:00