As a user, I should be able to export select data from my application without having to dump the database, copy paste it, or know what SQL is in the first place.
I would like to be able to export my data in a CSV format.
As a user, I should be able to access the application, navigate to the 'Export' tab, and perform a search query(Related to Issue #37 ) to show all relevant entries, and allow for myself to select which ones I would like to export to a markdown file for sharing or backup.
I should also be able to export the selected item(s) as a CSV file as well.
For multiple item export, the immediate solution can be export by keyword?
As a user, I should be able to export select data from my application without having to dump the database, copy paste it, or know what SQL is in the first place. I would like to be able to export my data in a CSV format.
As a user, I should be able to access the application, navigate to the 'Export' tab, and perform a search query(Related to Issue #37 ) to show all relevant entries, and allow for myself to select which ones I would like to export to a markdown file for sharing or backup.
I should also be able to export the selected item(s) as a CSV file as well.
For multiple item export, the immediate solution can be export by keyword?