mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* reorganized and updated foam docs * minor changes to vscode extension readme * added 404 page and minor changes Co-authored-by: Joe Previte <jjprevite@gmail.com>
999 B
999 B
Adding Custom Snippets
You can add custom snippets whilst the default set of snippets are decided by following the below steps:
Cmd+Shift+P(Ctrl+Shift+Pfor Windows), typesnippetsand selectPreferences: Configure User Snippets.- The command palette will remain in focus. Search for
markdownand select the entry entitledmarkdown.json (Markdown). - A JSON file will open. You can author your own snippets using the documentation to help you, or if you're using a snippet shared by another Foam user then you can copy and paste it in, as the below GIF demonstrates:

To get started, you might consider replacing the entire contents of the markdown.json file opened by the steps above with the JSON in this comment.