You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeMirror 6 powers the markdown editor with syntax highlighting, line numbers, history, and custom keybindings. All editor configuration lives in src/main.ts.
Editor dispatches updateListener on every change. If docChanged, a 300ms debounce triggers updatePreview() and updateWordCount(). Cursor position updates immediately on any selection change.