-
-
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
Buttons to emulate keystrokes #81
Comments
Hi @hillechien, thanks for the feedback! I am currently out of time to add features to my-mind, but I will at least try to address your points theoretically.
I think this is because there is an inivisible textarea that is being focused every time something gets clicked. This is because the user should be able to hit ctrl+c and use that to copy stuff to clipboard.
I would suggest putting small touchable "fold/unfold" icons/button next to nodes, instead of cluttering the UI with more buttons.
Sounds like a tiny bit of custom CSS for this. Or perhaps a URL-based option for default UI open/close state?
There is not usable built-in support for this. The file format used for saving stuff does not even have a proper place to store this information :-(
It really depends on what type of authorization do you use for your WebDAV.
The code is pretty old and does not use any modern fancy JS features. You can easily edit individual |
First of all, this is very nice software! I have been searching everywere for something like this before I found my-mind.
I am trying to publish some large mind maps on my website, and I would like to make them interactive.
A preview of them is here:
http://suntzu.squaringthecircles.com/mymind/mymind.php
I have a few problems though:
I can do some limited JavaScript, but I am a bit at a loss where to start.
The text was updated successfully, but these errors were encountered: