UNPKG

@braindb/core

Version:

markdown-graph-content-layer-database

25 lines (16 loc) 532 B
# @braindb/core > [!WARNING] > Work in progress. Expect breaking changes. ## What is this? **TL;DR:** A markdown graph content layer database. Read more [here](https://astro-digital-garden.stereobooster.com/recipes/braindb/) ## What does it do? - Watches a folder. - Each Markdown file is parsed to extract links and frontmatter. - Each Markdown file is saved in the database. - Links are resolved to form a graph. ## What can it do? - Find (internal) broken links. - Show (internal) backlinks. - Resolve wiki links. - Etc.