Minder Nexus

by ksawl
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Build a semantic knowledge graph with bidirectional links and custom ontologies.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Minder Nexus

Minder Nexus is a powerful semantic knowledge graph and bidirectional linking engine for Obsidian. It allows you to define formal relationships between your notes, creating a structured ontology directly within your vault.

Key Features

🔗 Semantic Linking

Define exactly how notes are related using two powerful syntaxes:

  • Semantic Alias: [[Note|type]] — Uses the built-in alias syntax to define a relationship.
  • Dataview Inline Fields: type:: [[Note]] — Compatible with the Dataview ecosystem.

✨ Visual Enhancements

Minder Nexus makes your semantic connections visible and interactive:

  • Reading Mode Badges: Semantic links are automatically styled with type-specific badges.
  • Live Preview Integration: See relationship types directly in the editor as you type.
  • Hover Previews: Native Obsidian page previews work seamlessly for all semantic links.
  • Dead Link Detection: Visual indicators for semantic links that lead to non-existent notes.

Never lose track of a relationship. Minder Nexus automatically manages bidirectional connections:

  • Properties Sync: When you link A to B with type "supports", Minder Nexus can automatically record "supported-by" (or the same type) in the properties of Note B.
  • Grouped Updates: Optimized performance for batch operations and large files.

A dedicated view that groups your backlinks by their semantic type, giving you instant clarity on how the current note sits within your knowledge web.

A vault-wide scanner that identifies broken semantic links, helping you maintain a healthy and robust knowledge graph.


Installation

  1. Install via Community Plugins in Obsidian (Search for "Minder Nexus").
  2. Configure your Trusted Types in the Minder Nexus settings tab (e.g., supports, contradicts, part of).
  3. Enable the modules you need (Semantic Engine, Sync Master, etc.).

Support & Sponsorship

Minder Nexus is a labor of love by Kharizma & Latreia. If it helps you build a better second brain, consider supporting its development:


Security & Disclosures

Vault Enumeration

Minder Nexus uses app.vault.getMarkdownFiles() to scan all Markdown files within your vault. This scan is strictly executed to power the Dead Link Watcher feature, which detects broken semantic link references. The file paths and contents are processed locally in-memory and are never stored or transmitted.


License

This project is licensed under the MIT License.