Skip to content

Embedding juggle on a website #60

Answered by HEmile
ladanuzhna asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for your question! I have not tried this, but what you might be able to do (would require some coding):

  • Save your graph in the workspace mode
  • Copy .obsidian/plugins/juggl/<name of your saved graph>/graph.json to your server
  • Add cytoscape.js to your website
  • In cytoscape.js, load graph.json with cy.json() (see https://js.cytoscape.org/#cy.json)

However, extra features added by Juggl such as the hover preview will not work, you'd just be able to see the graph. Embedding Juggl itself is not (currently) possible, only a snapshot of it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ladanuzhna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants