Skip to content

Commit 86bf842

Browse files
committed
Mentioned that a page can have more than one alias
1 parent f66b9c0 commit 86bf842

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/Aliases and external links.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
- `[This is the label or name of the link](https://thisistheurl.com)`
33
- Apart from linking to pages outside of Logseq, you can also use the alias function to link to an internal page. This is handy for when you want to show a different label for an internal link. For example, `[I worked on projects]([[Projects]])` will make the entire "I worked on projects" sentence clickable and point it to the _Projects_ page.
44
- Finally, for aliases that you use often it's best to add a page alias. For example, you might want the link `[[PKM]]` to point to the page `Personal Knowledge Management`. To do this, add the following in the **first block** of the page `Personal Knowledge Management`: `alias:: PKM`
5+
- A page can have more than one alias, separated by tags.
6+
- For example, `alias:: PKM, Knowledge Management`
7+
- Aliases can include a [namespace]([[Namespaces]]) as well. For example, `alias:: Recipes/Pho`
58
- Now, anytime you click a `[[PKM]]` link, you'll end up on the `Personal Knowledge Management` page.

0 commit comments

Comments
 (0)