(docs): Add documentation for #+ROAM_ALIAS attribute (#185)
parent
a8d696e6e8
commit
5b96cf806f
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
The bulk of Org-roam's functionality is built on top of vanilla |
||||
Org-mode features. However, to support additional functionality, |
||||
Org-roam adds several Org-roam-specific keywords. This functionality |
||||
is not crucial to effective use of Org-roam. |
||||
|
||||
## File Aliases |
||||
|
||||
Suppose you want a note to be referred to by different names (e.g. |
||||
"World War 2", "WWII"). You may specify such aliases using the file |
||||
`#+ROAM_ALIAS` attribute: |
||||
|
||||
```org |
||||
#+TITLE: World War 2 |
||||
#+ROAM_ALIAS: "WWII" "World War II" |
||||
``` |
||||
|
||||
Loading…
Reference in new issue