-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e583a23
commit b096c11
Showing
8 changed files
with
69 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#dataview | ||
|
||
# Data | ||
|
||
[[Australia]] | ||
[[Australia#Victoria]] | ||
[[Australia#^states-and-territories]] | ||
|
||
[[Australia|AUS]] | ||
[[Australia#Victoria|VIC]] | ||
[[Australia#^states-and-territories|States and Territories]] | ||
|
||
[[Australia|<]] | ||
[[Australia#Victoria|<<]] | ||
[[Australia#^states-and-territories|<<<]] | ||
|
||
# View | ||
|
||
```dataview | ||
TABLE file.outlinks FROM #dataview | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
NOTE: Aliased links appear to break tables... | ||
|
||
| Link | Link | | ||
| --- | --- | | ||
| [[Australia]] | [[Australia]] | | ||
| [[Australia#Victoria]] | [[Australia#Victoria]] | | ||
| [[Australia#^states-and-territories]] | [[Australia#^states-and-territories]] | | ||
|
||
| Link | Aliased Link | | ||
| --- | --- | | ||
| [[Australia]] | [[Australia|AUS]] | | ||
| [[Australia#Victoria]] | [[Australia#Victoria|VIC]] | | ||
| [[Australia#^states-and-territories]] | [[Australia#^states-and-territories|States and Territories]] | | ||
|
||
| Aliased Link | Link | | ||
| --- | --- | | ||
| [[Australia|AUS]] | [[Australia]] | | ||
| [[Australia#Victoria|VIC]] | [[Australia#Victoria]] | | ||
| [[Australia#^states-and-territories|States and Territories]] | [[Australia#^states-and-territories]] | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
"1.0.2": "0.16.3", | ||
"1.1.0": "1.1.1", | ||
"1.1.1": "1.1.1", | ||
"1.1.2": "1.1.1" | ||
"1.1.2": "1.1.1", | ||
"1.1.3": "1.1.1" | ||
} |