Replies: 4 comments
-
thanks for reporting! i feel like this discussion has come up before, though i can't find it in any issues, so maybe it was in person or over email. in theory, this isn't too difficult to add. every sketch would need an array of sketches of duplicates, and a sketch could have a parent sketch, and then, a UI design/implementation. when do you find yourself looking for the parent sketch/child sketches? i'm curious to find a larger "user story" that this fits into, or whether this would be more useful as something that would be returned by a future API endpoint. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for your swift response! Yes, the use-case is a workshop
where I'd like people to clone a sketch (a version of what I'd shown you a
couple years ago, browser-native arduino sensor connection:
https://editor.p5js.org/jywarren/sketches/rkztwSt8M) and build on it as an
example, but a) to help them be able to see others' forks to see the source
code for fellow attendees' work, and b) to have a "gallery" of sketches
from the workshop without having to manually gather URLs or usernames.
Kind of like how Scratch shows "remixes" upstream and downstream!
Thank you!
…On Tue, Apr 16, 2019 at 5:53 PM Cassie Tarakajian ***@***.***> wrote:
thanks for reporting! i feel like this discussion has come up before,
though i can't find it in any issues, so maybe it was in person or over
email.
in theory, this isn't too difficult to add. every sketch would need an
array of sketches of duplicates, and a sketch could have a parent sketch,
and then, a UI design/implementation.
when do you find yourself looking for the parent sketch/child sketches?
i'm curious to find a larger "user story" that this fits into, or whether
this would be more useful as something that would be returned by a future
API endpoint.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1037 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ1U-kqfaeMFnsI4e2ivxtZ-c8JtVks5vhkYegaJpZM4czmec>
.
|
Beta Was this translation helpful? Give feedback.
-
got it! a feature that will be added soon is collections of sketches (which could be from one account or multiple accounts, though still figuring out how to make the latter work), so that could also be helpful. |
Beta Was this translation helpful? Give feedback.
-
oh awesome. That'd be great. And a collections system could in theory, in
the future, be a place to aggregate something in a more automated way... ok
cool! Thanks!
…On Wed, Apr 17, 2019 at 12:13 PM Cassie Tarakajian ***@***.***> wrote:
got it! a feature that will be added soon is collections of sketches
(which could be from one account or multiple accounts, though still
figuring out how to make the latter work), so that could also be helpful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1037 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ_Kl5p49VLOwMYHSMCWO__zIM69mks5vh0fngaJpZM4czmec>
.
|
Beta Was this translation helpful? Give feedback.
-
Nature of issue?
New feature details:
Not sure if this exists or is under discussion but I'm happy to join a thread if so; I was curious about the "lineage" of sketches I "fork" from others' sketches -- it auto-copies the sketch when i start editing and save someone else's sketch, which is great... is there a way to either:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions