No description
Find a file
2026-05-16 07:06:27 -04:00
src Update linkManager.ts 2026-05-16 07:01:55 -04:00
.editorconfig Initial commit 2024-01-05 13:33:30 -05:00
.eslintignore Initial commit 2024-01-05 13:33:30 -05:00
.eslintrc Initial commit 2024-01-05 13:33:30 -05:00
.gitignore Initial commit 2024-01-05 13:33:30 -05:00
.npmrc Initial commit 2024-01-05 13:33:30 -05:00
esbuild.config.mjs Src dir, window-open event, and new Notice for no Dataview. 2024-01-29 14:52:15 -05:00
LICENSE Create LICENSE 2024-01-08 13:43:20 -05:00
manifest.json Version bump. 2026-05-16 07:06:27 -04:00
package-lock.json Revert "Revert package-lock.json to upstream state (not our change to make)" 2026-04-13 20:10:52 +00:00
package.json Link name opacity change 2024-05-05 13:27:17 -04:00
README.md Update README.md 2024-01-17 13:12:08 -05:00
styles.css Initial commit 2024-01-05 13:33:30 -05:00
tsconfig.json Src dir, window-open event, and new Notice for no Dataview. 2024-01-29 14:52:15 -05:00
version-bump.mjs Initial commit 2024-01-05 13:33:30 -05:00
versions.json Initial commit 2024-01-05 13:33:30 -05:00

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.