docs: update content
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Overview
|
||||
# Concept
|
||||
tiptap is a friendly wrapper around [ProseMirror](https://ProseMirror.net). Although tiptap tries to hide most of the complexity of ProseMirror, it’s built on top of its APIs and we recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/) for advanced usage.
|
||||
|
||||
### Structure
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
TODO
|
||||
|
||||
## List of supported marks
|
||||
| Title | Default Extension | Source Code |
|
||||
| ---------------------------------- | ----------------- | -------------------------------------------------------------------------------------------- |
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
TODO
|
||||
|
||||
## List of supported nodes
|
||||
| Title | Default Extension | Source Code |
|
||||
| -------------------------------------------- | ----------------- | ------------------------------------------------------------------------------------------------- |
|
||||
|
||||
@@ -13,6 +13,16 @@ npm install @tiptap/extension-mention
|
||||
yarn add @tiptap/extension-mention
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
TODO
|
||||
|
||||
* tippy.js
|
||||
|
||||
## Rendering
|
||||
TODO
|
||||
|
||||
* @tiptap/vue
|
||||
|
||||
## Settings
|
||||
| Option | Type | Default | Description |
|
||||
| -------------- | -------- | ------- | --------------------------------------------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user