https://github.com/devsunb/logseq-graph-analysis
https://github.com/devsunb/logseq-graph-analysis
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsunb/logseq-graph-analysis
- Owner: devsunb
- License: gpl-3.0
- Created: 2022-12-20T12:07:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T21:46:47.000Z (over 3 years ago)
- Last Synced: 2025-01-13T14:37:06.112Z (over 1 year ago)
- Language: TypeScript
- Size: 6.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq Graph Analysis
Learn more about the relationships between between your notes using network analysis algorithms.

## Installation
- Download a released version assets from Github.
- Unzip it.
- Click Load unpacked plugin, and select destination directory to the unzipped folder.
## Usage
- Click the graph icon to go into `graph analysis` mode.
- There are 3 modes to play with
- Navigate - Clicking a node will open it in logseq to edit
- Shortest Path - Find the shortest path between 2 notes. Click a note to select it.
- Adamic Adar - Find secret connections between your notes. Click a note to learn which notes the algorithm thinks are linked
- If there are nodes you wish to hide from your graph add the page property `graph-hide:: true`
- If you are interested in seeing suprising paths in your notes its a good idea to add this to notes that have lots of connections.
## Settings
- journal: show journal pages on your graph. may be slower. default false
## Development
1. yarn
2. yarn build
3. Load the unpacked plugin
## Icon
[Algorithm icons created by Becris - Flaticon](https://www.flaticon.com/free-icons/algorithm)
## Thank You
Huge thanks to [obsidian graph analysis](https://github.com/SkepticMystic/graph-analysis) for the inspiration and implementation of the adar algorithm!