Class Chapters
Index
Properties
chaptersFolder
chaptersFolder: string = 'chapters'
directoryPath
directoryPath: string = ...
relativePath
relativePath: string = '..'
searchPattern
searchPattern: string = ...
Methods
checkForTitles
Protected
checkIndexFiles
Protected
createChapterFile
Protected
createYmlObject
- createYmlObject(files: string[]): StrYaml[]
Create sidebar structure in yaml format from provided files
Parameters
- files: string[]
The files to create the sidebar structure from.
Returns StrYaml[]
The sidebar structure.
Remarks
Each file is ordered by the number prefix of the folder and then by file name. The 'index.qmd' file is placed before numbered files. Then all files in the same directory are grouped together. This structure is then converted to yaml format. Note, the files' full path is ultimately altered to be relative to the chapters folder.
- files: string[]
Check that each file has a title in its front matter.