New: Author name first character renaming token

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2022-12-25 13:41:33 -06:00
parent 06fbd5f93d
commit 31c8092960
3 changed files with 60 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ const authorTokens = [
{ token: '{Author NameThe}', example: 'Author\'s Name, The' },
{ token: '{Author NameFirstCharacter}', example: 'A' },
{ token: '{Author CleanName}', example: 'Authors Name' },
{ token: '{Author SortName}', example: 'Name, Author' },