1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/editions/test/tiddlers/tests
Rob Hoelz ae04a425c0
Add backlinks indexer (#4421)
* Add tests for backlinks

* Add backlinks indexer

* Use backlinks indexer in getTiddlerBacklinks if available

* Extract link extraction into its own method

This way we can provide an arbitrary parse tree, rather than just a
title, which will allow us to compare lists of outgoing links between
versions of a single tiddler

* Use new extractLinks method in backlinks indexer

...rather than copy-pasting the implementation

* Remove ES6-isms

TiddlyWiki needs to work with browsers that only support ES5
2020-03-26 13:15:02 +00:00
..
test-backlinks.js Add backlinks indexer (#4421) 2020-03-26 13:15:02 +00:00
test-filters.js More listops tests (#4409) 2020-01-31 14:09:06 +00:00
test-html-parser.js Upgrade to Jasmine 3 (#4226) 2019-11-12 21:42:38 +00:00
test-tags.js Add indexes to the wiki store to improve performance (#3951) 2019-05-24 21:07:37 +01:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Reverting changes to stringifyList (#4249) 2019-09-09 14:56:40 +01:00
test-widget.js Fixes issue with #4504 and importvariable copying (#4518) 2020-03-19 20:32:51 +00:00
test-wikitext-parser.js Fix broken test 2018-07-03 12:09:59 +01:00
test-wikitext.js Don't set draggable property for links 2017-03-28 13:05:00 +01:00