I've been thinking of more extensions to that. The only useful one that I can think of is 'qX', which would display every post with an anchor to X. That would be kind of slow, though.
I've been thinking of more extensions to that. The only useful one that I can think of is 'qX', which would display every post with an anchor to X. That would be kind of slow, though.
The >> posting regex being used right now matches every comma in an anchor, even if it's at the end and doesn't mean anything. This screws up some sentences a little:
"What this all really means, though, is that you, >>1, should just stick with today's special."
I can't get one to work; it seems to need at least extended regexp syntax, and I don't know enough of that to do something useful.