Suggestion to Improve New Folder Template Addition Behavior in Templater Settings
yaxirhuxxain opened this issue · 1 comments
Is your feature request related to a problem?
No
Describe the solution you'd like:
In the Templater settings, adding a new folder template using the + button currently inserts the new item at the bottom of the list and automatically scrolls the page up. This behavior can be improved in two ways:
Solution 1: The button should add the new item just below it (at the first index instead of the last index) and focus on it without scrolling.
Solution 2: The button should add the new item at the bottom (current behavior) and scroll down to focus on the inserted item.
Describe alternatives you've considered:
No
Additional context:
This request pertains to the Templater/Folder Templates settings.
I would prefer solution 2. I would expect a user to be adding their folder templates from top to bottom based on their folders in the file explorer pane, and it would be easier to verify if you've created a folder template for each folder if they match the order in the file explorer pane.