Syntax | Result | Comment |
http://example.com | http://example.com | Link to webpage |
[[http://example.com]] | http://example.com | Link to webpage |
[[Link sample -> http://example.com]] | Link sample | Link to webpage with comment |
[[http://example.com | Link sample]] | Link sample | Link to webpage with comment |
[[page://__d630dac7-3254-47aa-acca-7aa186ff76b0]] | page://__d630dac7-3254-47aa-acca-7aa186ff76b0 | Link to note by identifier |
[[page://__d630dac7-3254-47aa-acca-7aa186ff76b0 | Link to other note]] | Link to other note | Link to note by identifier with comment (variant 1) |
[[Link to the current note -> page://__d630dac7-3254-47aa-acca-7aa186ff76b0]] | Link to the current note | Link to note by identifier with comment (variant 2) |
[[Note Types/Wiki Note/Links]] | Note Types/Wiki Note/Links | Link to note by name |
[[/Note Types/Wiki Note/Links/subpage]] | /Note Types/Wiki Note/Links/subpage | Link to note by name |
[[Note Types/Wiki Note/Links/subpage | Other page]] | Other page | Link to note by name with comment |
[[/Note Types/Wiki Note/Links/subpage | Other page]] | Other page | Link to note by name with comment |
[[Other page -> Note Types/Wiki Note/Links/subpage]] | Other page | Link to note by name with comment |
[[Other page -> /Note Types/Wiki Note/Links/subpage]] | Other page | Link to note by name with comment |
[[../../HTML Page]] | ../../HTML Page | Link to note by relative path (work in Windows only) |
[[../../HTML Page | HTML Page]] | HTML Page | Link to note by relative path with comment (work in Windows only) |
[[HTML Page -> ../../HTML Page]] | HTML Page | Link to note by relative path with comment (work in Windows only) |
https://jenyay.net/uploads/Outwiker/Dev/outwiker_100_white.png | ![]() |
Image from webpage |
Syntax | Result | Comment |
[[#anchor]] | Add anchor "#anchor" | HTML code: <A NAME="#anchor"></A> |
[[#anchor | Link to anchor]] | Link to anchor | Link to anchor "#anchor" |
[[ Link to anchor -> #anchor]] | Link to anchor | Link to anchor "#anchor" |
[[page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor]] | page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor | Link to anchor "#anchor" in another note |
[[page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor | Link to anchor in another note]] | Link to anchor in another note | Link to anchor "#anchor" in another note |
[[ Link to anchor in another note -> page://__d0ed44d4-0772-4f04-80ca-98fc55530667/#anchor]] | link to anchor in another note | Link to anchor "#anchor" in another note |