-
Notifications
You must be signed in to change notification settings - Fork 51
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
Click-through links from nodes? #28
Comments
Comment by desplesda Do you mean clicking on the link to the node, in the text editor? If you do, it might be a little challenging, because clicking inside the link means "set the cursor here". The Yarn Editor doesn't really have a "view" mode that would support this, and one would need to be added first. (Not trying to shut down your idea! Just thinking through what it would need.) |
Comment by blurymind I implemented automatic node creation in the electron version. You can try it here: there is a windows build. |
Comment by Flyingvette I use the windows version frequently, any love that it gets is much appreciated. I've managed to get most of the updates by just copying the new files over the current windows compilation on the front page, but its a little suspect at times. |
Comment by blurymind This is a bit tricky because yarn uses ace editor for text editing. Ace doesn't officially support links, which is what I would need to make some of the text clickable. There might be a way around this |
Comment by blurymind This is now kind of in the new electron version :) If you select the text in the node link and right click on it, there is now an option to visit that node in the context menu I have to put out a bug fix release soon, as I noticed a couple of awful bugs that had to be fixed last night |
Issue by cjacobwade
Friday Mar 25, 2016 at 05:44 GMT
Originally opened as InfiniteAmmoInc/Yarn#28
Would be awesome to click a link created from a node and have it be created if it doesn't exist and then open that node.
The text was updated successfully, but these errors were encountered: