Commit Graph

1021 Commits

Author SHA1 Message Date
Philipp Kühn
38f876c927
Merge pull request #339 from michalsnik/feature/support-inputRules-in-Image
Feature: Support `inputRules` in Image node
2019-06-04 21:22:01 +02:00
Philipp Kühn
854367b95b
Merge pull request #324 from Chrissi2812/search
add text search and replace
2019-06-04 21:15:15 +02:00
Philipp Kühn
1aff0d4097
Merge pull request #336 from iliyaZelenko/patch-5
Update index.vue
2019-06-04 21:12:00 +02:00
Chrissi2812
c33d1bf38f
fix wrong offset calculation 2019-06-03 17:24:15 +02:00
Chrissi2812
edd54f90b0
disable eslint for while loop 2019-06-03 12:52:59 +02:00
Chrissi2812
2544e40f99
added replace and replaceAll commands 2019-06-03 12:18:59 +02:00
Chrissi2812
525619ad26
default callback for custom editor events added 2019-06-03 12:16:07 +02:00
michalsnik
39fb85b48b Support inputRules in Image node 2019-06-03 11:43:53 +02:00
Илья
a510080c41
Update index.vue
According to this line https://github.com/scrumpy/tiptap/blob/master/packages/tiptap-extensions/src/extensions/Placeholder.js#L46
2019-06-01 19:24:32 +03:00
Philipp Kühn
92c4e0457c Publish
- tiptap-commands@1.10.6
 - tiptap-extensions@1.20.2
 - tiptap-utils@1.5.4
 - tiptap@1.21.0
2019-05-31 12:04:11 +02:00
Philipp Kühn
9db468748f fix sockets url 2019-05-31 12:03:14 +02:00
Philipp Kühn
85e3710131 update dependencies 2019-05-31 12:01:41 +02:00
Philipp Kühn
38f5a86d9e update dev dependencies 2019-05-31 12:00:57 +02:00
Philipp Kühn
2c86db883b add transaction event 2019-05-31 12:00:45 +02:00
Chrissi2812
3246b84229
fix emojis in search 2019-05-29 14:14:08 +02:00
Chrissi2812
016ea8f86b
use internal variable for commands to determine if search should update
Prior to this if search was closed (searching: false) the commands won't do anything.
2019-05-29 12:46:36 +02:00
Chrissi2812
a42d0113e0
add clearSearch command 2019-05-29 12:25:50 +02:00
Chrissi2812
d3514c3d36
add option to always update search results 2019-05-29 12:24:46 +02:00
Chrissi2812
0e5aa7f116
add option to disable regex searches 2019-05-29 11:25:26 +02:00
Chrissi2812
0476d35599
fix infinite loop on some RegExp 2019-05-29 11:21:40 +02:00
Chrissi2812
87995cb93c
fix decoration not updating if searching and doc changes 2019-05-29 11:05:18 +02:00
Chrissi2812
036d853378
prevent click event on spacebar
font-size had to be normalized for the menubar__buttons
2019-05-28 14:44:04 +02:00
Chrissi2812
94b2846695
focus search input on toggleSearch event 2019-05-28 13:53:15 +02:00
Chrissi2812
f19b5c8f34
add toggleSearch event 2019-05-28 13:52:40 +02:00
Chrissi2812
331ba1c36b
search across marks 2019-05-28 13:52:13 +02:00
Chrissi2812
753fc76324
fix search highlight on doc change 2019-05-28 13:51:37 +02:00
Philipp Kühn
b54a341dec
fix embed example 2019-05-27 08:57:33 +02:00
Philipp Kühn
e55b38a8f1
lol 2019-05-25 09:11:40 +02:00
Hans Pagel
09e0dc5c57
Add more repositories using tiptap 2019-05-25 02:41:07 +02:00
Chrissi2812
fc617a4d32
add text search 2019-05-23 17:53:27 +02:00
Philipp Kühn
c8fa0c69b3 Publish
- tiptap-extensions@1.20.1
 - tiptap@1.20.1
2019-05-22 20:21:06 +02:00
Philipp Kühn
813eac48e8 Merge branch 'master' of https://github.com/heyscrumpy/tiptap 2019-05-22 20:18:19 +02:00
Philipp Kühn
51ed21ddee revert changes to setContent 2019-05-22 20:18:17 +02:00
Philipp Kühn
2598c5a622
fix link 2019-05-22 19:52:03 +02:00
Philipp Kühn
8d2570e770
add section to readme 2019-05-22 19:51:29 +02:00
Philipp Kühn
0d6b01403b Publish
- tiptap-extensions@1.20.0
 - tiptap@1.20.0
2019-05-21 21:38:34 +02:00
Philipp Kühn
b7ed913860 prevent setContent if editable is set to false 2019-05-21 21:27:02 +02:00
Philipp Kühn
5c81cddff9 remove editable prop, fix #223 2019-05-21 21:22:15 +02:00
Philipp Kühn
de624c1d5f wording 2019-05-21 18:07:19 +02:00
Philipp Kühn
d28a30b498 Publish
- tiptap-extensions@1.19.10
2019-05-21 00:12:20 +02:00
Philipp Kühn
53b1d0d4df fix bug in suggestions plugin, fix #176 2019-05-21 00:11:26 +02:00
Philipp Kühn
17c06eac80 Publish
- tiptap-commands@1.10.5
 - tiptap-extensions@1.19.9
 - tiptap-utils@1.5.3
 - tiptap@1.19.8
2019-05-20 20:52:03 +02:00
Philipp Kühn
3102d00a62 update dependencies 2019-05-20 20:48:21 +02:00
Philipp Kühn
5463da5807 add missing peer dependency 2019-05-20 19:58:20 +02:00
Philipp Kühn
a4279f5762 code style 2019-05-20 19:58:11 +02:00
Philipp Kühn
aeb1b3f8b8
Merge pull request #317 from Chrissi2812/issue-4
toggle between unordered_list and ordered_list
2019-05-20 19:54:32 +02:00
Chrissi2812
2291c699ad
only lift list_item if we are currently in a list
this allows to use lists in blockquotes that are in another list.
2019-05-20 15:44:11 +02:00
Chrissi2812
a0dae562c2
prevents invalid content in toggleList
This will skip the replace step for invalid content and instead inserts a new list of selected type
2019-05-20 15:40:31 +02:00
Chrissi2812
670936a160
moved liftListItem and wrapInList methods in conditional block
this makes more sense because both functions are only called once and can't be chained as I initially thought.
2019-05-20 15:00:19 +02:00
Chrissi2812
a6baa66e89
fixed todo_lists in toggleList method 2019-05-20 14:54:25 +02:00