Philipp Kühn
0776aa2e5d
add .nvmrc
2019-05-06 09:54:11 +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
a22185de57
improve spacings
2019-05-05 23:08:28 +02:00
Philipp Kühn
76dca53d80
send only json steps
2019-05-05 21:47:52 +02:00
Philipp Kühn
03cb2d4c75
show users count
2019-05-04 20:40:18 +02:00
Philipp Kühn
7cad96ee3c
add some comments
2019-05-04 12:31:10 +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
9a688409fb
add history plugin to collab
2019-05-04 11:04:39 +02:00
Philipp Kühn
3a42fe388b
fix linter errors
2019-05-04 11:00:50 +02:00
Philipp Kühn
0a98827b4c
refactoring
2019-05-04 10:54:53 +02:00
Marius Tolzmann
b2ec2d66e1
fix nodeIsActive()
...
this fixes isActive.image() mentioned in #225
nodeIsActive was only checking parent nodes and missed the node
currently selected.
2019-05-04 02:17:53 +02:00
Philipp Kühn
a614f0cce1
move url
2019-05-04 00:28:29 +02:00
Philipp Kühn
55e5a4a3ae
move collab extension
2019-05-04 00:25:14 +02:00
Philipp Kühn
cd46b163d0
add emitter, move some collab logic to extension
2019-05-04 00:05:39 +02:00
Philipp Kühn
2475bf6123
add loading state
2019-05-03 22:14:18 +02:00
Philipp Kühn
fd404f5c1f
change socket url
2019-05-03 21:50:17 +02:00
Philipp Kühn
0d870ae710
Merge pull request #279 from Chrissi2812/add-issue-templates
...
Add issue templates
2019-05-03 19:56:36 +02:00
Marius Tolzmann
9787b876fe
fix endPosition in getMarkRange
...
getMarkRange() will not return the actual end position of the current mark.
might reintroduce bug from #156 (i cannot reproduce #156 so i cannot check)
fixes in this commit:
A) work around a possible bug in indexAfter()?:
$pos.indexAfter() seems to return the same index as $pos.index() at some point
-> fixed by increasing startIndex by 1 instead of using indexAfter()
B) endPos needs to be initialized with initial startPos + nodeSize and not
with resulting startPos:
-> moved initialization right after setting startPos
2019-05-03 19:08:50 +02:00
Marius Tolzmann
d057d5d7d9
Revert "fix a bug for getting mark range, fix #156 "
...
This reverts commit 0cf905abb9
.
2019-05-03 19:06:19 +02:00
Marius Tolzmann
392f8a20b3
Revert "fix eslint warning"
...
This reverts commit c4e0bbeaf4
.
2019-05-03 19:06:18 +02:00
Philipp Kühn
e9e50a2e75
refactoring
2019-05-03 18:05:05 +02:00
Philipp Kühn
b5a5472171
refactoring
2019-05-03 17:50:30 +02:00
Philipp Kühn
ee12e0577d
add something broken
2019-05-03 16:05:30 +02:00
Philipp Kühn
5433870183
add something broken
2019-05-03 14:04:37 +02:00
Philipp Kühn
5b530d5d0c
add oldstate to update event
2019-05-03 14:04:14 +02:00
Christoph Flathmann
e9ac6f0d0b
Add issue templates
2019-05-03 13:18:46 +02:00
Philipp Kühn
83075f28e6
Merge branch 'master' into feature/collab-plugin
...
# Conflicts:
# packages/tiptap/src/Editor.js
# yarn.lock
2019-05-03 10:56:52 +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
d0fc404139
fix output names
2019-04-30 18:35:33 +02:00
Philipp Kühn
7128dd7bf3
replace uglify with terser
2019-04-30 18:32:12 +02:00
Philipp Kühn
5e6d60c3fe
update dependencies
2019-04-30 16:19:38 +02:00
Philipp Kühn
0d69570576
code style
2019-04-30 16:19:28 +02:00
Philipp Kühn
bbab998ae8
update dev dependencies
2019-04-30 16:16:57 +02:00
Philipp Kühn
0e6efc3889
Merge pull request #228 from Chrissi2812/menu-bubble-position
...
Fix Menu bubble position
2019-04-30 16:07:20 +02:00
Philipp Kühn
d1a1dec59a
Merge pull request #276 from Chrissi2812/issue-275
...
fix #275 : link click handler no longer open on selection click
2019-04-30 15:58:10 +02:00
Chrissi2812
44dc5337dc
fix #275 : link click handler no longer open on selection click
2019-04-29 15:24:03 +02:00
Chrissi2812
1b5b60c595
simplify placeholder example
2019-04-25 17:29:52 +02:00
Chrissi2812
2f0acf2f91
keep menuBubble in bounding box of editor
2019-04-25 16:27:22 +02:00
Hans Pagel
8842ec42ae
Merge pull request #273 from Chrissi2812/add-doc-link
...
add link to documentation
2019-04-24 20:20:33 +02:00
Chrissi2812
9f38f36447
add option to disable input/pasterules
2019-04-24 18:38:50 +02:00
Chrissi2812
cf7a442edd
add link to documentation
2019-04-24 18:33:59 +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
c2fc6ce545
remove escape key listener to select parent node
2019-04-19 15:25:44 +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
ef4f236310
update dev dependencies
2019-04-19 12:19:06 +02:00
Philipp Kühn
576c0b2910
update dependencies
2019-04-19 12:16:45 +02:00
Philipp Kühn
4d1594de1a
save editor dom element before destroy
2019-04-19 12:14:00 +02:00
Philipp Kühn
3e1dbf7d9e
Publish
...
- tiptap-extensions@1.16.0
- tiptap@1.16.0
2019-04-17 23:34:10 +02:00