pwatts6060 / SuppliesTrackerExternal

Tracks supplies, ammo, and weapon charges
BSD 2-Clause "Simplified" License
9 stars 14 forks source link

Add JSON file saving #81

Closed moojustice1 closed 9 months ago

moojustice1 commented 1 year ago

Currently, the way that the files are saved it is incredibly hard to tell what supplies were used when. With a JSON file saving, we can see when exactly the supplies were used, and maybe in the future we can even add that to the UI panel of the plugin.

For now, this PR just handles the saving into a JSON format. The other saving pieces still exist, this just adds a new way to save it.