No description
Find a file
Emile van Krieken 4c18c9ed00
Merge pull request #148 from henrebotha/patch-1
Fix broken link in plugin UI
2025-02-27 10:10:11 +01:00
.github Pjeby build script 2022-01-11 13:15:22 +01:00
docs feat: Flexibility in adjusting collections on which layout is enacted 2023-11-05 15:07:39 +01:00
src Fix broken link in plugin UI 2025-02-21 18:13:44 +01:00
.gitattributes Initial commit 2020-12-05 13:49:29 +01:00
.gitignore refactor: Standard plugin repo structure + build script 2022-01-11 14:01:06 +01:00
CHANGELOG.md chore(release): 1.4.0 2022-03-14 15:14:27 +01:00
LICENSE Create LICENSE 2021-02-13 19:23:00 +01:00
main.js feat: Hover over links with hover editor to open editor in right position 2022-03-14 15:14:15 +01:00
manifest.json chore: Version bump 2023-11-10 13:52:32 +01:00
package-lock.json feat: Flexibility in adjusting collections on which layout is enacted 2023-11-05 15:07:39 +01:00
package.json fix: Compilation error 2023-10-27 14:24:08 +02:00
README.md correct README.md links 2025-02-08 20:17:08 -07:00
rollup.config.js fix: Compilation error 2023-10-27 14:24:08 +02:00
styles.css feat: Flexibility in adjusting collections on which layout is enacted 2023-11-05 15:07:39 +01:00
tsconfig.json Feat: Use default hover functionality for nodes 2022-03-12 13:56:40 +01:00
versions.json Fixes for popout windows 2023-10-26 15:24:28 +02:00

Buy Me A Coffee donate button Downloads Github latest release Documentation chat on Discord

Juggl

Juggl is a completely interactive, stylable and expandable graph view for Obsidian. It is designed as an advanced 'local' graph view called the 'workspace', where you can juggle all your thoughts with ease: By navigating your vault through a beautiful graph!

For example, you can select what parts of the graph to expand, to make sure there is never too much information on the screen. You will have complete control over the style of your graph using the powerful Cytoscape.js library: Juggl has a useful styling pane nodes colors, shapes, sizes, and icons. This helps you get an immediate overview over what the content of each node is.

Features

Juggl has many features unique to its graph view compared to the Obsidian graph view:

  • Complete control over the style of your graph using CSS, YAML and the Style Pane .
    • Include images!
  • A Workspace mode that lets you build your graph with all nodes that are relevant to your current project
    • Selectively browse and hide nodes, and pin their location so you never lose them
    • Write new ideas and see your graph evolve
    • Save your graph and continue working on it later
  • 4 different layouts to get unique insights
  • A code block that displays the graph within Obsidian notes
  • Link type support to label edges
  • Tight integration with the very useful Breadcrumbs plugin
  • Extendable through other plugins
  • Works on mobile!

Getting started

You can open Juggl from the 'more options' menu on files:

You can interact with the graph with many of the same options as in Obsidian. For further documentation, check out juggl.io, where you can find information on for example styling or the syntax of the code block. You can also open the help vault with this button in Juggl:

Extending Juggl

Juggl is completely open source and has an API available for creating Obsidian plugins that extend or use Juggl. See https://github.com/HEmile/juggl-api . You will have complete control over the internals of Cytoscape.js, which is an extremely powerful graph visualization library!