Skip to main content

@zw/remarklet

Remarklet adds visual editing tools to your web pages. This makes modifying them remarkably easy, even on touchscreens! Check out the CodePen demo.

CI Npm package version Npm package total downloads npm package minimized gzipped size Npm package license GitHub Repo stars

GitHub issues GitHub issues-closed GitHub pull-requests GitHub pull-requests closed

This library lets you add the following features to any web page:

  • Drag and resize elements
  • Hide anything
  • Edit text
  • Optionally save your changes to local storage using remarklet.options({persist:true});
  • Restore persisted changes without loading editing controls using remarklet.restore();