folders-component
folders-component copied to clipboard
New nested folder creation behaviour
- using the folders extension
- when typing a tag/folder like
parent.child
- if
parent
exists,child
is created, as expected underparent
- if
parent
does NOT exist, then a flat tag namedparent.child
is created - I'm not sure if this is intended behaviour, it seems a bit counter intuitive to me - i would have expected
parent
to be created for me andchild
under it. - obviously just my feeling, delete if you think its a terrible idea!