next-notes

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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Todo

Fancy stuff

  • 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