json - tacoen/prompimix GitHub Wiki
JSON file
- prompimix is a browser application, it's store all the data in browser localstorage,
- Same url, different browser will have a different localstorage, it not a flawless is a features.
- click the desire button to download the data, all data will be named like
1707403802534-leads.json,1707403483517-spaces.json,1707403481737-prompts.json. - To use/upload the data to another location, remove the timestamp
1707403802534-from1707403802534-leads.jsonand make it asleads.jsonthen upload it todata/
json-var.js
- To use prompimix in local file (without
http:orhttps:protocol), where json file could not be fetch, use this. Just upload it todata/overwriting the old one, javascript will load this file when he detect you are onfiles:
Import JSON File
Update: Since m.62, You can import a JSON file, Your prompts database will be merge into your Localstorage (Workspaces)
Reset Button
- there is 2 reset button, one to reset your localstorage to your JSON file, and one to nulled your localstorage to minimal data
- use with caution.