diff --git a/examples/index.js b/examples/index.js
index b8144bb57..62e40be77 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -14,6 +14,7 @@ import Images from './images'
import Links from './links'
import PasteHtml from './paste-html'
import PlainText from './plain-text'
+import Plugins from './plugins'
import ReadOnly from './read-only'
import RichText from './rich-text'
import Tables from './tables'
@@ -69,7 +70,8 @@ class App extends React.Component {
{this.renderTab('Tables', 'tables')}
{this.renderTab('Code Highlighting', 'code-highlighting')}
{this.renderTab('Paste HTML', 'paste-html')}
- {this.renderTab('Read Only', 'read-only')}
+ {this.renderTab('Read-only', 'read-only')}
+ {this.renderTab('Plugins', 'plugins')}
)
}
@@ -120,6 +122,7 @@ const router = (
+
diff --git a/examples/plugins/Readme.md b/examples/plugins/Readme.md
new file mode 100644
index 000000000..20aee1528
--- /dev/null
+++ b/examples/plugins/Readme.md
@@ -0,0 +1,8 @@
+
+# Plain Text Example
+
+
+
+This is the most basic Slate example. It's basically a glorified `