angular-sir-trevor
angular-sir-trevor copied to clipboard
Automatic text block creation on Return
Hey @kmturley saw you starred my old repo https://github.com/aggied/angular-trevor and I stumbled my way here. Great work! Very glad you're taking it down the ionic route as well. I'm actually using https://github.com/yabwe/medium-editor for now, but would like to get back to a block editor. Perhaps we can get some adoption and get some help on the angular block editor idea...
What are you thoughts on automatic creation of a text block when the user presses Return? My particular use case requires me to store metadata about each paragraph, image, video -- hence the block style. It allows rich text but not a full WYSIWYG. Allowing <br/>
or multiple <p>
seems a little short of the original goal (at least for me anyway). I had in my repo a couple different text block types: paragraph and subheading. There wasn't any need for any html inside the paragraph short of span-level.