URL Linking to individual nodes #79
Closed
knolleary
started this conversation in
Design Proposals
Replies: 1 comment
-
Shipped in 3.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The editor currently updates the fragment part of a url with the id of the flow open the editor. The intention was always to extend this functionality and this design note sets out what we can do next with it.
There are two parts to consider:
Current behaviour
When opening the editor with a fragment of
#flow/abcde
it will show that flow (or subflow).Whilst using the editor, the fragment is updated to show the current flow/subflow.
New behaviours
Support other object types in the fragment when opening the editor. Each will cause that object to be revealed in the editor:
#node/abcde
#group/abcde
#junction/abcde
(not sure how useful this one is... but may as well be consistent)If the fragment ends with
/edit
, not only will the object be revealed, but its edit dialog will be opened (this will apply to#flow/...
as well).The outstanding question is how the fragment then gets updated whilst using the editor. I'm not sure updating it to reflect the current selection is a good idea or not. We could add a context-menu action to 'copy link to object' that saves the generated URL to the clipboard.
Beta Was this translation helpful? Give feedback.
All reactions