npm run devgo run cmd/server/main.godocker build -t go-vimnotion:latest .
docker run -v $(pwd)/.env/.env -p 3333:3333 go-vimnotion:latest
docker login registry.digitalocean.com
docker tag go-vimnotion registry.digitalocean.com/vimnotion/go-vimnotion:latest
docker push registry.digitalocean.com/vimnotion/go-vimnotion:latest- toast-like notifications for file saved
- RSS feed
- bug fixes
- bug with window focus when moving tabs
- markdown export
- create teams
- account management
- extensability with hotkeys for apis
- version history
- trash
- backlinking
- nested checkboxes
- optimizations
- batch writing instead of concurrent writes
- non-blocking retries on database updates
- migrating go to next?
- agent
- endpoint timeout?
- evaluation hook?
- model selector?
- spreadsheets
- inbox/messaging
- blog post on friction, DX, and WX
- blog on "why markdown"
- blog on why notion is a beautiful product
- blog on you being the product and that you should be working building a better you
- blog posts that help other developers building "x"
- search
- image storage
- key commands useRef
- agents from scratch
- AI engineering is just software engineering