Hey amazing people!
TW Version: 5.2.3
Saver: Quine2
OS: iOS on iPad and iPhone
I’d like to create a dynamic list of books that ignores “the” and “a”, to keep it alphabetically tidy,
But right now I can only get it to render an alphabetical list using:
<$list filter="[has:field[book]get[book]]+[unique[]sort[]]">
<$link><<currentTiddler>><br></$link>
</$list>
I’ve tried incorporating a snippet from how to remove stop words:
[enlist<book-list>sortsub<compare-without-stopwords>]
But I can’t seem to implement it correctly…
Apologies if this seems a basic fix,
(I’m not a programmer by any means, so I’m just scraping by and trying not to bug you guys with trivial stuff if I can help it.)