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
Philipp Kühn
3e1dbf7d9e
Publish
...
- tiptap-extensions@1.16.0
- tiptap@1.16.0
2019-04-17 23:34:10 +02:00
Philipp Kühn
cd0d00d604
open links by default
2019-04-17 23:33:10 +02:00
Philipp Kühn
6bd44103fb
Publish
...
- tiptap-commands@1.7.1
- tiptap-extensions@1.15.1
- tiptap@1.15.1
2019-04-17 23:02:31 +02:00
Philipp Kühn
561d717ff8
Publish
...
- tiptap-extensions@1.15.0
- tiptap@1.15.0
2019-04-15 17:24:20 +02:00
Philipp Kühn
6e21b43c82
fix missing update event, fix #260
2019-04-15 17:22:06 +02:00
Philipp Kühn
03cb2a1cce
update dependencies
2019-04-11 20:04:35 +02:00
Philipp Kühn
93ceec111d
Publish
...
- tiptap-commands@1.7.0
- tiptap-extensions@1.14.0
- tiptap-utils@1.3.0
- tiptap@1.14.0
2019-03-06 07:10:25 +01:00
Philipp Kühn
a12c79e5e9
update prosemirror dependencies
2019-03-06 07:09:15 +01:00
Philipp Kühn
d411863bbd
Merge pull request #213 from MatheusRich/add-support-to-history-custom-settings
...
Add support to history custom settings
2019-03-06 06:50:13 +01:00
Matheus Richard
0b83723a6b
add support to history custom settings
2019-03-04 18:37:18 -03:00
Chrissi2812
0f44e74d1e
fixed placeholder change corrupts current state
2019-02-26 11:42:07 +01:00
Chrissi2812
5b77907211
add update method to placeholder
2019-02-25 16:23:31 +01:00
Philipp Kühn
a558eb784c
Publish
...
- tiptap-extensions@1.13.0
- tiptap@1.13.0
2019-02-12 22:34:15 +01:00
Philipp Kühn
4e4c2dd0b9
refactoring
2019-02-06 15:21:04 +01:00
Philipp Kühn
e6c3e65bed
Publish
...
- tiptap-extensions@1.12.1
2019-02-06 15:12:38 +01:00
Philipp Kühn
f8f46b4f97
replace some names
2019-02-06 15:09:53 +01:00
Philipp Kühn
71ab0e0c9d
move highlight plugin to its own file
2019-02-06 15:09:12 +01:00
Philipp Kühn
59d37f5697
fix code decorations again
2019-02-06 12:05:12 +01:00
Philipp Kühn
795e5ecb13
Publish
...
- tiptap-commands@1.6.0
- tiptap-extensions@1.12.0
- tiptap-utils@1.2.0
- tiptap@1.12.0
2019-02-06 11:42:02 +01:00
Philipp Kühn
b85b55342c
update prosemirror dependencies
2019-02-06 11:36:23 +01:00
Philipp Kühn
9b90d6437e
do not show placeholder if non editable
2019-02-06 11:28:40 +01:00
Philipp Kühn
bf05978dc4
Publish
...
- tiptap-commands@1.5.0
- tiptap-extensions@1.11.0
- tiptap@1.11.0
2019-02-01 18:41:04 +01:00
Philipp Kühn
d9b2e2054d
Merge branch 'master' into markdown-paste
2019-02-01 17:56:22 +01:00