ortfodb exporters doc
Get help for a specific exporter
ortfodb exporters doc <name> [flags]
Examples
$ ortfodb exporters help localize
localize Export separately the database as a single database for each language. The `content` field of each work is localized, meaning it's not an object mapping languages to localized content, but the content directly, in the language.
Options:
• filename_template
To add localize to your project, add the following to your ortfodb config file:
exporters:
localize: # <- add this alongside your potential other exporters
filename_template: ""
Feel free to change these configuration values. Check out the exporter's documentation to learn more about what they do.
Options
Shorthand | Flag | Argument | Description | Default value |
---|---|---|---|---|
-h | ‐‐help | help for doc |
Options inherited from parent commands
Shorthand | Flag | Argument | Description | Default value |
---|---|---|---|---|
-c | ‐‐config | string | config file path | ortfodb.yaml |
‐‐scattered | Operate in scattered mode. In scattered mode, the description.md files are searched inside `.ortfo' folders in every folder of the database directory, instead of directly in the database directory's folders. See https://github.com/ortfo/ |
See also
- ortfodb exporters - Commands related to ortfo/db exporters