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 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: