Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Turn on Design Mode #491

Closed
jjavierdguezas opened this issue Oct 4, 2020 · 0 comments · Fixed by #501
Closed

[Feature] Turn on Design Mode #491

jjavierdguezas opened this issue Oct 4, 2020 · 0 comments · Fixed by #501
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@jjavierdguezas
Copy link
Contributor

Add buttons (per devices and for all) that toggle Design Mode in the device
This should be in the ⋮ button (kebab menu?) since it is not a usual action

This allows users to edit HTML directly without dev tools. Sadly I don't think it can be synchronized across devices, because events are disabled on Design Mode (but it is a good topic to investigate)

designMode

Hints:
document.designMode = "on"
https://developer.mozilla.org/es/docs/Web/API/Document/designMode

@jjavierdguezas jjavierdguezas added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 4, 2020
@manojVivek manojVivek added this to New in App Roadmap via automation Oct 5, 2020
@manojVivek manojVivek moved this from New to Accepted in App Roadmap Oct 5, 2020
@jjavierdguezas jjavierdguezas self-assigned this Oct 5, 2020
@jjavierdguezas jjavierdguezas removed good first issue Good for newcomers help wanted Extra attention is needed labels Oct 5, 2020
@jjavierdguezas jjavierdguezas moved this from Accepted to In progress in App Roadmap Oct 5, 2020
jjavierdguezas added a commit that referenced this issue Oct 5, 2020
@jjavierdguezas jjavierdguezas moved this from In progress to In PR in App Roadmap Oct 5, 2020
@manojVivek manojVivek added this to the v0.14.0 milestone Oct 13, 2020
@jjavierdguezas jjavierdguezas moved this from In PR to Ready for Release in App Roadmap Oct 13, 2020
@manojVivek manojVivek moved this from Ready for Release to Release v0.14.0 in App Roadmap Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
App Roadmap
  
Release v0.14.0
Development

Successfully merging a pull request may close this issue.

2 participants