@pubwave/editor 0.5.5 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1692 -1543
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ A Notion-level block editor built with React and Tiptap.
|
|
|
16
16
|
- ⌨️ **Slash Commands** - Type `/` to quickly insert blocks and formatting
|
|
17
17
|
- 🎨 **Text & Background Colors** - Rich color picker with recently used colors
|
|
18
18
|
- 🔄 **Turn Into** - Convert blocks between different types (paragraph, headings, lists, etc.)
|
|
19
|
-
- 📋 **Rich Formatting** - Bold, italic, underline, strikethrough, code, and
|
|
19
|
+
- 📋 **Rich Formatting** - Bold, italic, underline, strikethrough, code, links, and text alignment
|
|
20
20
|
- 📝 **Multiple Block Types** - Paragraphs, headings, lists, quotes, code blocks, tables, charts, and more
|
|
21
21
|
- 🖼️ **Image Support** - Upload images via file picker or paste from clipboard, with base64 or custom upload service
|
|
22
22
|
- 📊 **Chart Support** - Interactive charts powered by Chart.js with editable data
|
|
@@ -459,6 +459,7 @@ The toolbar appears automatically when you select text, providing quick access t
|
|
|
459
459
|
- **Underline** - Underline text
|
|
460
460
|
- **Strikethrough** - Strikethrough text
|
|
461
461
|
- **Code** - Inline code formatting
|
|
462
|
+
- **Alignment** - Left align, center align, right align (three direct toolbar icons)
|
|
462
463
|
- **Link** - Add or edit link
|
|
463
464
|
- **Text Color** - Change text color (with recently used colors)
|
|
464
465
|
- **Background Color** - Change background color (with recently used colors)
|