Open danulqua opened 22 hours ago
This extension toggles the document.designMode property on the web page between "on" and "off" values that control whether the entire document is editable. It allows for easy content editing for development, design, or any other purposes.
document.designMode
"on"
"off"
https://github.com/user-attachments/assets/f79d70b7-1257-410e-9260-5933e72dbc6f
npm run build
assets
README
metadata
Congratulations on your new Raycast extension! :rocket:
You can expect an initial review within five business days.
Once the PR is approved and merged, the extension will be available on our Store.
Description
This extension toggles the
document.designMode
property on the web page between"on"
and"off"
values that control whether the entire document is editable. It allows for easy content editing for development, design, or any other purposes.Screencast
https://github.com/user-attachments/assets/f79d70b7-1257-410e-9260-5933e72dbc6f
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder