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>
[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.)