seed-hypermedia / mintter

Mintter: an app for knowledge communities. Powered by the Hypermedia protocol.
https://mintter.com
Apache License 2.0
162 stars 11 forks source link

Feature: delete new drafts when open and close immediately #1666

Closed horacioh closed 8 months ago

horacioh commented 8 months ago

Problem

when you do cmd+N, we are creating a new draft and this creates a giant list of untitled drafts.

Solution

either:

wdyt @burdiyan @juligasa @GaboHBeaumont @ericvicenti @iskaktoltay

burdiyan commented 8 months ago

Crazy idea: cmd+n could open a new window without creating documents. I expect this behavior intuitively all the time, but I might be broken. It depends on whether we position ourselves as a "browser" or as a "word processor/note taker" I guess. Safari creates a new window, Apple Notes (and Pages) create new documents.

As a user, I keep getting surprised every time cmd+n creates a new document in Mintter, because it's pretty much never what I want :)

horacioh commented 8 months ago

fixed!

horacioh commented 8 months ago

Crazy idea: cmd+n could open a new window without creating documents. I expect this behavior intuitively all the time, but I might be broken. It depends on whether we position ourselves as a "browser" or as a "word processor/note taker" I guess. Safari creates a new window, Apple Notes (and Pages) create new documents.

As a user, I keep getting surprised every time cmd+n creates a new document in Mintter, because it's pretty much never what I want :)

This is what I wanted to fix with deleting the draft if there was no edits. This is an issue because we are creating a lot of drafts. I wil ltry to create an issue/project for it