This project is intended to be a website with most of Obsidian's read-only functionality for the files in the Vault/ directory.
This is a Next.js project bootstrapped with create-next-app.
a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Setup basic markdown rendering
- Find/implement a LaTeX renderer
- Implement link preview
- Display backlinks
- Tags and vault search
- Implement graph view (with physics and coloured paths for clusters/coloured nodes for nodes with specific attributes)
- Optimise hashtags and backlinks
- Shortest paths e.g. Dijkstra's
- Find if two arbitrary notes are related via union-find (implement disjoint set union data structure (with path compression and all the other bells and whistles)) - use this to colour specific clusters