I'm looking for help with my citation key format for BBT for Zotero
I want my citekey to produce something like this `kmiec+2017igwetf`.
My citation key format so far is `[auth:lower:alphanum][authors1+.:replace=.etal,+][year][title:skipwords:lower:abbr]`, but it results in `kmiecKmiec+2017igwetf`. I can't figure out how to produce something like the example above.
Any ideas?
My citation key format so far is `[auth:lower:alphanum][authors1+.:replace=.etal,+][year][title:skipwords:lower:abbr]`, but it results in `kmiecKmiec+2017igwetf`. I can't figure out how to produce something like the example above.
Any ideas?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
title (lowercase) isn't affected by skipwords btw since it always generates text without spaces.
Now, I want to apply the filters alphanum and lower to the author name. [authors1+.:replace=.etal,+:alphanum:lower][year][title:lower:abbr] works, but removes the +. What have I done wrong?