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

Notes and URL link #56

Open
Sardius opened this issue Oct 9, 2014 · 6 comments
Open

Notes and URL link #56

Sardius opened this issue Oct 9, 2014 · 6 comments

Comments

@Sardius
Copy link

Sardius commented Oct 9, 2014

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.

@ondras
Copy link
Owner

ondras commented Oct 10, 2014

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.

@Sardius
Copy link
Author

Sardius commented Oct 16, 2014

Hi. Thank you for the responses.

Regarding the URL - Works nicely. Thanks.
Regarding using child nodes for notes - If you have two child nodes from the same parent node then they cannot be hidden/folded independently of each other. Furthermore, long notes tend to be a problem due to possible user formatting requirements and length. If a linked form opened then it would not compromise the maps formatting and the length of the notes can be longer and viewed when required.

@ondras
Copy link
Owner

ondras commented Oct 27, 2014

Okay, notes are making sense. I am, however, not sure how to incorporate them UI/UX-wise.

@rquast
Copy link
Contributor

rquast commented Jun 9, 2019

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. ;)

@rquast
Copy link
Contributor

rquast commented Jun 9, 2019

#93

@ondras
Copy link
Owner

ondras commented Jun 10, 2019

Cool project @ondras. Wish I had the time to work on something like this - love mindmaps.

And I wish I had the time to actually improve this project further :-(

I see that in your freemind importer, you might have mistaken the node note for the node text.

That is highly probable. I am not very versed in internal details of these mind map formats.

Can submit some PRs if I get the time to work on it.

That would be great, as my time is rather limited these days.

Your code is a welcome relief from webpack and transpilation. ;)

Yeah, it is an old project 😄 (Though I do not use webpack even in recent projects -- only rollup and Make for me.)

ondras added a commit that referenced this issue Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants