[Zotero 7] change default insertions in custom filename format

Excellent work on Z7. This is really an industry-leading product.

In Z7, the `et al.` (note the period) added with `firstCreator` appears immutable---can't insert `_` between et al. or cut the period `.` I kludged together a conditional workaround, but I don't think the feature is equipped for it, e.g.

```
{{ if authors > "2" }}{{ authors max = "2" suffix = "_"}}et al{{ else }}{{ authors suffix = "_" }}{{ year suffix="_" }}{{ title }}
```

Is there any way to change the default `et al.` or is that baked in (I'm guessing in chrome/locale/en-US/zotero/zotero.properties)?
Sign In or Register to comment.