Commit Graph

4173 Commits

Author SHA1 Message Date
Philipp Kühn
1ad2b6aa78 refactoring 2018-09-29 11:57:49 +02:00
Philipp Kühn
0bcdfb8096 add hover style for suggestion item 2018-09-29 09:40:47 +02:00
Philipp Kühn
c9158e0cec move suggestions menu item 2018-09-29 09:40:36 +02:00
Philipp Kühn
4447e9845e refactoring 2018-09-29 09:28:46 +02:00
Philipp Kühn
cb2ac95a73 rename mentions to suggestions 2018-09-28 23:05:34 +02:00
Philipp Kühn
1e2651066b add tippy tooltips for mentions 2018-09-28 22:39:26 +02:00
Philipp Kühn
d089259080 refactoring 2018-09-28 13:55:34 +02:00
Philipp Kühn
5f740da53e remove type from mentions 2018-09-28 13:52:57 +02:00
Philipp Kühn
a60a851fc4 improve styling 2018-09-28 13:46:39 +02:00
Philipp Kühn
f645b9edc0 disable allow spaces for mentions 2018-09-28 13:34:46 +02:00
Philipp Kühn
b5fe141afa whitespace 2018-09-28 13:33:40 +02:00
Philipp Kühn
45db3b704c fix error 2018-09-28 13:32:36 +02:00
Philipp Kühn
bfb5783db0 add command to suggestions 2018-09-28 13:31:01 +02:00
Philipp Kühn
a8dce68290 add replacetext command 2018-09-28 12:48:09 +02:00
Philipp Kühn
aa0d5df017 fix resetting filtered users 2018-09-27 18:53:23 +02:00
Philipp Kühn
ba2be37f0f fix prevent default keybindings 2018-09-27 18:50:29 +02:00
Philipp Kühn
bf83cabafe add keydown handler for mentions 2018-09-27 13:06:24 +02:00
Philipp Kühn
56316476a9 move mention filtering to plugin 2018-09-27 11:35:32 +02:00
Philipp Kühn
55ee1b20d6 Merge branch 'master' into feature/suggestions 2018-09-27 11:00:29 +02:00
Philipp Kühn
cca52e0518 add text align example 2018-09-27 09:17:11 +02:00
Philipp Kühn
7c06b73a2d fix copying mentions 2018-09-25 09:18:02 +02:00
Philipp Kühn
07aa821d92 add text and fullText to suggestion callbacks 2018-09-25 09:01:32 +02:00
Philipp Kühn
8b9d94000d code style 2018-09-25 08:53:57 +02:00
Philipp Kühn
90ead06b46 fix filtering suggestions 2018-09-25 08:51:04 +02:00
Philipp Kühn
939e2e68bc add fuse search 2018-09-25 08:37:39 +02:00
Philipp Kühn
7f7bc60295 Merge branch 'master' into feature/suggestions 2018-09-25 08:21:11 +02:00
Philipp Kühn
19da299b0a Publish
- tiptap-extensions@0.15.0
 - tiptap@0.13.0
2018-09-25 08:09:37 +02:00
Philipp Kühn
3e20386a36 allow passing html strings to setContent 2018-09-25 08:08:51 +02:00
Philipp Kühn
a511704f49 add command for mentions 2018-09-25 07:43:21 +02:00
Philipp Kühn
b2e73fc0a4 Merge branch 'master' into feature/suggestions
# Conflicts:
#	examples/Components/App/style.scss
#	examples/Components/Subnavigation/index.vue
#	examples/main.js
#	packages/tiptap-extensions/package.json
2018-09-24 15:44:42 +02:00
Philipp Kühn
2dd2e3361e Publish
- tiptap-extensions@0.14.1
2018-09-23 08:11:45 +02:00
Philipp Kühn
f8e79f14b1 remove useless nodeview for links 2018-09-23 08:11:20 +02:00
Philipp Kühn
caa9763884 Publish
- tiptap-extensions@0.14.0
 - tiptap@0.12.1
2018-09-23 08:08:27 +02:00
Philipp Kühn
90344f117d set emitUpdate to false by default 2018-09-23 08:07:49 +02:00
Philipp Kühn
92515e2ee4 allow for returning an array of multiple commands 2018-09-23 08:04:02 +02:00
Philipp Kühn
e51141eb5e fix class name 2018-09-23 07:58:40 +02:00
Philipp Kühn
2d0d8092a1 Publish
- tiptap-extensions@0.13.0
 - tiptap@0.12.0
2018-09-19 15:25:58 +02:00
Philipp Kühn
478b1017dd add watcher for doc, add setContent function 2018-09-19 14:46:23 +02:00
Philipp Kühn
33b9ec6b95 Publish
- tiptap-extensions@0.12.1
2018-09-13 23:58:28 +02:00
Philipp Kühn
2aa7987c5e fix placeholder 2018-09-13 23:57:55 +02:00
Philipp Kühn
681417602f Publish
- tiptap-extensions@0.12.0
2018-09-13 21:34:47 +02:00
Philipp Kühn
2fbed31c8a add underline mark to readme 2018-09-13 21:33:41 +02:00
Philipp Kühn
77eac49fb1 change underline icon 2018-09-13 21:33:03 +02:00
Philipp Kühn
5e48b27372
Merge pull request #14 from Chrissi2812/underline_mark
UnderlineMark added
2018-09-13 21:31:04 +02:00
Philipp Kühn
c7655fbffd Publish
- tiptap-extensions@0.11.1
 - tiptap@0.11.1
2018-09-11 23:08:54 +02:00
Philipp Kühn
3fa5a6e7f1 fix getHTML function. do not export decorations 2018-09-11 23:06:58 +02:00
Chrissi2812
2b17cabf8f
removed Markdown support for UnderlineMark 2018-09-11 10:36:45 +02:00
Chrissi2812
2489997e91
UnderlineMark added 2018-09-11 10:36:44 +02:00
Philipp Kühn
111b9cab2e refactoring 2018-09-11 09:18:38 +02:00
Philipp Kühn
2f1edbd8c3 Publish
- tiptap-extensions@0.11.0
 - tiptap@0.11.0
2018-09-10 23:13:59 +02:00