Skip to content

Commit 477dfc4

Browse files
TuannasCodeCatastropheTuannasCodeCatastrophe
andauthored
Feat (Insomnia): Raw template syntax UI option clarified (#3837)
* content inclusion * bold formatting the name of the option since lifted from the UI --------- Co-authored-by: TuannasCodeCatastrophe <[email protected]>
1 parent 6da797a commit 477dfc4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/insomnia/template-tags.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,14 @@ module.exports.templateTags = [{
120120
}];
121121
```
122122

123+
### Raw template syntax
124+
125+
Use **Raw template syntax** to control how Insomnia inserts and edits template tags.
126+
127+
It's disabled by default, which means that Insomnia opens the template tag configuration form. You configure values using structured fields, and then Insomnia generates the template tag syntax automatically.
128+
129+
When enabled, Insomnia inserts template tags as plain text expressions instead of opening the configuration form. This means that you must write and edit the template tag syntax manually, and Insomnia won't display field hints, validation, or guided inputs in this mode.
130+
131+
Use **Raw template syntax** when you want direct control over template tag expressions. Leave it disabled if you want guided configuration and inline validation.
132+
133+
To enable **Raw template syntax**, from inside the Insomnia application, go to **Preferences > General > Application > Raw template syntax**.

0 commit comments

Comments
 (0)