feat: add editor formatting toolbar WYSIWYG with keyboard shortcuts#48
Closed
softyoda wants to merge 2 commits intoalecdotdev:masterfrom
Closed
feat: add editor formatting toolbar WYSIWYG with keyboard shortcuts#48softyoda wants to merge 2 commits intoalecdotdev:masterfrom
softyoda wants to merge 2 commits intoalecdotdev:masterfrom
Conversation
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>
e282d4b to
a2b608f
Compare
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a comprehensive markdown formatting toolbar (EditorToolbar.svelte) and a complete formatting API to the Editor component. Features include: