docs: update content

This commit is contained in:
Hans Pagel
2021-04-30 19:42:44 +02:00
parent f3e21e1b81
commit a645a84729
42 changed files with 103 additions and 40 deletions

View File

@@ -0,0 +1,20 @@
<template>
<div class="remark-container pro">
<p>
Writing documentation needs attention to detail, a great understanding of the project and time to write.
</p>
<p>
Though tiptap is used by thousands of developers all around the world, its still a side project for us. Lets change that and make open source our full-time job! With nearly 300 sponsors we are half way there already.
</p>
<p>
Join them and become a sponsor! Enable us to put more time into open source and well fill this page and keep it up to date for you.
</p>
<p>
--
</p>
<g-link to="https://github.com/sponsors/ueberdosis">
Become a sponsor on GitHub
</g-link>
</div>
</template>

View File

@@ -1,3 +1,3 @@
# blur # blur
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# createParagraphNear # createParagraphNear
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# deleteRange # deleteRange
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# deleteSelection # deleteSelection
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# enter # enter
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# exitCode # exitCode
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# extendMarkRange # extendMarkRange
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# focus # focus
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# joinBackward # joinBackward
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# joinForward # joinForward
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# keyboardShortcut # keyboardShortcut
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# liftEmptyBlock # liftEmptyBlock
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# liftListItem # liftListItem
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# lift # lift
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# newlineInCode # newlineInCode
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# replaceRange # replaceRange
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# replace # replace
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# resetAttributes # resetAttributes
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# scrollIntoView # scrollIntoView
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# selectAll # selectAll
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# selectNodeBackward # selectNodeBackward
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# selectNodeForward # selectNodeForward
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# selectParentNode # selectParentNode
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# setMark # setMark
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# setNodeSelection # setNodeSelection
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# setNode # setNode
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# setTextSelection # setTextSelection
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# sinkListItem # sinkListItem
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# splitBlock # splitBlock
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# splitListItem # splitListItem
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# toggleList # toggleList
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# toggleMark # toggleMark
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# toggleNode # toggleNode
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# toggleWrap # toggleWrap
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# undoInputRule # undoInputRule
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# unsetAllMarks # unsetAllMarks
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# unsetMark # unsetMark
TODO <ContentMissing />

View File

@@ -1,3 +1,3 @@
# wrapInList # wrapInList
TODO <ContentMissing />

View File

@@ -1,7 +1,11 @@
# Images # Images
:::pro Fund the development :::pro What about
We need your support to maintain, update, support and develop tiptap. If youre hoping for more features related to images, [become a sponsor and fund our work](/sponsor). Wed love to build more features related to images: Resizeable images, images with a caption, floating images … But that takes time.
Though thousands of developers use tiptap every day, its still not our full-time job. Wed like to change that. Are you able to help us reach our goal?
[Become a sponsor on GitHub →](https://github.com/sponsors/ueberdosis)
::: :::
<demo name="Examples/Images" /> <demo name="Examples/Images" />

View File

@@ -131,90 +131,128 @@
items: items:
- title: blur - title: blur
link: /api/commands/blur link: /api/commands/blur
type: draft
- title: clearContent - title: clearContent
link: /api/commands/clear-content link: /api/commands/clear-content
- title: clearNodes - title: clearNodes
link: /api/commands/clear-nodes link: /api/commands/clear-nodes
- title: createParagraphNear - title: createParagraphNear
link: /api/commands/create-paragraph-near link: /api/commands/create-paragraph-near
type: draft
- title: deleteRange - title: deleteRange
link: /api/commands/delete-range link: /api/commands/delete-range
type: draft
- title: deleteSelection - title: deleteSelection
link: /api/commands/delete-selection link: /api/commands/delete-selection
type: draft
- title: enter - title: enter
link: /api/commands/enter link: /api/commands/enter
type: draft
- title: exitCode - title: exitCode
link: /api/commands/exit-code link: /api/commands/exit-code
type: draft
- title: extendMarkRange - title: extendMarkRange
link: /api/commands/extend-mark-range link: /api/commands/extend-mark-range
type: draft
- title: focus - title: focus
link: /api/commands/focus link: /api/commands/focus
type: draft
- title: insertContent - title: insertContent
link: /api/commands/insert-content link: /api/commands/insert-content
- title: joinBackward - title: joinBackward
link: /api/commands/join-backward link: /api/commands/join-backward
type: draft
- title: joinForward - title: joinForward
link: /api/commands/join-forward link: /api/commands/join-forward
type: draft
- title: keyboardShortcut - title: keyboardShortcut
link: /api/commands/keyboard-shortcut link: /api/commands/keyboard-shortcut
type: draft
- title: liftEmptyBlock - title: liftEmptyBlock
link: /api/commands/lift-empty-block link: /api/commands/lift-empty-block
type: draft
- title: liftListItem - title: liftListItem
link: /api/commands/lift-list-item link: /api/commands/lift-list-item
type: draft
- title: lift - title: lift
link: /api/commands/lift link: /api/commands/lift
type: draft
- title: newlineInCode - title: newlineInCode
link: /api/commands/newline-in-code link: /api/commands/newline-in-code
type: draft
- title: replaceRange - title: replaceRange
link: /api/commands/replace-range link: /api/commands/replace-range
type: draft
- title: replace - title: replace
link: /api/commands/replace link: /api/commands/replace
type: draft
- title: resetAttributes - title: resetAttributes
link: /api/commands/reset-attributes link: /api/commands/reset-attributes
type: draft
- title: scrollIntoView - title: scrollIntoView
link: /api/commands/scroll-into-view link: /api/commands/scroll-into-view
type: draft
- title: selectAll - title: selectAll
link: /api/commands/select-all link: /api/commands/select-all
type: draft
- title: selectNodeBackward - title: selectNodeBackward
link: /api/commands/select-node-backward link: /api/commands/select-node-backward
type: draft
- title: selectNodeForward - title: selectNodeForward
link: /api/commands/select-node-forward link: /api/commands/select-node-forward
type: draft
- title: selectParentNode - title: selectParentNode
link: /api/commands/select-parent-node link: /api/commands/select-parent-node
type: draft
- title: setContent - title: setContent
link: /api/commands/set-content link: /api/commands/set-content
- title: setMark - title: setMark
link: /api/commands/set-mark link: /api/commands/set-mark
type: draft
- title: setNode - title: setNode
link: /api/commands/set-node link: /api/commands/set-node
type: draft
- title: setNodeSelection - title: setNodeSelection
link: /api/commands/set-node-selection link: /api/commands/set-node-selection
type: draft
- title: setTextSelection - title: setTextSelection
link: /api/commands/set-text-selection link: /api/commands/set-text-selection
type: draft
- title: sinkListItem - title: sinkListItem
link: /api/commands/sink-list-item link: /api/commands/sink-list-item
type: draft
- title: splitBlock - title: splitBlock
link: /api/commands/split-block link: /api/commands/split-block
type: draft
- title: splitListItem - title: splitListItem
link: /api/commands/split-list-item link: /api/commands/split-list-item
type: draft
- title: toggleList - title: toggleList
link: /api/commands/toggle-list link: /api/commands/toggle-list
type: draft
- title: toggleMark - title: toggleMark
link: /api/commands/toggle-mark link: /api/commands/toggle-mark
type: draft
- title: toggleNode - title: toggleNode
link: /api/commands/toggle-node link: /api/commands/toggle-node
type: draft
- title: toggleWrap - title: toggleWrap
link: /api/commands/toggle-wrap link: /api/commands/toggle-wrap
type: draft
- title: undoInputRule - title: undoInputRule
link: /api/commands/undo-input-rule link: /api/commands/undo-input-rule
type: draft
- title: unsetAllMarks - title: unsetAllMarks
link: /api/commands/unset-all-marks link: /api/commands/unset-all-marks
type: draft
- title: unsetMark - title: unsetMark
link: /api/commands/unset-mark link: /api/commands/unset-mark
type: draft
- title: updateAtttributes - title: updateAtttributes
link: /api/commands/update-attributes link: /api/commands/update-attributes
- title: wrapInList - title: wrapInList
link: /api/commands/wrap-in-list link: /api/commands/wrap-in-list
type: draft
- title: Nodes - title: Nodes
link: /api/nodes link: /api/nodes
items: items:

View File

@@ -52,4 +52,5 @@ export default function (Vue) {
Vue.component('Layout', App) Vue.component('Layout', App)
Vue.component('Demo', () => import(/* webpackChunkName: "demo" */ '~/components/Demo')) Vue.component('Demo', () => import(/* webpackChunkName: "demo" */ '~/components/Demo'))
Vue.component('Demos', () => import(/* webpackChunkName: "demos" */ '~/components/Demos')) Vue.component('Demos', () => import(/* webpackChunkName: "demos" */ '~/components/Demos'))
Vue.component('ContentMissing', () => import(/* webpackChunkName: "contentMissing" */ '~/components/ContentMissing'))
} }