-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Notes and URL link #56
Comments
For (interactive) links, just type the web address into a node value. It will get automatically detected and converted to a clickable URL. If you do not want to mix node data with an URL, please consider adding a child node with the URL. The same might apply to a longer note - write the note into a child node and then "f"old it away so it gets out of view. Please let me know if you understand my suggestions. I will post a relevant screenshot if requested. |
Hi. Thank you for the responses. Regarding the URL - Works nicely. Thanks. |
Okay, notes are making sense. I am, however, not sure how to incorporate them UI/UX-wise. |
Cool project @ondras. Wish I had the time to work on something like this - love mindmaps. For notes, I think it's one of the best features of mindmaps (namely freemind and mindmanager). I see that in your freemind importer, you might have mistaken the node note for the node text. I think there needs to be a property, maybe "richcontent" or something like that rather than children (so it keeps in a similar format to freemind files). From there, need to add a modal or maybe something similar to the existing help and toolbox sliders. Part of what other mm program do is export structured content to reports. Notes are used as the content and the node text is the heading. https://www.youtube.com/watch?v=YY7uNPurBF4 Can submit some PRs if I get the time to work on it. Your code is a welcome relief from webpack and transpilation. ;) |
And I wish I had the time to actually improve this project further :-(
That is highly probable. I am not very versed in internal details of these mind map formats.
That would be great, as my time is rather limited these days.
Yeah, it is an old project 😄 (Though I do not use webpack even in recent projects -- only rollup and Make for me.) |
I thought it would be nice to have the ability to add a long note to a node which opens in a modal type window.
Maybe also add the ability to assign a URL link to a node.
The text was updated successfully, but these errors were encountered: