You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/Aliases and external links.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,7 @@
2
2
- `[This is the label or name of the link](https://thisistheurl.com)`
3
3
- 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.
4
4
- 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`
5
8
- Now, anytime you click a `[[PKM]]` link, you'll end up on the `Personal Knowledge Management` page.
0 commit comments