natefrisch01 / Graph-Link-Types

Link types for Obsidian graph view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Link Types for Obsidian

Summary

Graph Link Types is a plugin for Obsidian.md that enhances the graph-view by rendering link types dynamically. This plugin leverages the Dataview API and PIXI.js to create a more informative and interactive graph experience. By displaying the types of links between notes, it provides a clearer understanding of the relationships within your Obsidian vault.

If you enjoy using GraphLinkTypes and want to support its development, consider buying me a coffee! Your support helps in maintaining the project and exploring new ideas in community-driven coding.

drawing

Sample Vault Display

GraphLinkTypeDemo

Usage

To use the Graph Link Types plugin, ensure the Dataview plugin is installed in Obsidian. Then, simply add metadata with internal links to your notes using Dataview's syntax. Graph Link Types will render these links as text in the graph view.

In your note, add metadata like this:

---
related: [[Research Document]]
---

Or inline:

related:: [[Research Document]]

GraphLinkTypes will display "related" on the link in the graph view.

Features

  • Dynamically rendered link types in Obsidian's graph view.
  • Custom text display for each link based on metadata.
  • Efficient updating and rendering using PIXI.js.

Development and Contributions

Interested in contributing to the development of Graph Link Types? Check out the Obsidian Sample Plugin for guidelines on how to develop a custom plugin for Obsidian.

Milestone Goals

Stay updated with our progress and future plans by checking our Milestone Goals.

About

Link types for Obsidian graph view.

License:MIT License


Languages

Language:TypeScript 94.5%Language:JavaScript 5.0%Language:CSS 0.5%