Commit Graph

407 Commits

Author SHA1 Message Date
Philipp Kühn
d9b2e2054d
Merge branch 'master' into markdown-paste 2019-02-01 17:56:22 +01:00
Philipp Kühn
bc2a37df94
Merge pull request #185 from Chrissi2812/inputrule-hr
added markdown rule for horizontal line
2019-02-01 17:55:11 +01:00
Philipp Kühn
996b3c4dde fix a bug for removing code blocks 2019-02-01 17:54:35 +01:00
Chrissi2812
e27d65390b
inputrule for horizonal-line 2019-01-31 16:24:52 +01:00
Chrissi2812
027a4db452
added pasteRules to marks 2019-01-31 15:11:16 +01:00
Chrissi2812
e0fbea0734
added pasteRules to extension class 2019-01-31 15:10:55 +01:00
Chrissi2812
983643f789
added markdown handler for marks 2019-01-31 15:09:05 +01:00
Philipp Kühn
fce6d9dac9 improve performance for codeblocks with highlight.js 2019-01-31 11:46:32 +01:00
Philipp Kühn
8d44a4c6fc Publish
- tiptap-extensions@1.10.1
 - tiptap@1.10.1
2019-01-30 17:17:18 +01:00
Philipp Kühn
b032ea11ac allow paste events for node views 2019-01-30 17:16:34 +01:00
Philipp Kühn
2766a8317c Publish
- tiptap-extensions@1.10.0
 - tiptap@1.10.0
2019-01-30 09:05:58 +01:00
Philipp Kühn
d2414a2d06 pass extension options to node views as prop 2019-01-30 09:05:08 +01:00
Philipp Kühn
a5f86c257f Publish
- tiptap-extensions@1.9.0
 - tiptap@1.9.0
2019-01-29 09:37:12 +01:00
Philipp Kühn
89bdef6441 add editorProps to options 2019-01-29 09:31:26 +01:00
Philipp Kühn
118e7ebd00 Publish
- tiptap-commands@1.4.0
 - tiptap-extensions@1.8.0
 - tiptap-utils@1.1.1
 - tiptap@1.8.0
2019-01-19 10:36:16 +01:00
Philipp Kühn
c4e0bbeaf4 fix eslint warning 2019-01-19 10:33:58 +01:00
Philipp Kühn
eee08508a2 add tabindex property to editor, fixed #115 2019-01-19 10:28:35 +01:00
Philipp Kühn
3b87dc9e57 add horizontal rule, fix #170 2019-01-19 09:57:46 +01:00
Philipp Kühn
0cf905abb9 fix a bug for getting mark range, fix #156 2019-01-19 09:29:15 +01:00
Philipp Kühn
1e9b862920 update prosemirror dependencies 2019-01-19 09:02:06 +01:00
Philipp Kühn
50e37fca5e Publish
- tiptap-extensions@1.7.0
 - tiptap@1.7.0
2019-01-01 22:32:42 +01:00
Philipp Kühn
2d3cc14bcf add autoFocus option, close #149 2019-01-01 22:29:08 +01:00
Philipp Kühn
cd1bcc2f08 add selected prop for nodeviews 2019-01-01 20:15:13 +01:00
Philipp Kühn
f8b1bd5df7 add transaction to update event 2019-01-01 17:51:57 +01:00
Philipp Kühn
8197b0d3bb activate draggable for todo items 2018-12-20 10:33:47 +01:00
Philipp Kühn
b6e631a918 Publish
- tiptap-extensions@1.6.0
 - tiptap@1.6.0
2018-12-20 08:22:20 +01:00
Philipp Kühn
a7fafd5564
Merge branch 'master' into add-dropcursor 2018-12-20 08:13:37 +01:00
Philipp Kühn
19163370f5 Publish
- tiptap-commands@1.3.0
 - tiptap-extensions@1.5.0
 - tiptap-utils@1.1.0
 - tiptap@1.5.0
2018-12-19 23:15:54 +01:00
Philipp Kühn
4113ac6c68 add original event to focus and blur event 2018-12-19 23:13:58 +01:00
Philipp Kühn
02ff0034c1 allow setOptions updating options 2018-12-19 22:59:57 +01:00
Philipp Kühn
db15c18541 update dependencies 2018-12-19 21:57:03 +01:00
Philipp Kühn
5b16a8d371
Merge pull request #127 from vanpav/placeholder-text
Placeholder text
2018-12-19 21:51:34 +01:00
Chrissi2812
fda883ef5b
adding configuration for dropCursor 2018-12-19 09:10:30 +01:00
Chrissi2812
751e6984fe
added drop cursor
closes #140
2018-12-18 13:21:28 +01:00
Hans Pagel
a48ac55d4f update github repository URL 🎉 2018-12-11 10:44:19 +01:00
Ivan
00a691ed14
Update Placeholder.js 2018-12-10 15:55:20 +03:00
Ivan
6e78cc90b9
Update Placeholder.js 2018-12-10 15:46:22 +03:00
Philipp Kühn
b147760546 Publish
- tiptap-extensions@1.4.0
 - tiptap@1.4.0
2018-12-09 11:13:03 +01:00
Philipp Kühn
5a832238b4 update dependencies 2018-12-07 23:04:25 +01:00
Philipp Kühn
dbcbd0f75e fix insert mentions via command 2018-12-07 22:48:17 +01:00
Philipp Kühn
5c3de80ba6
Merge pull request #120 from Chrissi2812/table-support
Adding Table Support
2018-12-07 20:46:44 +01:00
Philipp Kühn
a6f4e896dc
Merge pull request #122 from vanpav/mention-extend
Mention extend
2018-12-07 20:45:38 +01:00
Ivan
f126b6a4ed
Mention extend 2018-12-07 21:12:35 +03:00
Ivan
fe6b1bee2d
Escape Suggestion trigger char 2018-12-07 21:05:10 +03:00
Chrissi2812
ce94d0641d
added toggleCellMerge and changed example to use it
If all selected cells are merged than the next call will split them.
2018-12-07 10:52:48 +01:00
Chrissi2812
c830768b3b
Adding Table Support 2018-12-06 18:18:59 +01:00
Philipp Kühn
19202f25f0 Publish
- tiptap-commands@1.2.0
 - tiptap-extensions@1.3.0
 - tiptap@1.3.0
2018-11-26 11:22:03 +01:00
Philipp Kühn
5ed84cb511 rename function 2018-11-26 11:17:24 +01:00
Philipp Kühn
d27b0deb6a add paste rules 2018-11-26 11:11:39 +01:00
Philipp Kühn
df402a66ad Publish
- tiptap-extensions@1.2.1
 - tiptap@1.2.1
2018-11-23 11:12:05 +01:00
Philipp Kühn
bea76b23ec expoprt Doc, Paragraph, Text 2018-11-23 11:11:32 +01:00
Philipp Kühn
cddc512cd8 Publish
- tiptap-commands@1.1.0
 - tiptap-extensions@1.2.0
 - tiptap@1.2.0
2018-11-22 22:55:48 +01:00
Philipp Kühn
06b7446f2a add mention command 2018-11-22 22:48:06 +01:00
Philipp Kühn
2bbfab2f8f range is optional for replaceText command 2018-11-22 22:48:00 +01:00
Philipp Kühn
3b2d98fcbb Publish
- tiptap-extensions@1.1.0
 - tiptap@1.1.0
2018-11-22 21:57:40 +01:00
Philipp Kühn
e478c1aeb1 add useBuiltInExtensions option 2018-11-22 21:56:19 +01:00
Philipp Kühn
9cb9a895e4 Publish
- tiptap-extensions@1.0.5
 - tiptap@1.0.5
2018-11-16 17:22:51 +01:00
Philipp Kühn
f27bd6475a fix a bug in ie11 2018-11-16 17:22:05 +01:00
Philipp Kühn
d88db5866a Publish
- tiptap-extensions@1.0.4
 - tiptap@1.0.4
2018-11-16 14:18:32 +01:00
Philipp Kühn
d16174c060 do not render node views twice 2018-11-16 14:17:56 +01:00
Philipp Kühn
abfc9d5331 improved error handling for invalid content 2018-11-16 14:12:25 +01:00
Philipp Kühn
41a6fd54c5 Publish
- tiptap-extensions@1.0.3
 - tiptap@1.0.3
2018-11-16 11:57:18 +01:00
Philipp Kühn
6e5c2cb8bf upgraded dependencies 2018-11-16 11:54:34 +01:00
Philipp Kühn
bd03c890a0 rename file again 2018-11-14 18:18:53 +01:00
Philipp Kühn
e09d30a72f rename file 2018-11-14 18:18:37 +01:00
Philipp Kühn
cc6da291ed rename folders again 2018-11-14 18:16:12 +01:00
Philipp Kühn
7538dcb425 rename folders 2018-11-14 18:15:45 +01:00
Philipp Kühn
b3826ef0c4 add something 2018-11-14 18:02:36 +01:00
Philipp Kühn
72e5123cf3 lol 2018-11-14 17:52:27 +01:00
Philipp Kühn
902083ec1a Publish
- tiptap-extensions@1.0.2
 - tiptap@1.0.2
2018-11-14 17:38:55 +01:00
Philipp Kühn
57b9c77e28 fix a bug in editor-content component 2018-11-14 17:38:07 +01:00
Philipp Kühn
a4df927d64 Publish
- tiptap-commands@1.0.1
 - tiptap-extensions@1.0.1
 - tiptap-utils@1.0.1
 - tiptap@1.0.1
2018-11-14 16:24:19 +01:00
Philipp Kühn
5ae0a40855 fix peer dependencies 2018-11-14 16:23:35 +01:00
Philipp Kühn
eb7fe0c837 Publish
- tiptap-commands@1.0.0
 - tiptap-extensions@1.0.0
 - tiptap-utils@1.0.0
 - tiptap@1.0.0
2018-11-14 16:01:29 +01:00
Philipp Kühn
21c8ad852a improve link handling 2018-11-14 15:55:13 +01:00
Philipp Kühn
4637ccfaf3 refactoring 2018-11-14 12:14:19 +01:00
Philipp Kühn
632c176164 improve updating props for nodeviews 2018-11-14 12:09:07 +01:00
Philipp Kühn
39a8ab6d5b do not update props anymore 2018-11-14 11:47:32 +01:00
Philipp Kühn
ca0144cfc3 refactoring 2018-11-14 10:58:14 +01:00
Philipp Kühn
ba8c3dce59 rename files again 2018-11-14 10:46:13 +01:00
Philipp Kühn
d1f62a3732 rename files 2018-11-14 10:45:35 +01:00
Philipp Kühn
290442829d refactoring 2018-11-14 10:45:13 +01:00
Philipp Kühn
a224b53c5a whitespace 2018-11-14 10:28:35 +01:00
Philipp Kühn
0f15b14ca4 refactoring 2018-11-14 10:22:42 +01:00
Philipp Kühn
d6c4c236a3 change isActive behavior 2018-11-14 10:05:34 +01:00
Philipp Kühn
55833ddc44 rename function 2018-11-14 09:38:04 +01:00
Philipp Kühn
a44b31c939 add update callback test 2018-11-14 00:00:21 +01:00
Philipp Kühn
c0d853ff0e add init test 2018-11-13 23:54:42 +01:00
Philipp Kühn
6cf66e2c7f add a few tests 2018-11-13 23:46:44 +01:00
Philipp Kühn
5f69ac2416 add focus and blur event 2018-11-12 23:15:18 +01:00
Philipp Kühn
9755dd3cc1 refactoring 2018-11-12 23:00:14 +01:00
Philipp Kühn
8c060d71a5 add init event 2018-11-12 22:58:39 +01:00
Philipp Kühn
7dfbb11311 add some tests 2018-11-12 20:55:55 +01:00
Philipp Kühn
2c2f26a7c6 add plugins folder 2018-11-11 23:18:48 +01:00
Philipp Kühn
178abfa8c5 move tests 2018-11-11 23:13:59 +01:00
Philipp Kühn
fe8a21ce7c add setParent method to rerender node views 2018-11-11 22:44:16 +01:00
Philipp Kühn
0eba7b48b5 fix lint error 2018-11-09 23:01:33 +01:00
Philipp Kühn
35880251cd add first test with jest 2018-11-09 23:01:23 +01:00
Philipp Kühn
181cebc8f2 pass extension to component view 2018-11-09 21:55:54 +01:00
Philipp Kühn
cb2617d439 renamed some components 2018-11-08 22:44:07 +01:00
Philipp Kühn
6e38c5abac upgrade dependencies 2018-11-08 22:22:05 +01:00
Philipp Kühn
f04a6be6c1 tabs to spaces whitespace 2018-11-08 22:03:10 +01:00
Philipp Kühn
807c2a3d23 remove legacy code 2018-11-08 21:43:44 +01:00
Philipp Kühn
e8fcc8916a Merge branch 'master' into v1.0
# Conflicts:
#	examples/Components/Routes/Basic/index.vue
#	examples/Components/Routes/Export/index.vue
#	examples/Components/Routes/MarkdownShortcuts/index.vue
#	examples/Components/Routes/Suggestions/index.vue
2018-11-08 21:41:33 +01:00
Philipp Kühn
107d628ba8 Publish
- tiptap-extensions@0.23.0
2018-11-08 16:53:45 +01:00
Philipp Kühn
42c177f59e allow functions for items in mention node 2018-11-08 16:50:23 +01:00
Philipp Kühn
c5d7ef4e79 fix whitespace 2018-11-08 16:40:45 +01:00
Philipp Kühn
d90839a74a Publish
- tiptap-commands@0.7.1
 - tiptap-extensions@0.22.2
 - tiptap-utils@0.4.1
 - tiptap@0.20.1
2018-11-05 23:51:25 +01:00
Philipp Kühn
f01d641e4b fix active check for ordered list, fix #78 2018-11-05 23:50:28 +01:00
Philipp Kühn
e7e1a9f76e Publish
- tiptap-extensions@0.22.1
2018-11-05 23:32:52 +01:00
Philipp Kühn
b7770bb747 fix pasting list items 2018-11-05 23:32:18 +01:00
Philipp Kühn
583c890624 Merge branch 'master' into v1.0 2018-11-05 20:58:09 +01:00
Philipp Kühn
cdef54c55e Publish
- tiptap-extensions@0.22.0
 - tiptap@0.20.0
2018-11-05 20:55:08 +01:00
Philipp Kühn
77e30cad4a add parent to nodeviews 2018-11-05 20:53:51 +01:00
Philipp Kühn
32c62b85ca add renderless MenuBar 2018-11-04 22:43:26 +01:00
Philipp Kühn
d4f6708daa add renderless FloatingMenu 2018-11-04 19:46:09 +01:00
Philipp Kühn
c2d8e15530 add renderless MenuBubble 2018-11-04 18:00:37 +01:00
Philipp Kühn
bc4a5743ff Merge branch 'master' into v1.0 2018-11-04 13:15:11 +01:00
Philipp Kühn
21ed0761e7 Publish
- tiptap-extensions@0.21.1
2018-11-01 07:44:52 +01:00
Philipp Kühn
45fa5a01d4 fix char for mentions 2018-11-01 07:44:22 +01:00
Philipp Kühn
06bb2ab802 fix linting error 2018-10-30 22:49:50 +01:00
Philipp Kühn
681c685287 refactoring 2018-10-30 22:46:11 +01:00
Philipp Kühn
35cc0a285f remove unused file 2018-10-30 22:43:17 +01:00
Philipp Kühn
f64bf9e2ff focus view before command 2018-10-30 09:45:21 +01:00
Philipp Kühn
69a3b22e54 check for editable on commands 2018-10-30 09:44:21 +01:00
Philipp Kühn
e608808c27 fix link example 2018-10-29 23:58:07 +01:00
Philipp Kühn
68793ea385 fix some examples 2018-10-29 23:31:13 +01:00
Philipp Kühn
253596fb35 add isActive function 2018-10-29 23:13:45 +01:00
Philipp Kühn
e66218bd95 add new command syntax to examples 2018-10-28 22:57:05 +01:00
Philipp Kühn
1e88fa1cb6 remove old commands 2018-10-28 22:17:21 +01:00
Philipp Kühn
dcba6686dc add new commands to all extensions 2018-10-28 21:59:08 +01:00
Philipp Kühn
d2519c2953 add basic new commands 2018-10-28 19:26:14 +01:00
Philipp Kühn
11bb74babb refactoring 2018-10-24 08:00:36 +02:00
Philipp Kühn
bde1527eff replace maxLevels option with levels for heading node 2018-10-24 07:58:08 +02:00
Philipp Kühn
6b03315e59 rename all extensions (drop suffix) 2018-10-24 07:46:47 +02:00
Philipp Kühn
787892dd4c fix floating menu example 2018-10-23 23:53:21 +02:00
Philipp Kühn
303e2f6d9c almost fix floating menu example 2018-10-23 23:44:48 +02:00
Philipp Kühn
0c9d481cd2 fix export example 2018-10-23 23:05:15 +02:00
Philipp Kühn
aecf2284e9 move some functions 2018-10-23 20:49:30 +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
b7bda1bae3 refactoring 2018-10-22 08:32:59 +02:00
Philipp Kühn
a0aef41dab unwrap content div 2018-10-21 23:07:30 +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
8b7b74f5b3 Publish
- tiptap-extensions@0.21.0
 - tiptap@0.19.0
2018-10-13 23:42:32 +02:00