Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Relative Paths
TiddlyWiki Community Wiki
This page is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.
This page's contents need to be reviewed and/or refactored to comply with TiddlyWiki.org's quality standards.
Please improve the article, or discuss the issue on the talk page.
| Description | Code | Notes |
|---|---|---|
| root directory | /
| Unix-like operating systems only |
| current directory | ./
| |
| parent directory | ../
|
Note that on Windows, a backslash (\) might need to be used instead of a forward slash (/).
[edit] Examples
- file in same folder:
[[My Image|./MyImage.png]]or[[My Image|MyImage.png]] - file in subfolder:
[[My Document|PDF/MyDocument.pdf]] - file in parent folder:
[[My File|../MyFile.txt]]

