Skip to content

Commit ad12962

Browse files
committed
Restructure documentation page
1 parent 6a1e61d commit ad12962

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/wiki-links.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
Foam enables you to Link pages together using `[[file-name]]` annotations (i.e. `[[media-wiki]]` links).
44

5-
- Both `[[file-name]]` and `[[file-name.md]]` work
65
- Type `[[` and start typing a file name for autocompletion.
6+
- Note that your file names should be in `lower-dash-case.md`, and your wiki links should reference file names exactly: `[[lower-dash-case]]`, not `[[Lower Dash Case]]`.
7+
- See [[link-formatting-and-autocompletion]] for more information, and how to setup your link autocompletions to make this easier.
78
- `Cmd` + `Click` ( `Ctrl` + `Click` on Windows ) on file name to navigate to file (`F12` also works while your cursor is on the file name)
89
- `Cmd` + `Click` ( `Ctrl` + `Click` on Windows ) on non-existent file to create that file in the workspace.
910

1011
> If the `F12` shortcut feels unnatural you can rebind it at File > Preferences > Keyboard Shortcuts by searching for `editor.action.revealDefinition`.
1112
12-
Note that your file names should be in `lower-dash-case.md`, and your wiki links should reference file names exactly: `[[lower-dash-case]]`, not `[[Lower Dash Case]]`.
13-
14-
See [[link-formatting-and-autocompletion]] for more information, and how to setup your link autocompletions to make this easier.
15-
1613
## Required extensions
1714

1815
- [Markdown Notes](https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes) (core functionality)

0 commit comments

Comments
 (0)