Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 532 Bytes

@braindb/core

Warning

Work in progress. Expect breaking changes.

What is this?

TL;DR: A markdown graph content layer database.

Read more here

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.