Skip to content

feat: add editor formatting toolbar WYSIWYG with keyboard shortcuts#48

Closed
softyoda wants to merge 2 commits intoalecdotdev:masterfrom
softyoda:feat/editor-toolbar
Closed

feat: add editor formatting toolbar WYSIWYG with keyboard shortcuts#48
softyoda wants to merge 2 commits intoalecdotdev:masterfrom
softyoda:feat/editor-toolbar

Conversation

@softyoda
Copy link

Add a comprehensive markdown formatting toolbar (EditorToolbar.svelte) and a complete formatting API to the Editor component. Features include:

  • Inline formatting: bold, italic, strikethrough, underline, inline code
  • Headings: H1-H6 with cycle support
  • Lists: unordered, ordered, and task lists with toggle behavior
  • Block elements: blockquote, code block, horizontal rule
  • Insert operations: links, images, tables
  • Smart toggle: format/unformat based on current state
  • Multi-line support for inline and list formatting
  • Keyboard shortcuts for all formatting actions

softyoda and others added 2 commits February 13, 2026 17:33
Add a comprehensive markdown formatting toolbar (EditorToolbar.svelte) and
a complete formatting API to the Editor component. Features include:

- Inline formatting: bold, italic, strikethrough, underline, inline code
- Headings: H1-H6 with cycle support
- Lists: unordered, ordered, and task lists with toggle behavior
- Block elements: blockquote, code block, horizontal rule
- Insert operations: links, images, tables
- Smart toggle: format/unformat based on current state
- Multi-line support for inline and list formatting
- Keyboard shortcuts for all formatting actions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add {theme} prop to Editor in toolbar wrapper
- Fix TypeScript errors in EditorToolbar (btn.style) and MarkdownViewer (editorRef type)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@softyoda softyoda force-pushed the feat/editor-toolbar branch from e282d4b to a2b608f Compare February 13, 2026 16:41
@softyoda
Copy link
Author

Nah i'll do it in personal branch, i don't wanna add too much slope to the slope https://newsletter.semianalysis.com/p/claude-code-is-the-inflection-point

@softyoda softyoda closed this Feb 16, 2026
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

Comments