Commit Graph

98 Commits

Author SHA1 Message Date
Philipp Kühn
9ec3d82d12 fix basic example 2018-10-22 08:43:48 +02:00
Philipp Kühn
1d7288d08d add menubar component 2018-10-21 22:44:13 +02:00
Philipp Kühn
3d866d9c1c add some old functions 2018-10-21 21:55:24 +02:00
Philipp Kühn
d5e25de018 start moving everything to components 2018-10-21 15:50:10 +02:00
Philipp Kühn
287a2bc523 add more buttons to floating menu 2018-10-14 09:05:04 +02:00
Philipp Kühn
82f3fbc674 fix default style for floating menu 2018-10-14 08:57:31 +02:00
Philipp Kühn
7969a76a6b add transition to floating menu 2018-10-14 08:56:26 +02:00
Philipp Kühn
9ae7e466d8 add floating menu 2018-10-13 23:41:54 +02:00
Philipp Kühn
7bba2d653e refactoring 2018-10-13 18:43:59 +02:00
Erick Wilder
27e473c2a4 refactor(tiptap-extensions): Do not import the full lowlight library.
BREAKING CHANGE: `CodeBlockHighlight` was importing the full `lowlight` libraries, including _all_
syntax highlightning definitions from `highlight.js`. The new behavior changes the signature of
`CodeBlockHighlight` to accept an object with all syntax highlightning definitions. This means that
now the user of the library __MUST__ import languages themselves and tiptap will no longer
bundle the full `highlight.js` in itself.
2018-10-13 16:22:33 +02:00
Philipp Kühn
27fa310937 add blockquote button to demo 2018-10-10 14:48:44 +02:00
Philipp Kühn
8914a77980 fix focus after selecting suggestion on mobile 2018-10-02 18:12:31 +02:00
Philipp Kühn
efdf45de4c add command for adding images 2018-09-29 22:49:38 +02:00
Philipp Kühn
38ee7cbd62 improve suggestion styling 2018-09-29 12:58:40 +02:00
Philipp Kühn
640094171e wording 2018-09-29 12:34:11 +02:00
Philipp Kühn
7728ca1de0 refactoring 2018-09-29 12:33:18 +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
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
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
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
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
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
478b1017dd add watcher for doc, add setContent function 2018-09-19 14:46:23 +02:00
Philipp Kühn
2aa7987c5e fix placeholder 2018-09-13 23:57:55 +02:00
Chrissi2812
2489997e91
UnderlineMark added 2018-09-11 10:36:44 +02:00
Philipp Kühn
fbe61109e9 refactoring 2018-09-06 23:29:00 +02:00
Philipp Kühn
f63f300e38 remove some unused extensions from demo examples 2018-09-06 23:18:30 +02:00
Philipp Kühn
35fb23141a update placeholder example 2018-09-06 23:01:52 +02:00
Philipp Kühn
db61d67156 add placeholder extension 2018-09-06 22:58:54 +02:00
Chrissi2812
e91c76334d
StrikeMark added 2018-09-06 12:29:09 +02:00
Philipp Kühn
20a7a490e9 pass extension option to plugin 2018-09-05 22:09:18 +02:00
Philipp Kühn
0e3810bca0 Merge branch 'master' into feature/suggestions
# Conflicts:
#	packages/tiptap-extensions/package.json
2018-09-04 23:12:00 +02:00
Philipp Kühn
518413e33f remove one code example 2018-09-04 22:54:08 +02:00
Philipp Kühn
761e50f41d add something broken 2018-09-03 13:55:45 +02:00