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

Click-through links from nodes? #28

Closed
desplesda opened this issue Sep 18, 2019 · 5 comments
Closed

Click-through links from nodes? #28

desplesda opened this issue Sep 18, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@desplesda
Copy link
Collaborator

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.

@desplesda desplesda added the enhancement New feature or request label Sep 18, 2019
@desplesda
Copy link
Collaborator Author

Comment by desplesda
Saturday Mar 26, 2016 at 17:03 GMT


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

@desplesda
Copy link
Collaborator Author

Comment by blurymind
Monday Nov 26, 2018 at 12:27 GMT


I implemented automatic node creation in the electron version. You can try it here:
InfiniteAmmoInc/Yarn#80

there is a windows build.
Link clicking and opening however doesnt exist yet. I could try to add it if there is interest?

@desplesda
Copy link
Collaborator Author

Comment by Flyingvette
Monday Nov 26, 2018 at 22:44 GMT


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.

@desplesda
Copy link
Collaborator Author

Comment by blurymind
Thursday Nov 29, 2018 at 08:18 GMT


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

@desplesda
Copy link
Collaborator Author

Comment by blurymind
Friday Jan 25, 2019 at 12:16 GMT


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
InfiniteAmmoInc/Yarn#80

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants