From b1cca2286ac261fe4ee872e1759d5c95e54972a5 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 1 Sep 2020 17:06:43 +0200 Subject: [PATCH] add more content to the introduction package --- docs/src/docPages/introduction.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index 6f02c362..a55c9224 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -6,7 +6,13 @@ Although tiptap tries to hide most of the complexity of ProseMirror, it’s is b ## Renderless The implementation of a text editor can be very specific for each use case. We don’t want to tell you what a menu should look like or where it should be rendered in the DOM. That’s why tiptap is renderless and comes without any CSS. You’ll have full control over markup and styling. -## Who is using tiptap? +## TypeScript +Tiptap 2 is written in TypeScript. That gives you a nice autocomplete for the API (if your IDE supports those), helps us to find bugs early and makes it possible to generate [a complete API documentation](#) on top of the extensive human written documentation. + +## Framework-agnostic +We don’t care what framework you use. Tiptap is ready to be used with plain JavaScript, Vue.js or React. That makes it even possible to write a renderer for Svelte and others. + +## Who uses tiptap? - [GitLab](https://gitlab.com) - [Statamic CMS](https://statamic.com) - [Twill CMS](https://twill.io)