There is a feature that was recently added which is the ‘Edit Password’ upon saving a generator that isn’t yours (you are remixing another person’s generator). It is for recovering/saving an edited generator without logging in (or those users that are having trouble with saving generators since the email verification is having problems).

Steps:

  1. Click edit in the generator you want to edit.
  2. Upon saving, and opt to create a generator (since you can’t save a generator to an account since you are not logged in), it would then give out a ‘edit password’. Remember/Save this generated string as well as the newly created URL (not the original one).
  3. Later on (as long as the local storage is not cleared) you can navigate again to that newly created page (while still not logged in into an account) then enter the edit password after clicking save to return back/apply your changes to the generator.
A video demo of how it works.
  • @perchanceM
    link
    English
    1
    edit-2
    7 days ago

    Yep you summarized it well, thanks! The only thing I’d mention, is about this dot point:

    Later on (as long as the local storage is not cleared) you can navigate again to that newly created page (while still not logged in into an account) then enter the edit password after clicking save to return back/apply your changes to the generator.

    The “as long as the local storage is not cleared” part can be removed - as long as you have the password, you can edit it. So e.g. you can share the edit password with a friend and they will be able to edit the generator too. But note, if you’re editing at the same time as your friend, you’ll overwrite one another’s work. Once I get the upgrade to CodeMirror 6 done, I’d like to add real-time collaborative editing (like a google doc, via a simple link you can share with your collaborators) so this won’t be an issue.

    Also @[email protected] the signup issues should hopefully be fixed for real this time, but do let me know if you hear of any more reports about this.

    • @wthit56
      link
      English
      17 days ago

      Cool, cheers 👍

      Nice feature, by the way.