trapias / TrelloExport

Chrome extension to export Trello boards to Excel, Markdown, HTML, OPML and CSV
MIT License
127 stars 27 forks source link

Documentation for filters feature? #62

Closed Zettt closed 1 year ago

Zettt commented 5 years ago

Hello,

I'm trying to wrap my head around the filter feature. As far as I can tell, there is no documentation on the feature though. I'd like to match two specific lists for the export. How would I go about it using TrelloExport?

Thank you.

trapias commented 5 years ago

@Zettt, sorry I must have missed a notification for this issue :-( Filters act on the item selected in the dropdown, e.g. List names, which are searched comparing your filter string with a “contains” method - for example filter lists whose name contains your filter string. The filter string is now a single string, so in your case it might help if both lists contain some string - e.g. “ListOne” and “ListTwo” should match a filter string like “list".

Maybe we could let the filter string become “filter strings”, for example a comma separated list of filter strings (like “filter1, filter2"). Would this help you?