phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

New lines in program descriptions break code generation #213

Closed jessegreenberg closed 3 months ago

jessegreenberg commented 4 months ago

A metadata entry like this:

image

Breaks up the javascript comments like this:

// Marker Slider
// Keywords: 
// Description: Add a marker to this paper to make it behave like a slider.

It controls a number component, which takes its min value when the marker is at the bottom of the program and its max value when the marker is at the top of the program.

Lets fix that.

jessegreenberg commented 4 months ago

This is fixed in the dev branch and will get merged in with other improvements soon.

jessegreenberg commented 3 months ago

This was merged into main.