Does someone know a way to insert templates but after a modular system

So that I can make something like this:

  1. Create Dokument Button
  2. choose a document class
  3. choose elements which you wanna have on the page
  4. store the chosen elements.
    5.(if needed open the template area again and add a extra field

So that I create templates but without a thousand different templates on a constant way.

Or a way to trigger own user interfaces after a action which I did. So that I by my self can define. the content of the popup. And insert a search field, and further buttons with obsidian actions behind it?

You need tools and not shy from scripting.
My advice is to look up on Templater and Modal forms. Back in the day I mentioned both in this thread, where I showed some code how it is possible to add frontmatter keys and values on demand.

Show some of that to ChatGPT/Claude and cook away, experiment.

1 Like

At the beginning I would be happy if I can create dropdown manus in a template section. I mean, I have to create the single templates anyway. But would not like to have to find my preferred, in a list of a thousand.

A few days ago I sent a link in the other thread for the Potato demo vault complete with the YouTube tutorial in which the person at one point shows how she selects from 3-4 templates in a pop-up suggester.