Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I34e7c6d382ab7f4b6cf98ede9b7116056a6a6964
25 lines
497 B
TOML
25 lines
497 B
TOML
[plugin]
|
|
name = "markdown-metadata"
|
|
version = "1.0.0"
|
|
api_version = "1.0"
|
|
author = "Pinakes Contributors"
|
|
description = "Extract metadata from Markdown files with YAML frontmatter"
|
|
homepage = "https://github.com/notashelf/pinakes"
|
|
license = "MIT"
|
|
kind = ["metadata_extractor"]
|
|
|
|
[plugin.binary]
|
|
wasm = "markdown_metadata.wasm"
|
|
|
|
[capabilities]
|
|
network = false
|
|
|
|
[capabilities.filesystem]
|
|
read = []
|
|
write = []
|
|
|
|
[config]
|
|
extract_tags = true
|
|
parse_yaml = true
|
|
parse_toml = true
|
|
max_file_size = 10485760
|