-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-ConfigurationArea: ConfigurationArea: ConfigurationA-Internal-representationArea: Internal RepresentationArea: Internal RepresentationC-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature requestS-WishlistStatus: WishlistStatus: Wishlist
Description
The conclusion of the discussion #176 is to support an optional TOML header in the markdown sources to provide chapter specific information. Chapter specific information that overrides the global configuration for this specific chapter.
A chapter source file could look like the following:
------
author = "John Doe"
title = "A book of little words"
translator = "Jane Doe"
------
# Chapter title
The rest of the file is **normal** markdown
This will probably require some changes to the internal representation.
dilawardilawar
Metadata
Metadata
Assignees
Labels
A-ConfigurationArea: ConfigurationArea: ConfigurationA-Internal-representationArea: Internal RepresentationArea: Internal RepresentationC-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature requestS-WishlistStatus: WishlistStatus: Wishlist