Skip to content

Commit 61327bb

Browse files
committed
Updates to documentation
1 parent a86dceb commit 61327bb

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,45 @@
1-
# GraphLinkTypes for Obsidian
1+
# Graph Link Types for Obsidian
22

33
## Summary
4-
GraphLinkTypes 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.
4+
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.
5+
6+
## Sample Vault Display
7+
![Sample Vault Display](link-to-gif)
8+
9+
## Usage
10+
11+
To use the Graph Link Types plugin, ensure the [Dataview](https://blacksmithgu.github.io/obsidian-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.
12+
13+
In your note, add metadata like this:
14+
15+
```markdown
16+
---
17+
related: [[Research Document]]
18+
---
19+
```
20+
21+
Or inline:
22+
23+
```markdown
24+
related:: [[Research Document]]
25+
```
26+
27+
GraphLinkTypes will display "related" on the link in the graph view.
528

629
## Features
730
- Dynamically rendered link types in Obsidian's graph view.
831
- Custom text display for each link based on metadata.
932
- Efficient updating and rendering using PIXI.js.
1033

11-
## Sample Vault Display
12-
![Sample Vault Display](link-to-gif)
1334

1435
## Development and Contributions
1536
Interested in contributing to the development of GraphLinkTypes? Check out the [Obsidian Sample Plugin](https://github.com/obsidianmd/obsidian-sample-plugin) for guidelines on how to develop a custom plugin for Obsidian.
1637

1738
## Milestone Goals
18-
Stay updated with our progress and future plans by checking our [Milestone Goals](link-to-milestone-goals).
39+
Stay updated with our progress and future plans by checking our [Milestone Goals](https://github.com/natefrisch01/Graph-Link-Types/milestones).
1940

2041
## Support the Project
2142
If you enjoy using GraphLinkTypes and want to support its development, consider [buying me a coffee](https://www.buymeacoffee.com/natefrisch)! Your support helps in maintaining the project and exploring new ideas in community-driven coding.
2243

23-
<img src="https://github.com/natefrisch01/Graph-Link-Types/assets/44580969/b0b78ff4-c3a6-4614-8a35-efc3d475d8bf)https://github.com/natefrisch01/Graph-Link-Types/assets/44580969/b0b78ff4-c3a6-4614-8a35-efc3d475d8bf" alt="drawing" width="100"/>
44+
<img src="https://github.com/natefrisch01/Graph-Link-Types/assets/44580969/b0b78ff4-c3a6-4614-8a35-efc3d475d8bf" alt="drawing" width="100"/>
2445

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "graph-link-types",
33
"name": "Graph Link Types",
4-
"version": "0.0.2",
5-
"minAppVersion": "0.15.0",
6-
"description": "Adds link types for Obsidian graph view.",
4+
"version": "0.1.0",
5+
"minAppVersion": "1.5.0",
6+
"description": "Link types for Obsidian graph view.",
77
"author": "natefrisch01",
88
"authorUrl": "https://natesnote.com",
99
"fundingUrl": "https://www.buymeacoffee.com/natefrisch",

0 commit comments

Comments
 (0)