1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/core/modules/filters
2017-03-20 22:02:55 +00:00
..
all Add new [all[tags]] filter operator 2016-11-28 19:04:04 +00:00
is Refactor wiki.filterTiddlers() 2014-04-27 20:03:33 +01:00
addprefix.js Added new filter operator for adding prefixes and suffixes to titles; these new filter operators are useful in contexts where only a filter expression is allowed and where macro processing isn't allowed. The filters complement the existing remove suffix and prefix filter operators. (So much for the "filter" in filter operator.) 2014-09-30 23:01:32 +02:00
addsuffix.js Added new filter operator for adding prefixes and suffixes to titles; these new filter operators are useful in contexts where only a filter expression is allowed and where macro processing isn't allowed. The filters complement the existing remove suffix and prefix filter operators. (So much for the "filter" in filter operator.) 2014-09-30 23:01:32 +02:00
after.js Add "before" and "after" filter operators 2014-05-12 15:16:44 +01:00
all.js Extend 'all' filter operator to select all source tiddlers 2014-08-29 09:54:31 +01:00
backlinks.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
before.js Add "before" and "after" filter operators 2014-05-12 15:16:44 +01:00
commands.js Add a new "commands" filter 2014-02-25 14:49:56 +00:00
count.js Add new "count" filter operator 2017-02-08 20:11:44 +00:00
days.js "days" filter: yesterday and tomorrow edge cases (#2364) 2016-04-27 17:23:46 +01:00
each.js rename suffix each:list to each_list-item 2015-11-13 11:07:24 +01:00
eachday.js Removed uneeded function but still converts TW5 Date strings. 2015-03-13 13:14:30 -05:00
editiondescription.js Refactor edition-info handling 2015-01-11 15:00:54 +00:00
editions.js Refactor edition-info handling 2015-01-11 15:00:54 +00:00
encodings.js Add new filter operators for various string encoding/decodings 2016-10-18 09:18:32 +01:00
enlist.js Add "enlist" operator 2017-02-21 15:17:47 +00:00
field.js Adjust field and has filter handling of missing tiddlers 2014-12-11 17:49:17 +00:00
fields.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
get.js Add 'get' filter operator 2014-04-27 18:45:01 +01:00
getindex.js Correct case of getindex filter operator 2015-02-09 21:42:25 +00:00
has.js Fix problem with 'has' operator 2017-02-23 14:27:43 +00:00
haschanged.js Display warning banner when plugins are modified 2015-02-08 19:40:15 +00:00
indexes.js Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
insertbefore.js Add support dragging to the bottom of a list 2017-03-20 22:02:55 +00:00
is.js Change "is" filter with blank operand to pass through arguments 2016-11-28 13:42:06 +00:00
limit.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
links.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
list.js Revert #1496 2015-02-16 19:17:10 +00:00
listed.js Extend listed filter operator to use any field 2014-06-13 10:58:19 +01:00
listops.js Add new "order" filter operator 2016-11-28 19:16:08 +00:00
minlength.js Add new 'minlength' operator 2016-10-11 09:26:20 +01:00
modules.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
moduletypes.js Whoops file in the wrong place 2013-10-24 12:00:32 +01:00
next.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
plugintiddlers.js Revert getTiddlerData() and add getTiddlerDataCached() 2015-07-10 16:43:50 +01:00
prefix.js Make prefix/suffix operators be case sensitive 2014-08-28 15:27:10 +01:00
previous.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
regexp.js Catch syntax errors in regexp filters 2015-01-23 14:32:57 +00:00
removeprefix.js Make prefix/suffix operators be case sensitive 2014-08-28 15:27:10 +01:00
removesuffix.js Make prefix/suffix operators be case sensitive 2014-08-28 15:27:10 +01:00
sameday.js Optimise sameday filter 2017-02-21 08:31:05 +00:00
search.js Extend search filter to allow field to be specified 2014-11-06 20:56:32 +00:00
shadowsource.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
sort.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
splitbefore.js Add experimental system tiddler browser 2014-12-02 15:25:27 +00:00
storyviews.js Move "storyviews" filter operator to correct folder 2014-05-28 17:17:47 +01:00
suffix.js Make prefix/suffix operators be case sensitive 2014-08-28 15:27:10 +01:00
tag.js Add strict mode to tag operator 2016-11-28 13:42:30 +00:00
tagging.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
tags.js Performance optimisations 2015-07-05 19:47:44 +01:00
title.js First pass at refactoring filter execution 2014-04-03 20:49:16 +01:00
untagged.js Revert "Add provisional version of new tagger manager" 2016-11-28 10:40:55 +00:00
wikiparserrules.js Update wikiparserrules operator for no operand (#2193) 2016-10-08 13:04:11 +01:00
x-listops.js #2312 Prevent move filter from wrapping (#2658) 2016-12-16 17:58:45 +00:00