pen icon indicating copy to clipboard operation
pen copied to clipboard

enjoy live editing (+markdown)

Results 65 pen issues
Sort by recently updated
recently updated
newest added

When you want to insert a link there is an "http://" placeholder. Can that string be an option? (For example to specify "Paste your link here", for super-lusers..)

I particularly love how typing of keywords like `###` or `---` would auto convert the block as the aforementioned types (e.g. titles and horizontal rules). Do you think we can...

I have text in editor ![0cjeuoo5](https://cloud.githubusercontent.com/assets/856260/9265786/18fa9074-4273-11e5-9646-f9b0d8b11723.png) I'm selecting all by mouse from right to left ![hume_y2t](https://cloud.githubusercontent.com/assets/856260/9265795/30f495d0-4273-11e5-82cd-bf003869ddfa.png) And pressing "Underline", for example ![yc7s6le-](https://cloud.githubusercontent.com/assets/856260/9265804/3d634960-4273-11e5-8a0b-e9ae52b785b0.png) And my result is not what I expected...

Hello. Is it possible to get cursor position and insert text to certain position? For example, I have multiple select tags of macroses, and when user selects macro, it should...

Thanks for your awesome editor! I need to show Pen while user clicked on div, without text selection. Is it possible?

I was on the demo in latest chrome (39) and it was still buggy: - toolbar showed up at the top of the window - img option requires `enter` key...

Hi guys, how does that textarea fallback work? Could someone give me please more detailed installation instructions...? It's not working for me, at least I think I didn't understand it...

line 432: ``` js // set default class editor.classList.add(defaults.class); ``` the attribute **classList** is not exist under IE < 10, actually it's not necessary to use this attribute, instead there...

Would be great to have browserify compatibility and publishing on NPM

It would be nice if something like `````` js -```js console.log('test'); -``` `````` would work. Actually i just see that there is a spec common mark http://commonmark.org/ which supports this...