tiptapify 0.0.36 → 0.1.1

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.
Files changed (44) hide show
  1. package/README.md +11 -5
  2. package/dist/tiptapify.css +1 -1
  3. package/dist/tiptapify.mjs +21407 -21776
  4. package/dist/tiptapify.umd.js +49 -49
  5. package/package.json +6 -3
  6. package/src/components/Tiptapify.vue +95 -2
  7. package/src/components/Toolbar/Index.vue +10 -0
  8. package/src/components/Toolbar/Items.vue +17 -13
  9. package/src/components/editorExtensions.ts +15 -6
  10. package/src/components/index.ts +2 -1
  11. package/src/extensions/PickerEventBus.ts +32 -0
  12. package/src/extensions/components/media/charmap/Button.vue +5 -143
  13. package/src/extensions/components/media/charmap/Picker.vue +229 -0
  14. package/src/extensions/components/media/emoji/Button.vue +5 -141
  15. package/src/extensions/components/media/emoji/Picker.vue +225 -0
  16. package/src/extensions/components/media/image/ImageDialog.vue +69 -27
  17. package/src/extensions/components/slashCommands/CommandsList.vue +65 -22
  18. package/src/extensions/components/slashCommands/PickerDialog.vue +44 -0
  19. package/src/extensions/components/slashCommands/suggestion.ts +152 -105
  20. package/src/extensions/slash-commands.ts +169 -9
  21. package/src/i18n/locales/ar.json +3 -2
  22. package/src/i18n/locales/ch.json +3 -2
  23. package/src/i18n/locales/cz.json +3 -2
  24. package/src/i18n/locales/de.json +3 -2
  25. package/src/i18n/locales/es.json +3 -2
  26. package/src/i18n/locales/fi.json +3 -2
  27. package/src/i18n/locales/fr.json +3 -2
  28. package/src/i18n/locales/hu.json +3 -2
  29. package/src/i18n/locales/it.json +3 -2
  30. package/src/i18n/locales/ja.json +3 -2
  31. package/src/i18n/locales/ko.json +3 -2
  32. package/src/i18n/locales/la.json +3 -2
  33. package/src/i18n/locales/lt.json +3 -2
  34. package/src/i18n/locales/nl.json +3 -2
  35. package/src/i18n/locales/pl.json +3 -2
  36. package/src/i18n/locales/pt.json +3 -2
  37. package/src/i18n/locales/ru.json +3 -2
  38. package/src/i18n/locales/se.json +3 -2
  39. package/src/i18n/locales/th.json +3 -2
  40. package/src/i18n/locales/tr.json +3 -2
  41. package/src/i18n/locales/{ua.json → uk.json} +3 -2
  42. package/src/i18n/locales/vi.json +3 -2
  43. package/src/types/slashCommandsTypes.ts +19 -0
  44. package/src/types/toolbarTypes.ts +1 -1
package/README.md CHANGED
@@ -1,13 +1,19 @@
1
1
  # Tiptapify
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/tiptapify.svg)](https://www.npmjs.com/package/tiptapify)
4
+ [![npm](https://img.shields.io/npm/dw/tiptapify.svg)](https://www.npmjs.com/package/tiptapify)
5
+ [![GitHub](https://img.shields.io/github/license/ivoyt/tiptapify)](./LICENSE)
6
+
3
7
  ---
4
8
 
5
- [Tiptap](https://tiptap.dev) 3 editor for Vue3 with [Vuetify](https://vuetifyjs.com) toolbar implementation
9
+ [Tiptap 3 Editor](https://tiptap.dev) [Vuetify](https://vuetifyjs.com) toolbar implementation
6
10
 
7
11
  ## Status
8
- *Alpha*
12
+ *Beta*
13
+
14
+ ## Live Demo
9
15
 
10
- *Not production ready (yet) - may contain bugs and internal logic may change*
16
+ [View Documentation & Demo](https://ivoyt.github.io/tiptapify)
11
17
 
12
18
  ## Requirements
13
19
  - Vue 3.x
@@ -156,10 +162,10 @@ Found a bug or have ideas on improvement? Feel free to [create a ticket](https:/
156
162
  - [x] option to provide custom extension
157
163
  - [x] iframe extension
158
164
  - [x] charmap extension
165
+ - [x] demo
166
+ - [x] documentation
159
167
  - [ ] extended video extensions
160
168
  - [ ] print hotkey in a tooltip
161
- - [ ] demo
162
- - [ ] documentation
163
169
  - [ ] AI features
164
170
 
165
171
  ## Licence