pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.69k stars 414 forks source link

[I] in the Search Panel, "Search or create note" replaces tab with the new note instead of creating a new tab #2385

Open siran opened 2 years ago

siran commented 2 years ago

Expected behaviour

a new tab for the new note, instead of replacing the active tag with the new note

Actual behaviour

replaces tab with the new note instead of creating a one

Steps to reproduce

Relevant log output in the Log panel

Expand ``` ```

Information about the application, settings and environment

Expand QOwnNotes - version 22.1.6 - GitHub Actions - build 937 Plain-text file markdown note taking with Nextcloud/ownCloud integration for GNU/Linux, macOS® and Windows® (it is written in C++/Qt®), that works together with the notes application of Nextcloud and ownCloud. Built on Jan 11 2022 with Qt 5.15.2. Copyright 2014-2022 by Patrizio Bekerle www.qownnotes.org The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Please report issues at the QOwnNotes issue page.

. It should be already in your clipboard.

pbek commented 2 years ago

That's the way the tabs work. By default there are no tabs used. New tabs are only opened then the user double-clicks a note (or uses the menu entry in the context menu). Otherwise if you just step through the notes in the note list a new tab would be opened for each step...

pbek commented 2 years ago

As for new notes itself... Maybe that could be an option some day.