No description
Find a file
2025-07-16 17:14:46 +03:00
.gitignore Removed compiled plugin version from repo, removed top-level settings heading. 2025-07-16 17:14:46 +03:00
esbuild.config.mjs Initial published version (0.3.0) 2025-06-04 18:23:24 +03:00
LICENSE Initial published version (0.3.0) 2025-06-04 18:23:24 +03:00
main.ts Removed compiled plugin version from repo, removed top-level settings heading. 2025-07-16 17:14:46 +03:00
manifest.json Removed compiled plugin version from repo, removed top-level settings heading. 2025-07-16 17:14:46 +03:00
package-lock.json Improved error handling and corner case checking 2025-06-05 00:23:11 +03:00
package.json Removed compiled plugin version from repo, removed top-level settings heading. 2025-07-16 17:14:46 +03:00
README.md Updated plugin name 2025-06-05 00:37:14 +03:00
styles.css Replaced direct styles manipulation with data marker + standalone styles.css 2025-06-05 13:22:27 +03:00
tsconfig.json Initial published version (0.3.0) 2025-06-04 18:23:24 +03:00

UnLime

Obsidian Lime logo

UnLime is a tiny Obsidian plugin adding a functionality of toggling the visibility of "Unlinked mentions" sections within standard Obsidian Backlinks and Outgoing Links panels.

Why

Working with large vaults with a diverse set of notes creates lots of false positives under "Unlinked mentions". Using Backlinks and Outgoing Links panels while constantly seeing those irrelevant entries can be distractful. I created this to keep my workspace cleaner and less cluttered.

How

  1. In Obsidian, open "Settings" and navigate to "Community plugins"
  2. Click "Browse" and search for "Obsidian Lime"
  3. Click "Install"
  4. In the "Installed plugins" section enable "Obsidian Lime"
  5. Go to "Obsidian Lime" plugin settings and switch ON toggels to hide "Unlinked mentions", separately for Backlinks and Outgoing links panels

What's next

This is likely very fragile, but it works and has been tested on Macos Obsidian desktop version 1.8.10. I'm not able to verify this for other platforms and it could be challenging for me to maintain compatibility with future versions. Contributions are welcomed.