-
Notifications
You must be signed in to change notification settings - Fork 21
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
need to develop roadmap functionality within our website and docs site similar to the website roadmap.sh and markmap.js.org #105
Comments
@devopstoday11 please create a video in details about this task. |
@tfsojon |
@devopstoday11 you there? |
@tfsojon |
please check discord. |
@devopstoday11 |
@devopstoday11 |
@tfsojon , just saw this message. |
@tfsojon , |
I figured the issue and fixed it and pushed it to chandu branch. @tfsojon |
Currently supports Since they doesn't have the click support, I have to write custom code separately for different diagram. |
@devopstoday11 please check the last comment. |
Yes, we would need these diagram types support as well to make them clickable, @tfsojon :- Also, I want to be able to use custom colors for the nodes/shapes (alias Objects) and edges (relationship lines) in the diagrams. How to do that? Is it something part of those diagrams syntax OR , does our website need to have that feature available explicitly? My guess is colors and shapes are part of syntax. Am I right? And, how can I add any type of mermaid diagram which is interactive (clickable) in a blog in the blogs area and an article in the learning-center? @tfsojon |
|
@tfsojon |
@devopstoday11 check the PR #223 but I need few possible examples to test the process are working or not in every way. |
Worked on mindmap click support #105
@tfsojon , I checked the changes. The clickable option looks good. But I didn't see any sample clickable option you added for ZenUML example. Mindmap, Flowchart, and C4 Diagram clickable are fine ; by following your examples we can write our mindmaps in those 3. Please show some examples on how to do the same for ZenUML & Graph as well. Any update on adding the mindmap clickable feature script to learning-center & blogs? |
@devopstoday11 There are no Graph. are you talking about gitGraph? |
@tfsojon , And, I do see that the example you have in the mindmaps in devops for ZenUML diagram. When I click on the elements nothing is opening like you showed for Flowchart, Mindmap, C4 diagrams. How to get a document opening similarly for zenUML diagram also when I click on some item in the zenUML diagram? @tfsojon |
Hello @devopstoday11 , Make sure the page-title and the code-block-text is same. |
If this is ready to go, then I will add this into doc site too. |
@tfsojon I am still testing on the website. |
Just like how mermaidjs functionality support was added into both website and docs site, we want python diagraming library support as well. This is the library I mentioned - |
Also need to develop feature similar to gitpitch within our website and docs site, for hosting slides within our sites. The slides are similar to slides.com which uses markdown & the above mentioned python diagram library. https://github.com/gitpitch/gitpitch @tfsojon @tfsumon Also, want similar functionality like pintora - https://github.com/hikerpig/pintora |
Alright! I'll keep you updated. |
After mingrammer diagrams support is added, need to work on the below diagram libs support as well - geoJSON and topoJSON, and ASCII STL |
@tfsumon , any updates? |
Hello @devopstoday11, Hugo offers built-in support for Goat ASCII diagrams and any diagrams that can be created using Mermaid JS. However, it does not provide support for Mingrammer, geoJSON, topoJSON, or ASCII STL. Consequently, this means it's not currently feasible to incorporate these libraries into our websites. I have been actively researching ways to integrate these libraries or similar functionalities into our website for quite a few days now. Unfortunately, I have yet to discover a suitable approach, but my research is ongoing. Rest assured, I will keep you updated as soon as I find a viable method to incorporate them into our websites. |
@tfsumon , |
This task is for later, not now.
@tfsojon
Here is the reference for the roadmap.sh site's code base - https://github.com/kamranahmedse/developer-roadmap , and
the markmap reference - https://markmap.js.org/ , https://github.com/markmap/markmap
The above two are for reference only to take a look. Strictly do not use them in our site code since licensing issues will occur.
This task can be achieved by using Javascript, Typescript, CSS, HTML, and adding the functionality in our Hugo theme.
Do this after returning from vacation the following week, please (1st week of May).
Purpose of this is to be able to write mindmaps in markdown using markdown syntax and have those rendered into beautiful mindmaps on our website. This attracts more visitors, especially tech people.
We can discuss how to combine the above two reference ideas and make them into one for our site.
The text was updated successfully, but these errors were encountered: