Formtoggle collapse option

Hi everyone.

Here is my problem and, consequently, my request:
Currently, when using Text Blaze, I group various use cases or prompts—organized by tool or topic (e.g., LLM conversations, AI coding agents, Obsidian, Logseq)—into formtoggle elements.
I stack them within a single snippet to avoid having 30 different shortcuts for the same area of ​​use.
The problem is that when I have even just four or five formtoggle elements with long, detailed content, it becomes difficult to navigate the snippet in edit mode — even with line breaks between elements or color coding.

Hence my request: would it be possible to have a collapse option in edit mode to hide the content of a formtoggle?
As you can see on the screenshot, the Preview is perfect and compact and clear, but the edit is quite difficult to navigate.

Thank you for the attention you will give to this problem.


Hi @OliCan Welcome back to the forum! :slight_smile:

Thanks for sharing the interesting request! In the meantime, you can consider using the {import} command to split up your large snippet into smaller, cohesive parts.

hey @Gaurang_Tandon
Thank you for your fast reply.

I use the {import} for some very big (25 000+ characters) prompt to group 2 snippets into a single one : {import: /time-part1} {import: /time-part2}

My request is more of a "Quality Of Life" feature while editing rather than solving a "too big" prompt problem.