View Single Post
Old 04-20-2024, 12:34 PM   #973
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,358
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Protoplast26 View Post
I would like to create something like this but i would like a file path for each letter to be stored in a separate folder, is it possible?
The Formatting subsection of the Advanced Formatting section in Template Language manual has examples that get close to what I think you want. The example is
Quote:
If you want only the first two letters of the data, use:
{author_sort:.2} - Only the first two letters of the author sort name
You would use
Code:
{author_sort:.1}
to get the first character.
chaley is offline   Reply With Quote