| What I really miss right now is a chrome extension that replaces the new tab page with a note taking space. I used to use an extension called papier that had a simple interface, just the right amount of configurability and a beautiful design (particularly good color schemes). The extension got removed because of its incompatibility with the new manifest V3. The current alternatives are either too involved with too much configuration options (i.e. distractions) and not very attractive, minimalist designs. With your app, you're almost there. If you can get the correct balance right, you could fill the gap in that niche. |
data:text/html,<html contenteditable>
You could probably set that as the URL of your home page to get the behavior you described.
I add a style="height:100%" in the HTML tag so that clicking anywhere puts focus on it for editing. You could add other styling and initial content as desired.