View Single Post
Old 01-22-2020, 03:42 AM   #2
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,565
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I can't find a way in the GUI, I found mine in the gui.py.json configuration file:

Code:
  "save_to_disk_template_history": [
    "{authors} - {title}", 
    "{author_sort} - {title} - {:'format_date (raw_field ('pubdate'),'yyyy-MM-dd')'}", 
    "{author_sort} - {title} - {:'format_date (raw_field ('pubdate'),'yyyy-MM-dd')'|- |}", 
    "{author_sort} - {title}- {:'format_date (raw_field ('pubdate'),'yyyy-MM-dd')'|. |}", 
    "{title}. {author_sort}. {:'format_date (raw_field ('pubdate'),'yyyy')'|. |}", 
    "{title}.{author_sort}.{:'format_date (raw_field ('pubdate'),'yyyy')'|. |}", 
    "{author_sort}. {title}{:'format_date (raw_field ('pubdate'),'yyyy')'|. |}", 
    "{authors} {series:| - [|} {series_index:||]} {title:| - |}", 
    "/{author_sort}/{title}/{title}", 
    "{author_sort}/{title}/{title} - {authors}"
  ],
Usual caution when editing config files, close calibre, take a copy of the file before editing.

@Kovid - in Dark mode the top edit box in the Template Editor dialogue is black on black.

BR
BetterRed is offline   Reply With Quote