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 @@

- Menu Bar + Hi there,

- This is a very basic example of tiptap. + this is a very basic example of tiptap.

body { display: none; }
diff --git a/examples/Components/Routes/HidingMenuBar/index.vue b/examples/Components/Routes/HidingMenuBar/index.vue index aa9514ca..9fb3ecf9 100644 --- a/examples/Components/Routes/HidingMenuBar/index.vue +++ b/examples/Components/Routes/HidingMenuBar/index.vue @@ -93,7 +93,7 @@ Hiding Menu Bar

- 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.

diff --git a/examples/Components/Routes/MarkdownShortcuts/index.vue b/examples/Components/Routes/MarkdownShortcuts/index.vue index 9d21c865..99e0bc91 100644 --- a/examples/Components/Routes/MarkdownShortcuts/index.vue +++ b/examples/Components/Routes/MarkdownShortcuts/index.vue @@ -7,10 +7,10 @@ Markdown Shortcuts

- 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.

diff --git a/examples/Components/Routes/MenuBubble/index.vue b/examples/Components/Routes/MenuBubble/index.vue index 071f4995..f81864b3 100644 --- a/examples/Components/Routes/MenuBubble/index.vue +++ b/examples/Components/Routes/MenuBubble/index.vue @@ -37,7 +37,7 @@ Menu Bubble

- 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 @@