Skip to content

Instantly share code, notes, and snippets.

@exdeejay
exdeejay / Tag List.md.txt
Last active March 30, 2026 16:12
Obsidian Dataview snippet - List all tags sorted by frequency of use
## 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)
@exdeejay
exdeejay / Homeless Notes.md.txt
Last active March 30, 2022 17:02
Obsidian Dataview snippet - List all pages that aren't linked to in any other file
## 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