darkforest-eth / plugins

A showcase of Dark Forest plugins from the community!
https://plugins.zkga.me
GNU General Public License v3.0
123 stars 136 forks source link

Save favourite positions to local storage #157

Closed fvictorio closed 3 years ago

fvictorio commented 3 years ago

Save favourite areas to local storage. That way, the plugin continues to work even if it's closed or the tab is reloaded.

phated commented 3 years ago

Sorry, but plugins in the community showcase aren't allowed to touch localstorage. It's a risky pattern because the secret key is stored there and makes it hard for us to audit.

fvictorio commented 3 years ago

Oh, that makes sense! Sorry if this was specified somewhere and I didn't read it :sweat_smile:

jacobrosenthal commented 3 years ago

Were definitely figuring it out as we go! Were always sort of on edge as we try to make something thats inherently impossibly dangerous into something that vaguely minimally audited by goofballs like us :) Ill try to keep documenting for now :sweat_smile:

Something I have been pushing for is a more wild west location for storing stuff and thats become the awesome dark forest list https://github.com/snowtigersoft/awesome-darkforest

Im pushing people to post stuff there that I was uncomfortable merging here and to look for the really fun stuff there.