marcrobledo / acnl-editor

An Animal Crossing: New Leaf savegame editor made in HTML5
https://www.marcrobledo.com/acnl-editor/
MIT License
152 stars 33 forks source link

Pull Request Guidance & Feature Request: Undo/Redo #75

Open jldubz opened 4 years ago

jldubz commented 4 years ago

It would be nice to have an undo/redo feature built into the page as a set of buttons. I'm not entirely sure how complicated this would be. It looks like this is entirely built in HTML5 and JavaScript; so I will take a look around and see what I can do. (this also tells me that I can run this as a local web page offline, correct? It doesn't look like the cache service worker or any other components actually reaches beyond its own directory if I am not mistaken)

I cannot find any information on contribution; do you have a listed process for submitting pull requests if I have one?

MichaelGatesDev commented 4 years ago

I'm not the project manager, but yes this entire project is written in JS and will work offline (i.e. makes no communication.

As far as general issue tracking/contributions go.. it seems the project is kind of dead.. It may be better to just fork it and have people contribute to your fork.