-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add visualization for Requires and Used by #435
Comments
I don’t think this feature will ever be added in SassDoc’s core as it would probably be quite massive, but I could see a plugin that would use SassDoc to build a data tree like the one you linked to. |
I can understand that. Is there a ressource on creating a plugin? |
Hi, I guess with a mix of specific annotations and a custom theme one could go pretty far. |
Yep, I've looked through that page but did not find anything called a plugin - hence my question. |
Plugin was my generic word for “a tool built with SassDoc”. In this case, it could be a theme. |
Mkay, I'll have a look at it - thanks |
Navigating with the links that are generated for requires and used by is very handy for smaller projects. But with alot of variables it gets messy quickly. By integrating a Tree View (like http://bl.ocks.org/mbostock/4339083) this would be greatly enhanced.
This is our real world scenario:
We have a framework with a large set of specific variables that inherit their default value from more general ones. This makes it very fast to create basic stylings. eg Colors:
Now there are branches, for example link states.
In reality there are even more layers, for example header or footer, which makes it very difficult to keep track of what the relationships between the variables across those branches are.
If something like this could be added, this would be great.
Maybe we could help you implement it, if you point me to where and how you would want something like this to be implemented.
The text was updated successfully, but these errors were encountered: