Skip to main content

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 only one option—flat_src_file_name. It's the name of the flattened file that is created in the tmp directory:

preprocessors:
  - flatten:
      flat_src_file_name: flattened.md

Default value is __all__.md.

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

foliantcontrib.flatten-1.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

foliantcontrib.flatten-1.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page