Commit ec39a7b
authored
feat: enhance Tiptap editor with new toolbar items and extensions (#59)
* feat: enhance Tiptap editor with new toolbar items and extensions
* feat: add character count feature to Tiptap editor
* feat: implement image alignment functionality in Tiptap editor with dropdown options
* feat: add click outside functionality to close annotation dropdown in Tiptap editor
* zenmode work
* feat: refactor Tiptap component structure and enhance functionality with new constants and types1 parent 26b5da8 commit ec39a7b
File tree
86 files changed
+4482
-642
lines changed- assets/icons
- src
- Components
- Accordion/__snapshots__
- AuthorCard/__snapshots__
- CTA/__snapshots__
- ElevatedCard/__snapshots__
- HTMLRendering
- Icons
- Inputs
- Tiptap
- Components
- Actions
- CharacterCount
- ImageAlignmentDropdown
- Mention
- ModalInput
- ResizableImage
- RoughAnnotation
- Suggestion
- TiptapDropdown
- TiptapLinkInput
- ToolbarButton
- ToolbarGroup
- Toolbar
- TiptapToHTML
- Typography
- Anchor
- H1
- H2
- H3
- H4
- H5
- H6
- Paragraph
- ZenEditor
- ZenPropertiesDrawer
- ZenStatusBar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+4482
-642
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
135 | 139 | | |
136 | | - | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| 150 | + | |
| 151 | + | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| |||
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
| 161 | + | |
155 | 162 | | |
156 | 163 | | |
157 | 164 | | |
| |||
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
| 173 | + | |
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments