MCPcopy Index your code
hub / github.com/HEmile/juggl

github.com/HEmile/juggl @1.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.5.0 ↗ · + Follow
216 symbols 454 edges 24 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<a href="https://ko-fi.com/Emile" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" width="160"/></a>
<a href="https://github.com/HEmile/juggl/releases">
    <img src="https://img.shields.io/github/downloads/HEmile/juggl/total.svg"
        alt="Downloads" width="110"></a> 
<a href="https://github.com/HEmile/juggl/releases">
    <img src="https://img.shields.io/github/v/release/HEmile/juggl"
        alt="Github latest release" width="100"></a>

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!

Extension points exported contracts — how you extend this code

IFuseFile (Interface)
(no doc)
src/interfaces.ts
IJugglPluginSettings (Interface)
(no doc)
src/settings.ts

Core symbols most depended-on inside this repo

on
called by 27
src/viz/visualization.ts
trigger
called by 15
src/viz/visualization.ts
onGraphChanged
called by 10
src/viz/visualization.ts
getLayoutSetting
called by 10
src/viz/layout-settings.ts
pathToSvg
called by 9
src/ui/icons.ts
getGraphColor
called by 9
src/viz/stylesheet.ts
storeId
called by 8
src/obsidian-store.ts
setLayout
called by 8
src/viz/visualization.ts

Shape

Method 145
Class 51
Function 18
Interface 2

Languages

TypeScript100%

Modules by API surface

src/viz/visualization.ts30 symbols
src/viz/workspaces/workspace-mode.ts26 symbols
src/viz/layout-settings.ts26 symbols
src/main.ts19 symbols
src/pane/view.ts17 symbols
src/obsidian-store.ts16 symbols
src/viz/local-mode.ts15 symbols
src/viz/stylesheet.ts9 symbols
src/viz/query-builder.ts8 symbols
src/viz/workspaces/workspace-manager.ts7 symbols
src/pane/icon-modal.ts7 symbols
src/settings.ts6 symbols

For agents

$ claude mcp add juggl \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page