egonSchiele / chisel

Open source writing app
https://chiseleditor.com
Other
38 stars 3 forks source link

feat: Change title editor to contenteditable #1

Closed alexandersmanning closed 1 year ago

alexandersmanning commented 1 year ago

This adds a simple contenteditable component that allows users to change the title by just focusing on said element. Upon pressing cmd+S, enter, or causing a blur event, the title will save.

Before: Before

After: now

egonSchiele commented 1 year ago

Awesome, thanks!