Commit Graph

1222 Commits

Author SHA1 Message Date
Elvin Chu
51259c7b8b
Fix tippy position incorrect after resize or screen (#996)
A fix for: When the user scrolled or resize the tooltip position didn't update
2021-03-29 21:00:06 +02:00
Hans Pagel
0b0b8d82bb remove simple analytics 2021-03-26 17:49:45 +01:00
Hans Pagel
fffdb358a9 add link to the new tiptap 2 blog post 2021-03-04 14:51:19 +01:00
Hans Pagel
d292a3d55b switch to plausible 2021-02-02 17:21:28 +01:00
Hans Pagel
b90a6a204c Publish
- tiptap-commands@1.17.1
 - tiptap-extensions@1.35.1
 - tiptap-utils@1.13.1
 - tiptap@1.32.1
2021-02-02 09:45:42 +01:00
Hans Pagel
caa254d172 update dependencies 2021-02-01 17:40:08 +01:00
Hans Pagel
f8895d5f3f fix equalNodetype util 2021-02-01 17:38:37 +01:00
Hans Pagel
79a217f96c Publish
- tiptap-commands@1.17.0
 - tiptap-extensions@1.35.0
 - tiptap-utils@1.13.0
 - tiptap@1.32.0
2021-01-26 17:42:53 +01:00
Hans Pagel
0fb17e4b96 don’t lock dependency versions anymore 2021-01-26 17:40:59 +01:00
Hans Pagel
e5789a42a4 remove prosemirror-utils dependency 2021-01-26 17:27:52 +01:00
Hans Pagel
5c9fa9d006 update dependencies 2021-01-26 16:51:18 +01:00
Hans Pagel
e0b486fc6b
Update README.md 2021-01-12 16:33:54 +01:00
Hans Pagel
18dabdd96a Merge branch 'main' of github.com:ueberdosis/tiptap into main
# Conflicts:
#	README.md
2021-01-12 16:07:44 +01:00
Hans Pagel
ba93230ee4 update README 2021-01-12 16:07:03 +01:00
Hans Pagel
4b843c7b0b
Update README.md 2021-01-07 02:02:31 +01:00
Hans Pagel
a119709dbc add link pasterule support for exclamation marks 2021-01-05 21:33:26 +01:00
Hans Pagel
358d2228d9 add link pasterule support for parenthesis 2021-01-05 21:32:19 +01:00
Hans Pagel
b19baa0d4a remove broken issue label workflow 2021-01-05 14:38:58 +01:00
Hans Pagel
ff2e4b4802 improve suggestions example 2021-01-05 14:21:42 +01:00
Hans Pagel
af65d91ce4 Publish
- tiptap-commands@1.16.0
 - tiptap-extensions@1.34.0
 - tiptap-utils@1.12.0
 - tiptap@1.31.0
2021-01-05 12:18:11 +01:00
Hans Pagel
1d737388bd rewrite yarn.lock file 2021-01-05 12:15:27 +01:00
Hans Pagel
647a44fbd4 code style 2021-01-05 12:14:34 +01:00
Hans Pagel
3c4a134e9e add yarn reset script 2021-01-05 12:13:30 +01:00
Priestch
046babfd3a fix: can not write second mention bug, see #874 2020-12-29 10:22:03 +01:00
Priestch
38ea4e6c66 make current replaceText command compatible with the previous one 2020-12-29 10:22:03 +01:00
Priestch
a6da24a75d fix can not copy content of new inserted mention 2020-12-29 10:22:03 +01:00
Drabble
dea48bcff8
SetCellAttr in prosemirror-tables needs parameters (#883)
* SetCellAttr in prosemirror-tables needs parameters

The `setCellAttr` command has no use if we can't pass parameters to it. My issue was setting the background color of a cell in a table.
See issue https://github.com/ueberdosis/tiptap/issues/862.

* Fix spaces in function parameters

`A space is required after '{' `
2020-12-29 10:13:29 +01:00
Daniel Bakan
f1fbee9da7
Allow Links to use their individual attrs.target (#902)
* Allow Links to use their personal target attr

* fix irregular whitespace
2020-12-29 10:12:02 +01:00
Hans Pagel
b8f4dcde72 Merge branch 'main' of github.com:ueberdosis/tiptap into main 2020-12-29 10:04:06 +01:00
Hans Pagel
3ecbfb6bcd update dependencies 2020-12-29 10:03:31 +01:00
dependabot[bot]
486f3c4767
Bump actions/setup-node from v2.1.3 to v2.1.4 (#919)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-29 09:58:27 +01:00
Hans Pagel
24bacfba8f update wording 2020-12-21 11:22:16 +01:00
dependabot[bot]
daef68acb3
Bump actions/checkout from v2.3.3 to v2.3.4 (#889)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.3...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-16 11:09:20 +01:00
Hans Pagel
02d9123ada
Merge pull request #915 from ueberdosis/dependabot/github_actions/actions/setup-node-v2.1.3
Bump actions/setup-node from v2.1.2 to v2.1.3
2020-12-14 23:21:55 +01:00
dependabot[bot]
307188f23d
Bump actions/setup-node from v2.1.2 to v2.1.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 06:01:47 +00:00
Hans Pagel
44c016e4e3 update wording 2020-12-10 23:27:18 +01:00
Hans Pagel
9a39c3b772 improve styling of the new sponsor banner 2020-12-10 16:19:53 +01:00
Hans Pagel
dd0c1044d0 improve responsive view 2020-12-10 16:15:01 +01:00
Hans Pagel
b9129c843d add a note about tiptap 2 to the website 2020-12-10 16:07:52 +01:00
Hans Pagel
b2394ffa99 use fork of github action 2020-11-27 20:32:15 +01:00
Hans Pagel
4b65c4b2e3 try to fix the label workflow 2020-11-27 20:26:50 +01:00
Hans Pagel
5c59f090f6
add a collaborative editing section to the README 2020-11-11 16:20:31 +01:00
Hans Pagel
3ee3a3951b change label 2020-10-22 14:27:47 +02:00
Hans Pagel
e1f6479ce3 add sponsor labels to new issues/prs 2020-10-22 14:26:41 +02:00
Hans Pagel
94d7a480d8 Publish
- tiptap-extensions@1.33.2
2020-10-15 21:42:50 +02:00
Hans Pagel
30db1c9210
Merge pull request #860 from Priestch/main
fix missing username when copy paragraph contains mentions
2020-10-15 21:41:34 +02:00
gaopeng
9ccfa168f8 fix missing username when copy paragraph contains mentions 2020-10-16 00:00:53 +08:00
Hans Pagel
870a1c7538 Merge branch 'main' of github.com:ueberdosis/tiptap into main 2020-10-15 10:03:50 +02:00
Hans Pagel
36e7e97c8f link to blog post 2020-10-15 10:03:39 +02:00
Hans Pagel
d00e54fb73 format table 2020-10-15 10:02:44 +02:00