Files
foam/docs/wikilinks.md
2021-11-01 20:04:37 +01:00

1.7 KiB

Wikilinks

Foam enables you to Link pages together using [[file-name]] annotations (i.e. [[MediaWiki]] links).

  • Type [[ and start typing a file name for autocompletion.
  • Cmd + Click ( Ctrl + Click on Windows ) on file name to navigate to file (F12 also works while your cursor is on the file name)
  • Cmd + Click ( Ctrl + Click on Windows ) on non-existent file to create that file in the workspace.

If the F12 shortcut feels unnatural you can rebind it at File > Preferences > Keyboard Shortcuts by searching for editor.action.revealDefinition.

Markdown compatibility

The Foam for VSCode extension automatically generates [link-reference-definitions] at the bottom of the file to make wikilinks compatible with Markdown tools and parsers.

Read more