https://github.com/hemile/juggl-api
API for extending the Obsidian plugin Juggl
https://github.com/hemile/juggl-api
Last synced: 10 months ago
JSON representation
API for extending the Obsidian plugin Juggl
- Host: GitHub
- URL: https://github.com/hemile/juggl-api
- Owner: HEmile
- License: mit
- Created: 2021-04-18T06:46:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T13:50:27.000Z (over 2 years ago)
- Last Synced: 2025-10-14T09:34:24.557Z (10 months ago)
- Language: TypeScript
- Size: 249 KB
- Stars: 24
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# juggl-api
API for extending the Obsidian plugin Juggl.
To use it within your plugin:
- Run `npm i https://github.com/HEmile/juggl-api` in your plugin directory. Ensure it's a dependency, not a dev dependency.
Check out `index.d.ts` for the exposed methods. You can start by accessing the plugin using `getPlugin`, then from the result (check if null!) use `activeGraphs` to get the currently active Juggl instances.