Add Quick Tips

2025-05-27 12:06:12 -04:00
commit f6cf4f5adc

9
Quick-Tips.md Normal file

@@ -0,0 +1,9 @@
# Quick tips
## Using Visual Studio Code to Edit .tcmd Files
The **.tcmd** files are pretty much YAML files with Markdown. (Like GravCMS.)
If you want to use Visual Studio Code as an advanced text editing tool for your .tcmd files and take advantage of the Markdown highlighter, simply open a .tcmd file in Visual Studio Code, and use the shortcut `Ctrl + k` `m` and select "Markdown" in the list.
From now on, all .tcmd files will be highlighted in Markdown.