For details, see the demo page.
-
https://github.com/bimlas/tw5-kin-filter (please star if you like it)
…it is so elegant and powerful that in someways, it is hard to believe.
— TonyM
…it is incredibly powerful…
— LorenzGL
Great tool and unique in the field.
— Mohammad
Thank you so much for you work on this, and the excellent documentation complete with figures!
Thanks @bimlas this is a high quality PR, and I appreciate the care you’ve taken with the documentation particularly.
-
Open the demo page
-
Drag-n-drop the plugin tiddler in to your wiki
-
Download the JSON archive of the plugin (Right click → Save as)
-
Drag-n-drop the file in to your wiki
Start by installing dependencies:
$ npm ci
Build demo HTML and plugin JSON files:
$ npm run build
Run tests:
$ npm run test
Test performance by running different queries on a copy of https://tiddlywiki.com/:
$ npm run test:performance
Try out on a copy of https://tiddlywiki.com/ at http://localhost:8888/
$ npm run wiki