Philipp Kühn
afd959be6c
Publish
...
- tiptap-commands@1.10.10
- tiptap-extensions@1.24.3
- tiptap-utils@1.5.8
- tiptap@1.23.3
2019-07-19 23:49:21 +02:00
Philipp Kühn
526f11363d
update dependencies
2019-07-19 23:48:00 +02:00
Philipp Kühn
136ed30529
Publish
...
- tiptap-extensions@1.24.2
- tiptap@1.23.2
2019-07-11 23:46:26 +02:00
Philipp Kühn
8c5926e7c7
Publish
...
- tiptap-commands@1.10.9
- tiptap-extensions@1.24.1
- tiptap-utils@1.5.7
- tiptap@1.23.1
2019-07-10 09:27:54 +02:00
Philipp Kühn
df29153dba
Merge pull request #382 from Aaron3/patch-1
...
Switch check from !isMac to isWindows for specificity.
2019-07-10 09:26:11 +02:00
Philipp Kühn
34f4ac75a9
update dependencies
2019-07-10 08:46:10 +02:00
Aaron
8c9676402b
Switch check from !isMac to isWindows for specificity.
...
Only Windows uses Mod+y, this avoids adding the shortcut to other operating systems (such as Linux or iOS).
This adds better support for spoofed user-agents when testing mobile sites on desktop devices.
You could also add `|| /Pocket/.test(navigator.platform)` but it really is optional
2019-07-10 09:25:25 +03:00
Philipp Kühn
92b2f8a4ad
Publish
...
- tiptap-extensions@1.24.0
- tiptap@1.23.0
2019-06-27 22:33:06 +02:00
Philipp Kühn
5dd7301e62
add support for a custom drag handle for node views
2019-06-27 22:32:20 +02:00
Philipp Kühn
54789dd556
Publish
...
- tiptap-extensions@1.23.3
- tiptap@1.22.7
2019-06-27 20:03:40 +02:00
Philipp Kühn
54ae2d4a17
Publish
...
- tiptap-extensions@1.23.2
- tiptap@1.22.6
2019-06-26 19:45:31 +02:00
Philipp Kühn
447b9e8ba6
Publish
...
- tiptap-extensions@1.23.1
- tiptap@1.22.5
2019-06-24 11:57:35 +02:00
Philipp Kühn
2b9d9487b3
Publish
...
- tiptap-extensions@1.23.0
2019-06-21 22:40:22 +02:00
Philipp Kühn
0f17abeee6
add dynamic empty text option for placeholder extension
2019-06-21 22:36:48 +02:00
Philipp Kühn
b64eca7ab5
improve placeholder extension
2019-06-21 22:26:12 +02:00
Philipp Kühn
569bf38fc2
Publish
...
- tiptap-extensions@1.22.4
- tiptap@1.22.4
2019-06-17 20:45:55 +02:00
Philipp Kühn
cd485bba16
Publish
...
- tiptap-commands@1.10.8
- tiptap-extensions@1.22.3
- tiptap-utils@1.5.6
- tiptap@1.22.3
2019-06-12 22:31:50 +02:00
Philipp Kühn
e44f0a2255
update dependencies
2019-06-12 21:43:59 +02:00
Philipp Kühn
ebf58c3ab0
Publish
...
- tiptap-extensions@1.22.2
- tiptap@1.22.2
2019-06-11 07:23:26 +02:00
Philipp Kühn
134c4c0132
Publish
...
- tiptap-extensions@1.22.1
- tiptap@1.22.1
2019-06-08 23:52:58 +02:00
Philipp Kühn
728ef2cef9
Publish
...
- tiptap-extensions@1.22.0
- tiptap@1.22.0
2019-06-07 14:41:25 +02:00
Philipp Kühn
d2e454dddd
Publish
...
- tiptap-commands@1.10.7
- tiptap-extensions@1.21.0
- tiptap-utils@1.5.5
- tiptap@1.21.1
2019-06-04 22:46:09 +02:00
Philipp Kühn
5c9948a330
search again after replace, fix edge case
2019-06-04 22:35:06 +02:00
Philipp Kühn
61e6f2f095
code style
2019-06-04 22:22:44 +02:00
Philipp Kühn
d759eb4d9d
remove toggleSearch command
2019-06-04 22:20:27 +02:00
Philipp Kühn
e7513793dd
update dependencies
2019-06-04 21:55:38 +02:00
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
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
michalsnik
39fb85b48b
Support inputRules in Image node
2019-06-03 11:43:53 +02: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
85e3710131
update dependencies
2019-05-31 12:01:41 +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
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
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
0d6b01403b
Publish
...
- tiptap-extensions@1.20.0
- tiptap@1.20.0
2019-05-21 21:38:34 +02:00
Philipp Kühn
5c81cddff9
remove editable prop, fix #223
2019-05-21 21:22:15 +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
c3bd68d128
Publish
...
- tiptap-extensions@1.19.8
- tiptap@1.19.7
2019-05-20 00:02:34 +02:00
Philipp Kühn
36cb6553f8
Publish
...
- tiptap-extensions@1.19.7
- tiptap@1.19.6
2019-05-18 21:45:35 +02:00
Philipp Kühn
9f3e101c2b
Publish
...
- tiptap-extensions@1.19.6
- tiptap@1.19.5
2019-05-18 00:27:40 +02:00
Philipp Kühn
78e6b703ff
Publish
...
- tiptap-commands@1.10.4
- tiptap-extensions@1.19.5
- tiptap@1.19.4
2019-05-17 12:18:47 +02:00
Philipp Kühn
44a376704b
update dependencies
2019-05-17 11:31:06 +02:00
Philipp Kühn
5c9f121115
Publish
...
- tiptap-commands@1.10.3
- tiptap-extensions@1.19.4
- tiptap@1.19.3
2019-05-15 23:13:25 +02:00
Philipp Kühn
ac6b7dc5ca
update dependencies
2019-05-15 22:02:54 +02:00
Philipp Kühn
d9d4f432cb
Publish
...
- tiptap-extensions@1.19.3
2019-05-15 10:54:56 +02:00
Chrissi2812
9a86801973
change table resizable default to false
2019-05-15 10:43:34 +02:00
Chrissi2812
20bcffc94a
change order of methods to match other extensions
2019-05-15 09:52:09 +02:00
Chrissi2812
39f942aca8
adding option to disable resizing of tables
...
closes #310
2019-05-15 09:38:16 +02:00
Philipp Kühn
b61bec8bb9
fix #311
2019-05-13 23:27:31 +02:00
Philipp Kühn
e881d0a6a4
Publish
...
- tiptap-commands@1.10.2
- tiptap-extensions@1.19.2
- tiptap-utils@1.5.2
- tiptap@1.19.2
2019-05-13 13:04:19 +02:00
Philipp Kühn
5c38a6080d
update dependencies
2019-05-13 12:55:19 +02:00
Philipp Kühn
a49a6314d7
Publish
...
- tiptap-commands@1.10.1
- tiptap-extensions@1.19.1
- tiptap-utils@1.5.1
- tiptap@1.19.1
2019-05-10 15:47:09 +02:00
Philipp Kühn
71ae9807be
update dependencies
2019-05-10 15:46:01 +02:00
Philipp Kühn
80144815a9
pass editor to sendable hook
2019-05-10 15:37:21 +02:00
Philipp Kühn
a1f94056cf
do not allow other marks within code
2019-05-10 14:56:50 +02:00
Philipp Kühn
7b0de21a3a
Publish
...
- tiptap-commands@1.10.0
- tiptap-extensions@1.19.0
- tiptap-utils@1.5.0
- tiptap@1.19.0
2019-05-09 10:55:49 +02:00
Philipp Kühn
8080ae2d43
update dependencies
2019-05-09 10:46:41 +02:00
Philipp Kühn
4c6ec7a231
Merge pull request #285 from StickyKnow/fix-italic-rules
...
fix pasteRules and InputRules for italic mark
2019-05-09 10:33:21 +02:00
Christoph Flathmann
5d2fac08f1
Merge branch 'master' into issue-232
2019-05-08 13:34:12 +02:00
Chrissi2812
1332a24ad6
use splitToDefaultListItem again in todo_item
...
splitToDefaultListItem didn't worked before with nested todos
because of a missing import statement
2019-05-08 13:27:08 +02:00
Chrissi2812
fc41ff36de
allow nested todo_lists via options on todo_item
2019-05-08 12:26:13 +02:00
Marius Tolzmann
98cf0e425a
fix markInputRules for italics mark
...
add another layer of matching by introducing support for second match group
since javascript (at least in current browsers) still lacks lookbehind in regex
so now supports
/nomatch(markstart(text)markend)nomatch/ and still supports the
/markstart(text)markend/ syntax
all `nomatch` will be kept as is so kindof simulating lookbehinds
2019-05-07 23:08:06 +02:00
Marius Tolzmann
b0c28da3c1
fix pasteRules for italic mark
...
fixes #284
2019-05-07 17:14:13 +02:00
Chrissi2812
ff445f13aa
no nested blocks in TodoItem
2019-05-07 15:47:48 +02:00
Chrissi2812
16963175c7
fix TransformError: Inconsistent open depths on TodoItems
2019-05-07 13:14:00 +02:00
Philipp Kühn
0c3b6e4cd6
Publish
...
- tiptap-commands@1.9.1
- tiptap-extensions@1.18.1
- tiptap-utils@1.4.1
- tiptap@1.18.1
2019-05-07 08:00:53 +02:00
Philipp Kühn
b70c8d235c
Merge pull request #287 from StickyKnow/fix-link-pattern
...
fix link pattern to also detect new (longer) top level domains
2019-05-07 07:50:18 +02:00
Philipp Kühn
e4dd55d08b
fix missing peer dependency
2019-05-06 17:26:41 +02:00
Philipp Kühn
fe73a9aaff
update dependencies
2019-05-06 13:52:48 +02:00
Philipp Kühn
a44a4e7d39
Publish
...
- tiptap-commands@1.9.0
- tiptap-extensions@1.18.0
- tiptap@1.18.0
2019-05-06 10:28:28 +02:00
Philipp Kühn
d0da644b90
remove @babel/plugin-proposal-class-properties
2019-05-06 10:27:40 +02:00
Marius Tolzmann
d8cc84bde9
fix link pattern to also detect new (longer) top level domains
2019-05-06 06:46:10 +02:00
Philipp Kühn
76dca53d80
send only json steps
2019-05-05 21:47:52 +02:00
Philipp Kühn
055d72be26
wording
2019-05-04 12:21:16 +02:00
Philipp Kühn
fc42cba033
remove lodash
2019-05-04 12:20:34 +02:00
Philipp Kühn
0a98827b4c
refactoring
2019-05-04 10:54:53 +02:00
Philipp Kühn
55e5a4a3ae
move collab extension
2019-05-04 00:25:14 +02:00
Chrissi2812
e768dc24c8
fixes #232 : Clicking toolbar TodoItem lifts TodoItem
2019-05-03 10:31:27 +02:00
Philipp Kühn
0e59e0cc0c
Publish
...
- tiptap-commands@1.8.0
- tiptap-extensions@1.17.0
- tiptap-utils@1.4.0
- tiptap@1.17.0
2019-04-30 20:16:04 +02:00
Philipp Kühn
5e6d60c3fe
update dependencies
2019-04-30 16:19:38 +02:00
Chrissi2812
44dc5337dc
fix #275 : link click handler no longer open on selection click
2019-04-29 15:24:03 +02:00
Philipp Kühn
cf7ff907a1
Publish
...
- tiptap-extensions@1.16.2
- tiptap@1.16.2
2019-04-19 15:26:26 +02:00
Philipp Kühn
36f39f1d7a
Publish
...
- tiptap-extensions@1.16.1
- tiptap@1.16.1
2019-04-19 12:19:40 +02:00
Philipp Kühn
576c0b2910
update dependencies
2019-04-19 12:16:45 +02:00