-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Most relevant area for this enhancement?
PDE
Feature to enhance
Enhancement details
Enhancement description
Right now, when using pde://sketch/base64/<base64_encoded_content>
, the main .pde
file is always opened with a default auto-generated name like sketch_250816a
.
There should be a way to explicitly specify the main tab name, similar to how additional tabs can already be defined with query parameters.
Example proposal:
pde://sketch/base64/pde=sketchName:<base64_encoded_content>
Benefits
- Brings consistency with how secondary
.pde
files are already handled. - Accuracy with the original sketch naming.
Challenges
- Need to decide on the syntax for naming the main tab.
- Must stay backward compatible with existing links.
Additional context
Secondary tabs already support explicit naming via query parameters:
pde://sketch/base64/<base64>?pde=tab2Name:<base64>&pde=tab3Name:<base64>
The same flexibility should be extended to the main tab.
Would you like to help implement this enhancement?
No, I’m just suggesting the enhancement
lassevonpfeil
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request