bukinoshita/taskr

export user config

bukinoshita opened this issue · 0 comments

on /settings there's an option to export tasks

  • create exportUser function on /services/settings.js
  • add click on export tasks
  • open dialog to save file (default filename: taskr.json on ~Desktop / Use electron dialog)
  • save file with writeJSON (fs-extra)