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

[FR] Presentation mode: choosing next node for transition #106

Open
amitnovick opened this issue Sep 13, 2024 · 4 comments
Open

[FR] Presentation mode: choosing next node for transition #106

amitnovick opened this issue Sep 13, 2024 · 4 comments
Labels
feature request New feature or request maybe Is this a good idea? Let me think about it minor change

Comments

@amitnovick
Copy link

Hi again @Developer-Mike,

Another thing that I would really like to have!:

Problem

I have a presentation that is not linear.
When I reach some slide, there are multiple out edges to nodes.
Pressing PgUp/PgDn to go to next slide will pick one edge (always the same) with no choice from the user

Solution

When multiple next slide options exist, present some mechanism for choice between them


FYI I use Presentation mode not just for presentations, but also for just navigating through the canvas... so this may not exactly be what you were trying to achieve with this feature.

Thanks
Amit

@Developer-Mike
Copy link
Owner

This is already partially possible using numbers as labels for the edges. I'm not sure if this feature will be implemented anytime soon.

@Developer-Mike Developer-Mike added feature request New feature or request maybe Is this a good idea? Let me think about it minor change labels Oct 3, 2024
@amitnovick
Copy link
Author

This is already partially possible using numbers as labels for the edges. I'm not sure if this feature will be implemented anytime soon.

Hey Mike! thanks for the reply.

Could you please elaborate on "using numbers as labels for the edges"?

Suppose I have the following graph configuration:

image

In Presentation mode, is it possible to move both to node Bar and node Baz using a hotkey?

Thanks in advance,
Best wishes

@Developer-Mike
Copy link
Owner

If you now make an edge from the Bar node to the Foo node, you'll get the following order: Foo, Bar, Foo, Baz

But like I said, it's just a partial solution (maybe not even a solution at all 😅). You can't actively choose the next node.

@amitnovick
Copy link
Author

If you now make an edge from the Bar node to the Foo node, you'll get the following order: Foo, Bar, Foo, Baz

But like I said, it's just a partial solution (maybe not even a solution at all 😅). You can't actively choose the next node.

Oh yea I see now! (after playing with it for a bit)

It appears that the "parent" node will follow nodes according to alphanumeric comparison of edge labels

For instance this works as expected:

image

Foo -> Baz -> Foo -> Bar -> Foo -> Dar

It really is a partial solution actually! thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request maybe Is this a good idea? Let me think about it minor change
Projects
None yet
Development

No branches or pull requests

2 participants