docs: add badges to all extensions

This commit is contained in:
Hans Pagel
2021-01-25 10:35:52 +01:00
parent 20f8adc0e4
commit b629b382e1
30 changed files with 89 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
# Text
[![Version](https://img.shields.io/npm/v/@tiptap/extension-text.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-text)
[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-text.svg)](https://npmcharts.com/compare/@tiptap/extension-text?minimal=true)
**The `Text` extension is required**, at least if you want to work with text of any kind and thats very likely. This extension is a little bit different, it doesnt even render HTML. Its plain text, thats all.
:::warning Breaking Change from 1.x → 2.x