Second attempt at Medium's CMS Editor. After doing some research I found out about contentedible. This allowed me to build a WYSIWYG editor that Medium has. So I looked up a simple app that was using a contentedible HTML element. When I found one, I tweaked it and got to something pretty close to it. Right now, the app isn't structured properly. In the future, I do intend to refactor the code into a "standard" reactjs file structure.
Download the zip, unzip, then on terminal cd into root directory and run the following commands to get it up and running. Nothing too complicated. OS X & Linux:
$ npm install
# this will install the node modules
$ npm start
# this will start dev server at port 3000.
I don't think screenshots will do justice to see how the app works. So I recorded a demo of me interacting with the site.
- 0.0.1
- Here is my first iteration of the editor. It is quite different.
Check out my website to see other things I am working on and interested in.
Distributed under the MIT license. See LICENSE
for more information.