mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-15 15:28:55 +00:00
The new filter tracker is a generic JS mechanism for tracking changes to the results of filters and changes to the tiddlers identified by those results. The rationale for the new mechanism is that it is a generalisation of code that is already present in the keyboard manager. The intention is to refactor the keyboard manager to use the filter tracker in due course