Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2022-02-16 19:27:05 +0300
committerMax <max@nextcloud.com>2022-03-01 12:27:00 +0300
commit1ec5379acc164c8d8be7729044140507f74116f5 (patch)
tree1e68fd382eef109805fb59d718d6c0c70db9ba53 /package.json
parentf2d8579668b40eb65c244577cceebeebcf651579 (diff)
Add emoji autocompletion (#987)
Adds emoji autocompletion by typing `:<search_string>`. It utilizes the emoji functions from nextcloud-vue[1] and the TipTap suggestions extension. [1] https://github.com/nextcloud/nextcloud-vue/pull/1474 Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5ca3524d6..f2bd2e8d1 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,7 @@
"@tiptap/extension-strike": "^2.0.0-beta.26",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/extension-underline": "^2.0.0-beta.22",
+ "@tiptap/suggestion": "^2.0.0-beta.90",
"@tiptap/vue-2": "^2.0.0-beta.69",
"core-js": "^3.21.1",
"entities": "^3.0.1",
@@ -74,6 +75,7 @@
"prosemirror-utils": "^1.0.0-0",
"prosemirror-view": "^1.23.7",
"proxy-polyfill": "^0.3.2",
+ "tippy.js": "^6.3.7",
"vue": "^2.6.14",
"vue-click-outside": "^1.0.7",
"vue-material-design-icons": "^5.0.0",