ezra-bible-app / ezra-bible-app

Ezra Bible App is a modern and user-friendly Bible app for desktops, tablets and mobiles focussing on topical study
https://ezrabibleapp.net
GNU General Public License v2.0
146 stars 28 forks source link

CSV export of all user data #508

Closed tobias-klein closed 2 years ago

tobias-klein commented 3 years ago

Implement a dump of all user data for whatever reason they have (switch to other software, further processing, print out). This shall be done in the CSV format.

Based on initial comment it can be the following CSV table:

Bible Book Chapter Verse Tags Note
John 3 16 God's Love; Eternal life
Ephesians Written: _aprox. **60-63** A.D._
Ephesians 1 1 Will of God; Faithfulness _Apostle_ - messenger, a delegate, commissioner of Christ

Please note, that:

  1. There might be multiple tags per verse.
  2. There might be a note for the whole book (e.g. Ephesians).
  3. We store notes internally in Markdown format. So the export/dump will be in this format. Right now entering notes is also in this format, but later we might replace it with a simple WYSIWYG editor.

Originally posted by @zhuiks in https://github.com/ezra-bible-app/ezra-bible-app/discussions/476#discussioncomment-1496233

tobias-klein commented 2 years ago

@debritto It seems like this will not make it into 1.4 - instead it would then be tackled in the next release 1.5 (February).

debritto commented 2 years ago

I understand @tobias-klein ! No problem.