Skip to content

Commit

Permalink
Adding reference to the vscode key binding command (foambubble#989)
Browse files Browse the repository at this point in the history
When setting up my foam workspace, it took me a bit to find this command. Calling it out here to make it easier for the next person.
  • Loading branch information
drewtyler authored Apr 28, 2022
1 parent b9e18de commit c4f35b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/creating-new-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Creating New Notes

- Write out a new `[[wikilink]]` and `Cmd` + `Click` to create a new file and enter it.
- For keyboard navigation, use the 'Follow Definition' key `F12` (or [remap key binding](https://code.visualstudio.com/docs/getstarted/keybindings) to something more ergonomic)
- For keyboard navigation, use the 'Follow Definition' key `F12` (or [remap the 'editor.action.revealDefinition' key binding](https://code.visualstudio.com/docs/getstarted/keybindings) to something more ergonomic)
- `Cmd` + `Shift` + `P` (`Ctrl` + `Shift` + `P` for Windows), execute `Foam: Create New Note` and enter a **Title Case Name** to create `Title Case Name.md`
- Add a keyboard binding to make creating new notes easier.
- The [[note-templates]] used by this command can be customized.
Expand Down

0 comments on commit c4f35b7

Please sign in to comment.