mduvall / grande.js

It's a Medium at Starbucks. Pinky ring out.
MIT License
1.3k stars 80 forks source link

Any way to change enter press to <br> instead of <p>? #71

Closed arkokoley closed 10 years ago

arkokoley commented 10 years ago

I made a custom dashboard for Wordpress using grande.js. Is there anyway to output line breaks on enter, instead of the regular paragraph break?

mduvall commented 10 years ago

@arkokoley Not that I know of now, we are pushing most of the semantic structure to contenteditable, it shouldn't be hard to write a wrapper for grande that takes the output and converts paragraphs to line breaks though. If you need help with this, let me know!