From bc43a8ddbc04a1e849eb736be57f3eafddf2e7bd Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 13:00:50 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607cac2b0..576b837b4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ I was looking for a text editor for [Vue.js](https://github.com/vuejs/vue) and f ### What does `renderless` mean? -With renderless components you'll have (almost) full control over markup and styling. I don't want to tell you what a menu should look like or where it should be rendered in the DOM. That's all up to you. There is also a [good article](https://adamwathan.me/renderless-components-in-vuejs/) about renderless components by Adam Wathan. +With renderless components you'll have (almost) full control over markup and styling. I don't want to tell you what a menu should look like or where it should be rendered in the DOM. That's all up to you. There is also a [good article about renderless components](https://adamwathan.me/renderless-components-in-vuejs/) by Adam Wathan. ### How is the data stored under the hood? From 859ad4d6aabc07ce0fbff087150dd219b3beac77 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 13:02:45 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 576b837b4..479697ef4 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Credits - [Philipp Kühn](https://github.com/philippkuehn) +- [Hans Pagel](https://github.com/hanspagel) - [Christoph Flathmann](https://github.com/Chrissi2812) - [Erick Wilder](https://github.com/erickwilder) - [Marius Tolzmann](https://github.com/mariux) @@ -499,6 +500,8 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Related projects +- [html-to-prosemirror](https://github.com/ueberdosis/html-to-prosemirror) by @hanspagel +- [prosemirror-to-html](https://github.com/ueberdosis/prosemirror-to-html) by @hanspagel - [tiptap-svelte](https://github.com/andrewjk/tiptap-svelte) by @andrewjk - [Laravel Nova Tiptap Editor Field](https://github.com/manogi/nova-tiptap) by @manogi - [WYSIWYG editor for Vuetify](https://github.com/iliyaZelenko/tiptap-vuetify) by @iliyaZelenko From c41b4d14c60f02984c64c14a9d793d35cb387fef Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 13:03:03 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479697ef4..12ccafebd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> This repository has been migrated to a new organization (Read more: https://github.com/ueberdosis/tiptap/issues/759) +> This repository has been migrated to a new organization. Read more: https://github.com/ueberdosis/tiptap/issues/759 # tiptap A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue) From 2f940fe80897c722b712ffd207f4d45e55ad2e5a Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 13:06:52 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12ccafebd..2e31cfa6f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ With renderless components you'll have (almost) full control over markup and sty You can save your data as a raw `HTML` string or can get a `JSON`-serializable representation of your document. And of course, you can pass these two types back to the editor. +## 💖 Sponsor the development + +Are you using tiptap in production? We need your sponsorship to maintain, update and develop tiptap. [Become a Sponsor now](https://github.com/sponsors/ueberdosis) + ## Examples To check out some live examples, visit [tiptap.dev](https://tiptap.dev/). From 3353862ba67dd23d03701917550cf2d6724e5b9e Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 14 Jul 2020 13:07:30 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e31cfa6f..833210234 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can save your data as a raw `HTML` string or can get a `JSON`-serializable r ## 💖 Sponsor the development -Are you using tiptap in production? We need your sponsorship to maintain, update and develop tiptap. [Become a Sponsor now](https://github.com/sponsors/ueberdosis) +Are you using tiptap in production? We need your sponsorship to maintain, update and develop tiptap. [Become a Sponsor now!](https://github.com/sponsors/ueberdosis) ## Examples To check out some live examples, visit [tiptap.dev](https://tiptap.dev/).