Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett f5bec85336 feat: upgrade to TipTap WYSIWYG rich text editor
Replace plain Markdown textarea with TipTap editor featuring:
- Toolbar with bold, italic, strike, code, headings, lists, tasks,
  blockquotes, code blocks, links, images, undo/redo
- Keyboard shortcuts (Ctrl+B, Ctrl+I, etc.)
- Task list with checkboxes
- Inline image embedding
- Code type notes still use plain textarea for monospace editing
- Note detail view now renders HTML content from TipTap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 13:36:21 -07:00
prisma Add full application: schema, API routes, components, pages 2026-02-13 13:00:44 -07:00
src feat: upgrade to TipTap WYSIWYG rich text editor 2026-02-13 13:36:21 -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 Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
docker-compose.yml feat: add file/image upload support with drag-and-drop 2026-02-13 13:33:49 -07:00
next.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
package-lock.json feat: upgrade to TipTap WYSIWYG rich text editor 2026-02-13 13:36:21 -07:00
package.json feat: upgrade to TipTap WYSIWYG rich text editor 2026-02-13 13:36:21 -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