A browser add-on which records the steps clicked on a page and generates a easy to understand guide from it.
Find a file
2024-11-13 21:50:32 +01:00
chrome improve screenshot centering & quality #3 2024-11-13 21:50:32 +01:00
editor add delete step button 2024-11-12 21:37:17 +01:00
logo create mockup for editor & github banner 2024-11-09 20:54:03 +01:00
guide.json beginn development of MVP 2024-10-27 14:50:53 +01:00
README.md add delete step button 2024-11-12 21:37:17 +01:00

click-guide

A browser add-on which records the steps clicked on a page and generates a easy to understand guide from it.

Similar to tango.us/dubble.so/folge.me/magichow.co but all local - no data leaves your device

To-Do MVP:

  • identify element selector or id
  • create a screenshot of the steps
  • ability to save multiple steps
  • export guide as json file
  • add recording start/stop functionality
  • create basic popup UI

Additional nice to have:

  • Meta data in guide (title, description, author, date)
  • Viewer for Guide JSON
    • PDF export
    • automatic file loading (url parameter/etc)
    • removing of steps
    • reordering steps
    • add marker on step image (#4)
  • Editor for Guide
  • improve error handling
  • Blur sensitive information
  • Pause/resume recording feature
  • fix open issues

Maybe far in the future:

  • Optional cloud for sharing guide as link

Mockup editor/viewer