-
-
Notifications
You must be signed in to change notification settings - Fork 115
New note gets added to parent, grandparent... etc. folders in the new nested tag system. #831
Comments
Why wouldn't you want child notes to appear when navigating parent tag? Can you give an example? For the record parent tags are added explicitly to the note and you can remove them if you don't want this behavior. |
This is a change in behavior from how folders used to work. Say I have a parent folder called Python where I have Python related notes. When I click on Python, the parent folder, I dont' want to see Flask related notes for obvious reason. I just want to see my python notes. |
I would like to add: If this change in behavior of your app is planned (and not an unintended side effect), then it would be nice if you could add a setting such that those of us who want the old behavior could set it that way. Having to delete tags, especially when there are many levels deep nesting, having to delete multiple tags every time I create a new note is a hassle. |
I think this is the same issue as https://github.com/standardnotes/web/issues/597 that I raised last year in summer. Since then, the issue had been fixed and opened again. |
There will likely be two camps of people on this topic. Those who want to see Flask notes when they open the Python tag, and those who don't. Note that this isn't a change of behavior from the Folders extension. It also added parent tags recursively. Likely we will have to create a user-config for this, as we do have to default towards some mode. |
I think of this as a good feature. |
But let's say you have a folder Contacts. Then inside you have Personal and Business. If you wanted to view all Contacts, personal or business, shouldn't you be able to click the top level Contacts to view them? |
Yes, I agree to this logic @moughxyz. Any contact that is not categorized anywhere in Personal or Professional, needs another category and definitely don't be the only item when Contacts folder is clicked. |
If my memory serves me right, this is only partially correct. Previous behavior: Current behavior: |
I totally agree with makarandh!!! |
We'll probably just have to make this a user preference setting. No other way to do it. We'll add it to our roadmap. |
"Told you there are two camps of people" - Don't think that is being debated as this really isn't a right or wrong kind of thing. But as with the removal of Extension browsing, making changes to long-standing features\functionality with little-to-no notice + no solicitation of user feedback is generally a bad idea. |
Repro steps:
Expected Behavior:
The new note should appear only under Child folder but not under Parent and Grandparent folder. The only tag it should have is Grandparent/Parent/Child
Actual Behavior:
The new note appears in all 3: Child, Parent, Grandparent. It has 3 tags: Grandparent, Grandparent/Parent, Grandparent/Parent/Child
Environment:
Standard Notes 3.10.0
Debian 11 (Bullseye)
The text was updated successfully, but these errors were encountered: