Synticore Builder Guide - Title Generation Example
Purpose
This page explains automatic page-title generation from filenames or headers.
Example
{
"option": {
"title": {
"source": "filename",
"compose": {
"dirDepth": -1,
"dirOrder": "leafToRoot",
"dirJoiner": " - ",
"titleJoiner": " - "
}
}
}
}
Notes
source: filenamederives titles from file names.source: headeruses the first<h1>.- Word handling is controlled via
option.title.name.wordlists such asacronyms,lowercases, andpropercases.