Zotfile feature suggestion: Skip HTML tags
This is a small quality of life suggestion for Zotfile: I have a lot of records with some HTML markup in the Title field (https://www.zotero.org/support/kb/rich_text_bibliography). Zotfile includes that markup as part of the filenames it creates (after stripping out special characters). It would be great to have an option to drop any markup from filenames.
Upgrade Storage
{"1": {"field": "title", "operations":[{"function": "replace", "regex": "<(\\u0022[^\\u0022]*\\u0022|'[^']*'|[^'\\u0022>])*>", "replacement":""},{"function": "truncateTitle"}]}}See https://github.com/jlegewie/zotfile/issues/455 for more details.