Skip to content

Commit

Permalink
Added slate as new framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kihlberg committed Apr 25, 2017
1 parent ad878ed commit 7cc0f6b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _data/editors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,15 @@
license: MIT
community: 6

- title: Slate
website: http://slatejs.org/
getStarted: https://docs.slatejs.org/
github: https://github.com/ianstormtaylor/slate
description: |
Slate lets you build rich, intuitive editors like those in Medium, Dropbox Paper or Canvas—which are becoming table stakes for applications on the web—without your codebase getting mired in complexity.
level: 8
page: slate
format: XML/HTML
license: MIT
community: 6

17 changes: 17 additions & 0 deletions slate/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: single
title: Rich text editing with React and Draft
---

{% assign post = site.data.editors | where: "title", "Slate" %}

<h1>Slate</h1>

{% for p in post%}
{% include detail.html %}

{%endfor%}

<p>
</p>

0 comments on commit 7cc0f6b

Please sign in to comment.