p5.js-web-editor
p5.js-web-editor copied to clipboard
The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share,...
### p5.js version N/A - 2.0.0 ### What is your operating system? Android 15 ### Web browser and version Firefox Android 137.0.2 / Chrome Android 135.0.7049.100 ### Actual Behavior Trying...
This PR adds the Edit button in keyboard shortcut modal, so that users can change the keyboard shortcuts. Fixes #3444 Changes: - Add the `edit` button - creates the `context`...
### Increasing Access Not sure, but I suppose someone with bad Internet would be waiting even longer for the list of sketches to load. ### Feature request details Suggest the...
## Description This PR resolves issue #3428 where the Replace popup would fail to open when the Find popup was active. The fix ensures smooth switching between Find and Replace...
### p5.js version _No response_ ### What is your operating system? None ### Web browser and version _No response_ ### Actual Behavior When using the [p5.js Web Editor](https://editor.p5js.org/), pressing the...
### p5.js version 1.9.0 ### What is your operating system? Mac OS ### Web browser and version Chrome 120, Firefox 120, Safari 17.2 ### Actual Behavior When I load a...
Fixes #445 ### Changes Made: Added event listeners for copy and cut to support RTF (Rich Text Format) when copying text. Implemented functionality based on a previous PR, but now...
#### Nature of issue? - Existing feature enhancement #### Feature enhancement details: As reported in #1424. The Sketch List and Collection List components have the ability to sort their columns...
Fixes #3393 Changes: I have verified that this pull request: * [ ] has no linting errors (`npm run lint`) * [ ] has no test errors (`npm run test`)...
### Increasing Access This feature enhances accessibility and usability by allowing users to **move lines up or down** using a shortcut, similar to modern code editors (eg., IntelliJ, VSCode and...