docs: add missing options to transformer plugin documentation

- CreatedModifiedDate: add defaultDateType option
- Description: add maxDescriptionLength option
- Latex: add katexOptions, mathJaxOptions, typstOptions
- SyntaxHighlighting: add clipboard and tokenClassification options
- RoamFlavoredMarkdown: add tableComponent and attributeComponent
This commit is contained in:
saberzero1
2026-05-22 20:07:48 +02:00
parent bc1c6a47d8
commit f681e871ea
5 changed files with 11 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ This plugin determines the created, modified, and published dates for a document
This plugin accepts the following configuration options:
- `priority`: The data sources to consult for date information. Highest priority first. Possible values are `"frontmatter"`, `"git"`, and `"filesystem"`. Defaults to `["frontmatter", "git", "filesystem"]`.
- `defaultDateType`: Which date type to use when displaying dates. Can be `"created"`, `"modified"`, or `"published"`. Defaults to `"modified"`.
When loading the frontmatter, the value of [[Frontmatter#List]] is used.