8000 GitHub - jzapata87/blogv2: Another attempt at Medium's CMS Editor.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jzapata87/blogv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium's CMS Editor

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.

Installation

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.

Usage example

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.

Release History

  • 0.0.1
    • Here is my first iteration of the editor. It is quite different.

Contact

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.

About

Another attempt at Medium's CMS Editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0