Quote:
Originally Posted by Protoplast26
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
to get the first character.