diff --git a/examples/Components/Hero/index.vue b/examples/Components/Hero/index.vue index 68b8727b..de9f19bc 100644 --- a/examples/Components/Hero/index.vue +++ b/examples/Components/Hero/index.vue @@ -5,7 +5,7 @@ tiptap – a renderless rich-text editor toolkit for Vue.js
- This editor is based on Prosemirror, fully extendable and renderless. There is a plugin system that lets you render each node as a vue component. + This editor is based on Prosemirror, fully extendable and renderless. You can easily add custom nodes as Vue components.
diff --git a/examples/Components/Routes/Basic/index.vue b/examples/Components/Routes/Basic/index.vue index 3adee822..6e60a0db 100644 --- a/examples/Components/Routes/Basic/index.vue +++ b/examples/Components/Routes/Basic/index.vue @@ -90,10 +90,10 @@- This is a very basic example of tiptap. + this is a very basic example of tiptap.
body { display: none; }
- This is an example of a custom iframe node. This iframe is rendered as a vue component. This makes it possible to render some additional markup to change its source. + This is an example of a custom iframe node. This iframe is rendered as a vue component. This makes it possible to render the input below to change its source.
- Try to focus the editor to see the menu. It's like magic. 🔮 + Click into this text to see the menu. Click outside and the menu will disappear. It's like magic.
diff --git a/examples/Components/Routes/Links/index.vue b/examples/Components/Routes/Links/index.vue index 05126aec..5f291529 100644 --- a/examples/Components/Routes/Links/index.vue +++ b/examples/Components/Routes/Links/index.vue @@ -29,7 +29,7 @@ Links
- Try to add some links to the world wide web.
+ Try to add some links to the world wide web. By default every link will get a rel="noopener noreferrer nofollow" attribute.
- Start a new line and type # followed by a space and you will get an H1 headline. 🤯
+ Start a new line and type # followed by a space and you will get an H1 headline.
- This feature is called input rules. There are some of these shortcuts for the most basic nodes available by default. Try #, ##, ###, … for headlines, > for blockquotes, - or + for bullet lists. And of course you can add your own input rules.
+ This feature is called input rules. There are some of these shortcuts for the most basic nodes enabled by default. Try #, ##, ###, … for headlines, > for blockquotes, - or + for bullet lists. And of course you can add your own input rules.
- Hey, try to select some text. + Hey, try to select some text here. There will popup a menu for selecting some inline styles. Remember: you have full control about content and styling of this menu.
diff --git a/examples/Components/Routes/TodoList/index.vue b/examples/Components/Routes/TodoList/index.vue index 7825f0e3..ced3c0af 100644 --- a/examples/Components/Routes/TodoList/index.vue +++ b/examples/Components/Routes/TodoList/index.vue @@ -7,26 +7,26 @@