onreleased merging #144

Open
opened 2026-06-13 16:46:51 +00:00 by utopiah · 3 comments
Owner

use the onreleased component to merge the value property with another

Could simply the example instead of using left pinch to compose

use the onreleased component to merge the `value` property with another Could simply the example instead of using left pinch to compose
Author
Owner
Testable at https://biggu.benetou.fr/games.html?play=releasemerge
Author
Owner

Would be very good to have the inverse operation but that means being able to select where to cut/slice.

Could start with some assumptions, e.g.

  • using monospaced typeface only
  • axis aligned
  • pinching position in volume approximately proportional to the number of characters

and thus deriving caret from pinch position.

Testable at https://biggu.benetou.fr/games.html?play=stringedit

Would be very good to have the inverse operation but that means being able to select where to cut/slice. Could start with some assumptions, e.g. - using monospaced typeface only - axis aligned - pinching position in volume approximately proportional to the number of characters and thus deriving caret from pinch position. Testable at https://biggu.benetou.fr/games.html?play=stringedit
Author
Owner

Stacking adaptation, instead if appending content, move it under or in between if 2 elements or more are already stacked

Useful for verbatim list reordering

Testable at https://biggu.benetou.fr/games.html?play=releasestack

Can then use exportStack() to get the result back

Stacking adaptation, instead if appending content, move it under or in between if 2 elements or more are already stacked Useful for verbatim list reordering Testable at https://biggu.benetou.fr/games.html?play=releasestack Can then use `exportStack()` to get the result back
Sign in to join this conversation.