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
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
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
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
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
5c81cddff9
remove editable prop, fix #223
2019-05-21 21:22:15 +02:00
Philipp Kühn
53b1d0d4df
fix bug in suggestions plugin, fix #176
2019-05-21 00:11:26 +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
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
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
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
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
Chrissi2812
44dc5337dc
fix #275 : link click handler no longer open on selection click
2019-04-29 15:24:03 +02:00