Trail-Sense icon indicating copy to clipboard operation
Trail-Sense copied to clipboard

Share/export a packing list

Open kylecorry31 opened this issue 3 years ago • 1 comments

  • [ ] Export the packing list to CSV - name it "pack-name.csv" by default (pack name is slugified)
  • [ ] Import a packing list from CSV
  • [ ] Copy the CSV text to your clipboard

It should contain the following information for each item:

  • [ ] Desired amount
  • [ ] Name
  • [ ] Category
  • [ ] Weight

kylecorry31 avatar Jan 17 '22 23:01 kylecorry31

A user suggested that I use the LighterPack CSV format so they can exchange lists between that and TS. Looks to be pretty close to what I was going to add:

Item Name,Category,desc,qty,weight,unit Test,Other,Description,2,5,ounce Item2,Fire,Desc 2,1,3,ounce

kylecorry31 avatar Jun 02 '24 10:06 kylecorry31