https://github.com/graydon/obsidian-dangling-links
obsidian plugin for displaying dangling links
https://github.com/graydon/obsidian-dangling-links
obsidian-plugin
Last synced: 6 months ago
JSON representation
obsidian plugin for displaying dangling links
- Host: GitHub
- URL: https://github.com/graydon/obsidian-dangling-links
- Owner: graydon
- License: mit
- Created: 2020-11-24T03:37:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T02:35:14.000Z (over 1 year ago)
- Last Synced: 2025-04-13T02:09:48.257Z (6 months ago)
- Topics: obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 2.49 MB
- Stars: 47
- Watchers: 5
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - graydon/obsidian-dangling-links - obsidian plugin for displaying dangling links (TypeScript)
README
# obsidian-dangling-links
## Note
This plugin is only lightly maintained, you might find
[this alternative](https://github.com/ipshing/obsidian-broken-links) suits your
needs better.
This is a small plugin for [Obsidian](http://obsidian.md) that displays the set
of dangling links in your current vault in a side-panel -- links you've put in
a note somewhere that don't currently point to anything in the vault.Dangling links may be typos or they may be links you intended to make a note for
but forgot to get to. Either way, it can be nice to have a list of them to work
with.## Usage
The panel is accessed with the "Dangling links: Open view" command, or by
clicking the broken-link ribbon icon. Dangling links can be grouped by the
file or folder they occur in, or can be shown as a list of dangling links and
their reference and you can click each occurrence to navigate to it.You are also able to collapse each item or ignore complete folders from the
settings page.## Compatibility
I've marked this as requiring obsidian v0.9.15 because that's what I have. If
you get it working on an earlier one, I'm happy to reduce that number. I don't
have a lot of time to spend testing versions though and I don't see a big reason
to stick with old versions.