Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 32475bdf34 feat: add rNotes Web Clipper browser extension (TASK-6)
Chrome extension (Manifest V3) forked from PKMN Quick Capture:
- Clip pages, text selections, links, and images to rNotes
- Notebook selection dropdown with remembered last-used
- Tags input for organizing clips
- Context menu integration (right-click to save)
- EncryptID auth via token paste flow
- Image upload through /api/uploads then IMAGE note creation
- Amber/orange theme matching rNotes design

Also updates signin page to show extension token when
?extension=true query param is present.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 15:17:19 -07:00
backlog chore: update TASK-9 canvas sync to Done 2026-02-13 15:04:18 -07:00
browser-extension feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
prisma Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
src feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile fix: correct SDK path in Dockerfile for file: dependency resolution 2026-02-13 14:42:19 -07:00
docker-compose.yml feat: add internal API key for rSpace service-to-service auth 2026-02-13 15:02:20 -07:00
next.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
package-lock.json feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
package.json feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00