mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Fix markdown linting issues - blank lines
This commit is contained in:
parent
56a0969749
commit
f1b3a0c2a7
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
VS Code is a powerful text editor, hidden behind a simple interface.
|
VS Code is a powerful text editor, hidden behind a simple interface.
|
||||||
|
|
||||||
## Keyboard shortcuts
|
|
||||||
VS Code supports various **keyboard shortcuts**, the most important for us are:
|
VS Code supports various **keyboard shortcuts**, the most important for us are:
|
||||||
|
|
||||||
| Shortcut | Action |
|
| Shortcut | Action |
|
||||||
|
@ -16,10 +15,12 @@ VS Code supports various **keyboard shortcuts**, the most important for us are:
|
||||||
For more information, see the [VS Code keyboard cheat sheets](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference), where you can also see how to customize your keybindings.
|
For more information, see the [VS Code keyboard cheat sheets](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference), where you can also see how to customize your keybindings.
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
Commands make VS Code extremely powerful.
|
Commands make VS Code extremely powerful.
|
||||||
|
|
||||||
To invoke a command, press `cmd+shift+P` and select the command you want to execute.
|
To invoke a command, press `cmd+shift+P` and select the command you want to execute.
|
||||||
For example, to see the Foam graph:
|
For example, to see the Foam graph:
|
||||||
|
|
||||||
- press `cmd+shift+P`
|
- press `cmd+shift+P`
|
||||||
- start typing `show graph`
|
- start typing `show graph`
|
||||||
- select the `Foam: Show Graph` command
|
- select the `Foam: Show Graph` command
|
||||||
|
@ -28,16 +29,15 @@ And watch the magic unfold.
|
||||||
|
|
||||||
For more information on commands, see [commands on the VS Code site](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
|
For more information on commands, see [commands on the VS Code site](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
|
||||||
|
|
||||||
|
|
||||||
If you want to learn more about VS Code, check out their [website](https://code.visualstudio.com/docs#first-steps).
|
If you want to learn more about VS Code, check out their [website](https://code.visualstudio.com/docs#first-steps).
|
||||||
|
|
||||||
## Panels
|
## Panels
|
||||||
|
|
||||||
You can see a few panels on the left, including:
|
You can see a few panels on the left, including:
|
||||||
|
|
||||||
- `Outline`: this panel shows you the structure of the file based on the headings
|
- `Outline`: this panel shows you the structure of the file based on the headings
|
||||||
- `Tag Explorer`: This shows you the tags in your workspace, see [[tags-and-tag-explorer]] for more information on tags
|
- `Tag Explorer`: This shows you the tags in your workspace, see [[tags-and-tag-explorer]] for more information on tags
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
To view or change the settings in VS Code, press `cmd+,`
|
To view or change the settings in VS Code, press `cmd+,`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue