mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo
This commit is contained in:
parent
93c8836cb6
commit
02e9160f37
@ -9,7 +9,7 @@ The |app| template language
|
|||||||
The |app| template language is used in various places. It is used to control the folder structure and file name when saving files from the |app| library to the disk or eBook reader.
|
The |app| template language is used in various places. It is used to control the folder structure and file name when saving files from the |app| library to the disk or eBook reader.
|
||||||
It is also used to define "virtual" columns that contain data from other columns and so on.
|
It is also used to define "virtual" columns that contain data from other columns and so on.
|
||||||
|
|
||||||
The basi template language is very simple, but has very powerful advanced features. The basic idea is that a template consists of names in curly brackets that are then replaced by the corresponding metadata from the book being processed. So, for example, the default template used for saving books to device in |app| is::
|
The basic template language is very simple, but has very powerful advanced features. The basic idea is that a template consists of names in curly brackets that are then replaced by the corresponding metadata from the book being processed. So, for example, the default template used for saving books to device in |app| is::
|
||||||
|
|
||||||
{author_sort}/{title}/{title} - {authors}
|
{author_sort}/{title}/{title} - {authors}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user