1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 18:30:46 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
Jeremy Ruston e4c682d04b Merging #7866: Add start and end properties to WikiText AST nodes
commit 5687d9f44b
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Dec 6 11:33:43 2023 +0800

    Fix for html parser

commit df0a1b184e
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Dec 6 02:47:47 2023 +0800

    Fix HTML AST node boundary parsing in WikiText

commit ac8dda0a1a
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Sat Dec 2 13:02:52 2023 +0800

    update test-wikitext-parser.js, change for-const-of -to .utils.each, add more range attributes

commit e2b9a4ed57
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 22:35:39 2023 +0800

    Add more start-end range attributes for AST

commit d3e62ec56a
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 20:45:00 2023 +0800

    Add rule attribute for WikiText AST nodes

commit 4200495055
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 15:48:38 2023 +0800

    Add start and end properties to AST nodes for list, codeblock, and all other elements
2024-06-08 16:40:20 +01:00
..
data fix: nested functions should resolve filter run variables (#8233) 2024-06-04 18:19:41 +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 Basic Backtranscludes filter (#6081) 2024-02-18 09:14:23 +00: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 Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +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