Preprocessor for Foliant doc maker that flattens a nested source tree into a single file. Required for Pandoc backend.
Project description
Project Flattener for Foliant
This preprocessor converts a Foliant project source directory into a single Markdown file containing all the sources, preserving order and inheritance.
This preprocessor is used by backends that require a single Markdown file as input instead of a directory. The Pandoc backend is one such example.
Installation
$ pip install foliantcontrib.flatten
Config
This preprocessor is required by Pandoc backend, so if you use it, you don’t need to install Flatten or enable it in the project config manually.
However, it’s still a regular preprocessor, and you can run it manually by listing it in preprocessors
:
preprocessors:
- flatten
The preprocessor has a number of options with the following default values:
preprocessors:
- flatten:
flat_src_file_name: __all__.md
keep_sources: false
flat_src_file_name
: Name of the flattened file that is created in the temporary working directory.
keep_sources
: Flag that tells the preprocessor to keep Markdown sources in the temporary working directory after flattening. If set to false
, all Markdown files excepting the flattened will be deleted from the temporary working directory.
Note
Flatten preprocessor uses Includes, so when you install Pandoc backend, Includes preprocessor will also be installed, along with Flatten.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file foliantcontrib.flatten-1.0.7.tar.gz
.
File metadata
- Download URL: foliantcontrib.flatten-1.0.7.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35b50c0e0b9b9db61dd462022bb95618bd1f1a7ffd802446370994ed1851857a |
|
MD5 | a76cf482f40d4c0647d91b7ff22a3e25 |
|
BLAKE2b-256 | ddb30750286751eccc0352b80fdcc3ee3cb708661cfc8e625fc48ec888c743f9 |
File details
Details for the file foliantcontrib.flatten-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: foliantcontrib.flatten-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e056b66773acd86238baa83f75b73c20f212741d4ef13b46156f8906e3cb710 |
|
MD5 | bd57ddffc0639fcc96d79fd01e0d8ef6 |
|
BLAKE2b-256 | 7032d82d0a03eec73b0a9d799201421e636018775cd0899a79d59cc77ac53f41 |