Text Snippets
Text Snippets is a text extension tool, that lets you set short words that expand to longer structures when triggered. In the Callouts example, you can see that typing blue and pressing ctrl + tab
(see ur plugin settings) will result in a (blue) callout! You can do this for whatever you like, and even tell where your cursor is after expanding by adding the $end$
at that position in your snippet.
You can try the following snippets by pasting them in the plugin settings here:
Callouts:
blue : > [!Info]- $end$
plurple : > [!example]- $end$
green : > [!success]- $end$
orange : > [!warning]- $end$
gray : > [!quote]- $end$
red : > [!failure]- $end$
yellow : > [!abstract]- $end$
Codeblocks with different Syntax-Highlighting
code : ```
$nl$
$end$ $nl$
```
latex : ``` latex
$nl$
$end$ $nl$
```
python : ``` python
$nl$
$end$ $nl$
```
pws : ``` powershell
$nl$
$end$ $nl$
```
bash : ``` bash
$nl$
$end$ $nl$
```
Check theGithub!
Continue with: 7) Hover Editor