This file contains hidden or 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
| ## Tags | |
| %% Copy the below text, including the ```, to use in your own file %% | |
| %% Make sure to turn on "Enable Javascript Queries" in Dataview's settings! %% | |
| ```dataviewjs | |
| // List all tags sorted by frequency of use | |
| let tags = dv.pages() | |
| .flatMap(page => page.file.tags) |
This file contains hidden or 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
| ## Homeless Notes | |
| *Notes that aren't linked to at all* | |
| %% Copy the below text, including the ```, to use in your own file %% | |
| %% Make sure to turn on "Enable Javascript Queries" in Dataview's settings! %% | |
| ```dataviewjs | |
| // Lists all pages that aren't linked to in any other file. | |
| // Fill `unlisted` with all the pages/directories |