I get some strange errors to export html with a filter. Step to reproduce my error
- Go to https://tiddlywiki.com/
- Open filter tab in search: https://tiddlywiki.com/#%24%3A%2FAdvancedSearch
- Type filter:
[tag[Features]] :filter[search:tags:regexp[(Concepts|Working with TiddlyWiki)]]
- Export as static html
The filter is working to list all tiddler, but get an error in the exported html
Filter error: Missing closing bracket in filter expression
It seems the error is related with vertical bar in search.
For two vertical bars,
[tag[Features]] :filter[search:tags:regexp[(Concepts|Working with TiddlyWiki|one more)]]
the content is
{{{ [tag[Features]] :filter[search:tags:regexp[(Concepts|Working with TiddlyWiki|one more)]] ||$:/core/templates/static-tiddler}}}
There is no error when there is no vertical bar.
[tag[Features]] :filter[search:tags:regexp[(Concepts)]]
It sounds there is a bug in export html.