mkoskim / mawejs

Mawe (Mawe Advanced Writer's Editor) with ElectronJS, React and NodeJS. Third generation of the editors I have written for my own use.
MIT License
7 stars 5 forks source link

Headings: Make them work like Googledocs #265

Closed mkoskim closed 1 month ago

mkoskim commented 1 month ago

Currently, pressing ENTER at header line splits the block and makes the new block normal text. In Googledocs, pressing ENTER at header line keeps the header style - EXCEPT if you press ENTER at the end of the line, then it continues with normal text style.

This feature would be good.