docs: update content

This commit is contained in:
Hans Pagel
2021-03-17 23:21:36 +01:00
parent c80752a851
commit f6548d4f97
6 changed files with 156 additions and 34 deletions

View File

@@ -5,6 +5,7 @@
## Introduction
TODO
## Code snippet
```js
import { Node } from '@tiptap/core'
import { VueNodeViewRenderer } from '@tiptap/vue-2'
@@ -20,7 +21,22 @@ export default Node.create({
return {
dom,
}
})
}
},
})
```
## Render markup
<demo name="Guide/NodeViews/JavaScript" />
## Access node attributes
TODO
## Update node attributes
TODO
## Adding a content editable
TODO
## All available props
TODO