Nate Mielnik

Results 38 comments of Nate Mielnik

@alvarotrigo thanks for sharing that fiddle, pretty sweet to see a working color picking example for others to model after...have you considered offering what you made as an external npm...

@alvarotrigo thanks for sharing your solution on this, it works great.

I've seen this done in other editors like [Redactor](http://imperavi.com/redactor/) where click the < > button switches to editing the raw html. We could potentially do something like that.

Would you mind giving a bit more context/examples about this issue? What HTML are you trying to paste and what is the resulting HTML? Apologies, but I'm having trouble understanding...

I've noticed this myself but am yet to come up with a way to figure out how to center the toolbar in respect to this. The few times I've tried...

To clarify this issue, I believe the correct way to summarize this would be: Expose option to have pressing ENTER insert a `` tag, instead of creating a new ``...

So https://github.com/yabwe/medium-editor/blob/master/src/js/core.js#L14 is closer along the lines of what you would want to do. This is where the code handles preventing newlines when ENTER is pressed (`disableEnter` and `disableDoubleEnter`). Your...

Outside of handling keydown on ENTER and inserting the HTML yourself, I'm not sure of a way to do this. I don't believe you can mimic the browser's built-in handling...

This has also been talked about in other issues, such as #34 and #251

@sedletsky can you verify that this wasn't the default behavior that browsers implemented? As far as I've seen and heard, when you hit ENTER inside a `contenteditable` element, the browsers...