We want a plugin system in MarkdownDB so people can easily extend the core functionality, for example to extract additional metadata, so that not all functionality has to be in core and people can rapidly add functionality
Sketch (April 2023)
https://link.excalidraw.com/l/9u8crB2ZmUo/9hkrQmVl9QX

Acceptance
Notes
MarkdownDB vs Contentlayer
Contentlayer supported:
- document types with
- frontmatter schema definition and validation
- assigning document types based on glob patterns
- computed fields, e.g.
description auto-extracted from the document content
- excluding/including some content folders we kinda already have this but it's not configurable
- ...
What we need:
- probably config file similar to Contentlayer one, with:
- custom document types,
- content include/exclude option
- plugins
- ...
- ...
We want a plugin system in MarkdownDB so people can easily extend the core functionality, for example to extract additional metadata, so that not all functionality has to be in core and people can rapidly add functionality
Sketch (April 2023)
https://link.excalidraw.com/l/9u8crB2ZmUo/9hkrQmVl9QX
Acceptance
Notes
MarkdownDB vs Contentlayer
Contentlayer supported:
descriptionauto-extracted from the document contentWhat we need: