#linkednotes — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #linkednotes, aggregated by home.social.
-
Trouble finding those lonely notes in your #obsidianMD vault? Try this #DataView block, giving you a list with all notes with neither ingoing or outgoing links.
```dataview
LIST
FROM
-"02 Kalender" and
-"05 Extras/Templates"
WHERE
length(file.inlinks) = 0 and
length(file.outlinks) = 0
```(I excluded my calendar based notes and all templates) – feel free to apply your own customization!
-
Trouble finding those lonely notes in your #obsidianMD vault? Try this #DataView block, giving you a list with all notes with neither ingoing or outgoing links.
```dataview
LIST
FROM
-"02 Kalender" and
-"05 Extras/Templates"
WHERE
length(file.inlinks) = 0 and
length(file.outlinks) = 0
```(I excluded my calendar based notes and all templates) – feel free to apply your own customization!