diff --git a/src/views/_index.twig b/src/views/_index.twig deleted file mode 100644 index dfef181..0000000 --- a/src/views/_index.twig +++ /dev/null @@ -1,201 +0,0 @@ - - - - {{ config.title }} - - - -{% include "components/header.twig" %} -
-
- - -

- Editor.js -

-
- Next generation block styled editor.
Free. Use for pleasure. -
- - - Get started - - - -
-
- - -
-
-
- -
-
- And here is a generated CLEAN data -
- Use it in Web, mobile, APM, Instant Articles, speech readers — everywhere. Easy to sanitize, extend and integrate with your logic. -
-
-
-

-      
-
-
- -
-
- API is the feature. -
- Each Block provided by plugin. It's really easy to create your own. Dozens of created. -
- -
-

- Best plugins -

-
- Plugins can represent any Blocks: Quotes, Galleries, Polls, Embeds, Tables — anything you need. Also they can implement Inline Tools such as Marker, Term, Comments etc. -
- - {% for plugin in plugins %} -
-
- {% if 'mp4' in plugin.demo %} - - {% else %} - {{ plugin.name }} Tool for Editor.js - {% endif %} -
- -

- {{ plugin.name }} -

- - {{ plugin.type }} - -
-
- {{ plugin.description }} -
-
- {% for user in plugin.contributors %} - - {{ user.name }} - - {% endfor %} -
-
- {% endfor %} - {% - set ownTool = "class MyTool { - render() { - return document.createElement(’textarea’); - } - save(textarea) { - return { - text: textarea.value - } - } -}" - %} -
-

- Your own plugin -

-
- Just implement render and save methods. -
-
-
{{ ownTool }}
-
- -
- - -
-
- Loved by -
- Thousands of people already write with us. - -
- -
-
- Support Team -
- We will be really glad and inspired by every star of the project. It helps community to grow, build new cool plugins and core features. - -
-
-
-
-
- - Star - -
-
- -
-
- - - -