Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node graph view #2

Open
EllyLoel opened this issue Mar 23, 2023 · 2 comments
Open

Node graph view #2

EllyLoel opened this issue Mar 23, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@EllyLoel
Copy link

EllyLoel commented Mar 23, 2023

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!

@carbontwelve
Copy link
Contributor

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.

@carbontwelve carbontwelve added the enhancement New feature or request label Jan 3, 2024
@xplosionmind
Copy link

xplosionmind commented Jan 17, 2024

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! 😍

@carbontwelve carbontwelve added this to the v1.1.0 milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants