8000 GitHub - aldorodz/grande.js: It's a Medium at Starbucks. Pinky ring out.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aldorodz/grande.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grande.js

This is a small Javascript library that implements features from Medium's editing experience. Take a look here.

How to get started

See the index.html in this repository for a functional example using the library.

To get up and running simply...

  1. Include the div.text-menu template and an <article> with contenteditable
  2. Include the grande.js file at the bottom of your <body>
  3. Bind the events on the document with grande.init()
  4. You are set!

There are two CSS files that come with the included demo:

  • editor.css: this file provides the style for the contenteditable elements on the page
  • menu.css: this file provides the toolbar styling to appear as it does below

image

The following tag stylings are available: <b>, <i>, <h1>, <h2>, <blockquote>, <a>

Questions

This is very similar to Zenpen, why?

First off, major props to @tholman for the inspirational script. grande.js is a spiritual cousin of the fantastic plugin and aims to have feature parity with Medium. It adds multiple styles and will be diverging from the vision of being an in-browser editing experience to being a provider of the in-browser editing experience. grande.js will be providing the foundation for your website to have a wonderful editing experience.

About

It's a Medium at Starbucks. Pinky ring out.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0