Make your second brain portable.

Your Markdown has context other tools miss: backlinks, graphs, tasks, properties, embeds, plugins, and app-only views. BrainBridge turns that context into portable files.

View on GitHub
Report What works, what degrades, and what needs attention.
Graph Portable nodes, edges, backlinks, and unresolved links.
Tasks Checkboxes and task state extracted into an index.
Properties YAML frontmatter collected into a readable index.
Embeds Attachment references and missing embeds made visible.
Fallbacks Static Markdown for app-only views and plugin-heavy notes.
Use BrainBridge from https://github.com/alfaruqstories/brainbridge to audit this Markdown knowledge base and generate a portable export.

Clone the repo or use the local checkout if it already exists. Install and build it with `pnpm install` and `pnpm build`.

Run the repo-local CLI against the target notes folder:

`pnpm brainbridge audit /path/to/notes`
`pnpm brainbridge export /path/to/notes --out ./brainbridge-export`

Review the generated report, plugin dependencies, task/property indexes, graph files, and Markdown fallbacks.

Do not mutate the source vault unless explicitly asked.

Explain what still depends on app-specific behavior and recommend portable Markdown alternatives.