Commit Graph

173 Commits

Author SHA1 Message Date
Philipp Kühn
303e2f6d9c almost fix floating menu example 2018-10-23 23:44:48 +02:00
Philipp Kühn
804b44b146 fix links example 2018-10-23 23:21:45 +02:00
Philipp Kühn
a84e71cc2a fix suggestions example 2018-10-23 23:16:51 +02:00
Philipp Kühn
e66debc823 fix code highlighting example 2018-10-23 23:12:56 +02:00
Philipp Kühn
0c9d481cd2 fix export example 2018-10-23 23:05:15 +02:00
Philipp Kühn
b7e915015c fix some examples 2018-10-23 22:50:12 +02:00
Philipp Kühn
e51abf11fd fix image example 2018-10-22 21:46:45 +02:00
Philipp Kühn
7437992dd5 fix some examples 2018-10-22 21:40:12 +02:00
Philipp Kühn
b913c84b58 fix editable 2018-10-22 21:11:28 +02:00
Philipp Kühn
a2dd57ad09 fix bubble menu 2018-10-22 18:24:54 +02:00
Philipp Kühn
3718591d33 fix menububble example 2018-10-22 17:40:55 +02:00
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
Philipp Kühn
77eac49fb1 change underline icon 2018-09-13 21:33:03 +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
b48464b664 add dynamic routes 2018-09-06 23:21:21 +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
Philipp Kühn
d8ff8bc43c use strike icon from streamline icons 2018-09-06 19:15:27 +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
a134a42d7d Merge branch 'master' into feature/code-highlighting 2018-09-03 23:28:01 +02:00
Hans Pagel
d891f3e944 Merge branch 'master' of github.com:heyscrumpy/tiptap 2018-09-03 14:00:27 +02:00
Hans Pagel
0c4db7d1b5 switch router to history mode 2018-09-03 14:00:18 +02:00
Philipp Kühn
761e50f41d add something broken 2018-09-03 13:55:45 +02:00
Philipp Kühn
feb79e0648 add basic implementation of hightlight.js 2018-09-02 15:13:57 +02:00
Philipp Kühn
c716fe605f add prosemirror-suggestions 2018-09-01 20:51:17 +02:00
Philipp Kühn
d5f4129835 remove test 2018-08-31 22:36:01 +02:00
Philipp Kühn
2fbd6adbf7 wording 2018-08-31 22:18:09 +02:00
Philipp Kühn
8e2e037828 add basic image support 2018-08-31 20:42:13 +02:00
Philipp Kühn
02cee263b2 add export 2018-08-28 09:31:08 +02:00
Philipp Kühn
7d60a084a4 add favicon 2018-08-26 20:11:42 +02:00
Philipp Kühn
56bb2fb3b5 add og:image 2018-08-26 20:04:40 +02:00
Philipp Kühn
2be2a69f35 change tiptap-extensions export 2018-08-26 19:43:02 +02:00
Philipp Kühn
deb8cb33b0 move history plugin to extension package 2018-08-25 21:33:06 +02:00
Philipp Kühn
5e271df859 update demo 2018-08-25 16:43:58 +02:00
Philipp Kühn
1cca2947ce fix bug in embed example 2018-08-25 16:30:22 +02:00
Philipp Kühn
6f25288e47 add a logo 2018-08-24 23:25:36 +02:00
Philipp Kühn
6f8de01405 improve wording 2018-08-24 23:02:32 +02:00
Philipp Kühn
5ec4b6da8c limit heading for demos 2018-08-24 08:41:17 +02:00
Philipp Kühn
dcdc969fcf rename default route 2018-08-23 23:05:53 +02:00
Philipp Kühn
e2176f00fd move extensions to own package 2018-08-23 22:08:19 +02:00
Philipp Kühn
9fafc6b00f add tiptap-models 2018-08-23 11:13:59 +02:00
Philipp Kühn
29c1f22bcc replace some h1 with h2 2018-08-23 08:36:10 +02:00
Philipp Kühn
4058338bf7 disable sticky navigation for mobile 2018-08-23 08:06:09 +02:00
Philipp Kühn
daa2776ced add hero component to examples 2018-08-23 08:03:42 +02:00
Philipp Kühn
b01582f376 add subnavigation component 2018-08-23 07:53:08 +02:00
Philipp Kühn
a080c2be72 add real black 2018-08-22 23:15:26 +02:00
Philipp Kühn
cd40e8b005 wording 2018-08-22 23:14:39 +02:00
Philipp Kühn
35a2aedbcf add embed example 2018-08-22 23:12:19 +02:00
Philipp Kühn
cc0d7d1b01 add description 2018-08-22 19:33:10 +02:00
Philipp Kühn
ff8b138a3c add read only example 2018-08-22 19:28:57 +02:00
Philipp Kühn
c6fb4ce8a3 add contribute link 2018-08-22 19:22:57 +02:00
Philipp Kühn
30de9fd2ab increase bubble padding 2018-08-22 19:18:53 +02:00
Philipp Kühn
3406e47ac7 add beta tag to menu 2018-08-22 19:16:36 +02:00
Philipp Kühn
d57825adb5 add scrumpy ad 2018-08-22 19:13:14 +02:00
Philipp Kühn
db6aa4a3f9 add source code link to examples 2018-08-22 18:23:31 +02:00
Philipp Kühn
2d527aedb5 disable console output for examples 2018-08-22 16:52:55 +02:00