Skip to content

Open a note in temporary tab #251

@vitonsky

Description

@vitonsky

When user search for anything, they don't actually have intent to open all notes persistently.
Instead, the user intent is to check for some data and close that note when next note will be opened.

That is how VSCode does work by the way.

Let's implement that behaviour to improve a navigation UX.

The requirements draft:

  • When user click a note, it opens as a temporary tab
  • When user double click a temporary tab or edit a note, it becomes a non temporary tab
  • When user opens another temporary tab, the exists temporary tab must be closed
  • The API must provide flag to pass to choose how to open tab, a temporary or not

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions