Hi Davide, You can use Grafoscopio[1] to store and structure your playgrounds as an interactive notebook. [1] https://mutabit.com/grafoscopio/en.html Your notebooks can combine prose and be exported to other formats (Markdown, HTML and PDF). Also, you can use your preferred source control system to store the notebooks. For example, I use Grafoscopio notebooks and Fossil[2] repositories to make workshop interactive notes. [2] https://fossil-scm.org/ I'm still debugging an annoying issue with keystroke capturing in playgrounds. But Grafoscopio notebooks has been a good bridge between coding and scripting for our local community and a great help in workshops. Hope that helps, Offray On 26/08/20 2:33 p. m., Davide Varvello via Pharo-users wrote:
Thanks Stéph, I guess the right directory is {imageDirectory}/pharo-local/play-cache/ there are some .ph files representing several playgrounds.
One further question: it seems to me there isn't a history of the playground, right? So if I make multiple changes to a single playground, they are lost.
Cheers Davide