processing / processing/p5.js-web-editor

Include text output in full screen mode/while sharing

Open
#137 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area: Design Feature Request Priority:High
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.