feat: add block-editor app with BlockNote and Tiptap UI components#7
feat: add block-editor app with BlockNote and Tiptap UI components#7Nihallllll wants to merge 1 commit intoAOSSIE-Org:mainfrom
Conversation
|
Important Review skippedToo many files! This PR contains 154 files, which is 4 over the limit of 150. ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (154)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks for the detailed block editor implementation — the UI and TipTap integration look very comprehensive. One architectural question I had while reading the code: SmartNotes is designed around a filesystem vault with Markdown notes, but the current editor path initializes internal block structures and doesn’t yet show a clear Markdown serialization pipeline. Do we expect Markdown to remain the canonical storage format, or will the editor JSON become the primary persisted representation? It might help to define a small adapter boundary early (e.g. |
Addressed Issues:
Added a notion-like editor
for the smart notes project
Screenshots/Recordings:
Screen.Recording.2026-03-03.095810.mp4