Use different folders to populate insert (snippet) modal and create new file modal
deafmute1 opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
New file templates and insert/inplace templates are written completely differently in my experience. Templates made for one purpose are almost exclusively used for that purpose. For example, new file templates set frontmatter values, inplace ones don't. If you have many templates, these modals become bloated and full of files that are irrelevant to you and would break if used.
Describe the solution you'd like A clear and concise description of what you
want to happen.
Allow user to set separate folders to populate the two modals, so that we can segregate templates by the use case. Users who want to maintain the current situation can set the same folder for both.
Describe alternatives you've considered A clear and concise description of
any alternative solutions or features you've considered.
No alternatives
Additional context Add any other context or screenshots about the feature
request here.
Hi!
Users already get overwhelmed with the number of settings that Templater has, I would like to avoid adding more.
I have a similar workflow, often my create and insert template are different. I handle this by putting them in different folders in my templates folder, then the insert and create template are grouped by folder and can easily filter down to the list of templates I'm interested in.