15 lines
924 B
Markdown
15 lines
924 B
Markdown
|
You can create three types of links in SilverBullet:
|
||
|
|
||
|
* External links, using the `[title](URL)` syntax, for instance: [SilverBullet community](https://community.silverbullet.md).
|
||
|
* “Naked” URL links, like https://community.silverbullet.md
|
||
|
* Internal links using the `[[page name]]` syntax
|
||
|
|
||
|
# Internal link format
|
||
|
Internal links have different formats:
|
||
|
|
||
|
* `[[CHANGELOG]]`: a simple link to another page that appears like this: [[CHANGELOG]].
|
||
|
* `[[CHANGELOG|The Change Log]]`: a link with an alias that appears like this: [[CHANGELOG|The Change Log]].
|
||
|
* `[[CHANGELOG$edge]]`: a link referencing a particular [[Anchors|anchor]]: [[CHANGELOG$edge]].
|
||
|
* `[[CHANGELOG#Edge]]`: a link referencing a particular header: [[CHANGELOG#Edge]]
|
||
|
* `[[CHANGELOG@1234]]`: a link referencing a particular position in a page (characters from the start of the document). This notation is generally automatically generated through templates.
|