Ticket #699 (closed enhancement: wontfix)
Enhancement to store.filterTiddlers() to support more complex filter strings
| Reported by: | jayfresh | Owned by: | jayfresh |
|---|---|---|---|
| Priority: | undefined | Milestone: | 2011.cleanup |
| Component: | core | Version: | |
| Severity: | undefined | Keywords: | filterTiddlers core |
| Cc: |
Description
Overrides ticket #454: http://trac.tiddlywiki.org/ticket/454
This patch extends TiddlyWiki.prototype.filterTiddlers to support complex filter strings, where filter string are of the form:
filterStep | filterStep | ... // only one filterStep is required
where filterStep is of the form:
[filterElements]
where filterElements is one or more of the following:
[TiddlerName?] tag[TagName?] sort[SortField?] limit[NoOfResults?]
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

