Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobettelini committed Oct 31, 2024
1 parent 47ae54b commit f1d8943
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@

# Miscellaneous
- [Fish configuration](./misc_fish.md)
- [VS Code configuration](./misc_vscode.md)
- [TODO](./misc_todo.md)
12 changes: 12 additions & 0 deletions documentation/src/misc_vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# VS Code configuration

You can install the `Action Buttons` extension and add the following command:
```json
{
"name": "$(triangle-right) Run Notes",
"color": "green",
"singleInstance": true,
"command": "notes ${fileBasename}",
}
```
This will provide a button to compile the current file.

0 comments on commit f1d8943

Please sign in to comment.