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

``` var editor = new Pen(document.getElementById('my_elem')); ``` Error: ``` pen.js:485 Uncaught Error: Can't find config at new Pen (pen.js:485) at edit:102 ```

If I select all the text, and hit backspace, undo (control-Z) won't work. This doesn't happen with the delete key, however. Tested on firefox 32 windows 7.

There's an issue in the rendering of Markdown for Bold, Italic or Bold-Italic. The Markdown clearly specification states that `*Italic*` should produce *italic*, `**bold**` will produce **bold**, and therefore `***bold-italic***`...

Use touch events to detect selection as well as mouse events. Always display the toolbar at the bottom because the browser's built-in toolbar appears at the top most of the...

Improved toMd output quality. Regex-based converter doesn't work well on recursive nodes like nested lists, code, etc. Now it replaced with DOM visiting. Please review code accurately: I'm C++ programmer...

Hi, seems like this is the best editor fitting my needs, however I can see that it hasn't been maintained in almost a year, issues and PRs are ignored. Is...

Is this possible? I'm [comparing WYSIWYG editors](https://github.com/dandv/comparisons/blob/master/JavaScript-WYSIWYG-editors.md) and have been looking for this feature.

Hey, I wanted to initialize pen on a textarea, but the toolbar doesn't show up. after having investigated the problem, it seems that `selection.isCollapsed` is always `true` if you select...

Nice tool 👍 But what I'm currently missing is a possibility to use equations, which could probably easiest by done be using MathJax the way e.g. http://math.stackexchange.com does.

It is very important feature - can you add simple tables support?