Open EllyLoel opened 1 year ago
Thankyou @EllyLoel. I think there will be some refactoring needed in order to get a nice node graph out of the data this plugin produces but it's certainly something I want to add and thankyou for sharing your code it will be useful.
Hi @EllyLoel and @carbontwelve! I have stumbled upon this repository. So far, it is the best implementation of an Eleventy-based notes graph I found!
I am not a coder and I struggle with JavaScript, but if you guide me through it, I would be super happy to help to try to integrate this in this plugin! 😍
Love this plugin, thanks so much for putting it together!
Prior to finding this plugin I had a bit of a hacked together version of something like this on my site that included a node graph view, so I thought I'd offer my code up incase it helps getting this feature implemented at all.
Here's the link to my probably janky code. Most of everything comes from the code from D3 Force-Directed Graph, Disjoint on ObservableHQ but I did add extra stuff like a skip link for keyboard or assistive tech users to jump past the graph. Oh and the good thing about the code I used from ObservableHQ is that it's output graph is SVG and not Canvas so it's more accessible.
I'll stop my rambling here but let me know if you've got any questions about my code, hope it's helpful!