json - tacoen/prompimix GitHub Wiki

JSON file

10 122 2 10_prompimix_web_ (25)

  • 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- from 1707403802534-leads.json and make it as leads.json then upload it to data/

json-var.js

  • To use prompimix in local file (without http: or https: protocol), where json file could not be fetch, use this. Just upload it to data/ overwriting the old one, javascript will load this file when he detect you are on files:

Import JSON File

tacoen github io_prompimix_web_ (1)

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.