processing / processing/p5.js-web-editor
Include text output in full screen mode/while sharing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
Currently, while viewing the sketch in full screen/while sharing the accessible text output is not present.
Possible solutions :
Include a textOutput parameter while viewing the sketch in fullscreen
http://alpha.editor.p5js.org/full/<sketch_id>?textOutput=1
And then in the share window, update the UI so there's a button to add the query string parameter to the URL.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the fullscreen sketch view and the share-window UI mentioned in the issue, then inspect how their URLs are assembled. Done means fullscreen and shared views can include textOutput=1, with a share-window control that adds the parameter to the URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100