pattulus
11/20/2013 - 1:58 AM

A backtick command to make a page editable

A backtick command to make a page editable

{
  "name": "Edit page",
  "description": "Make the current page editable.",
  "icon": "http://icons.backtick.io.s3.amazonaws.com/backtick.png"
}
javascript:document.body.contentEditable='true';document.designMode='on';event.preventDefault();

This is a command for Backtick. It allows you to make a web page editable. Once you run the command you can click anywhere on the page and delete elements or type something.

To use this:

  1. Download Backtick.
  2. Copy the following ID of this Gist 7556270.
  3. Paste the ID into the custom commands field in the Backtick settings. You can easily access the settings by clicking the Backtick icon on the command execution console.