From f6cf4f5adc1e38c02566507b8d565c060b97a7ce Mon Sep 17 00:00:00 2001 From: Alexandre Leclerc Date: Tue, 27 May 2025 12:06:12 -0400 Subject: [PATCH] Add Quick Tips --- Quick-Tips.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Quick-Tips.md diff --git a/Quick-Tips.md b/Quick-Tips.md new file mode 100644 index 0000000..15ccf19 --- /dev/null +++ b/Quick-Tips.md @@ -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.