Skip to content

feat(notes): rework note editor with context menu and editable tables#853

Merged
antonreshetov merged 29 commits into
mainfrom
feat/notes-editor-context-menu
Jul 5, 2026
Merged

feat(notes): rework note editor with context menu and editable tables#853
antonreshetov merged 29 commits into
mainfrom
feat/notes-editor-context-menu

Conversation

@antonreshetov

@antonreshetov antonreshetov commented Jul 5, 2026

Copy link
Copy Markdown
Member

No description provided.

Right-click menu with Format, Paragraph and Insert submenus reusing
existing CodeMirror markdown commands. Disabled in preview mode.
Render markdown tables as an interactive block widget in live preview:
cells are edited in place (committed on blur/Enter/Tab), and hover gutters
add a column to the right or a row below. Clamp the table range to the
actual rows so trailing text is never hidden or overwritten, and add
click strips to place the cursor before/after the table.
@antonreshetov antonreshetov merged commit 7c75908 into main Jul 5, 2026
@antonreshetov antonreshetov deleted the feat/notes-editor-context-menu branch July 5, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant