rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
330 stars 11 forks source link

Enhancement: Add ability to export singular or multiple items from DB as markdown file(s) #38

Closed rmusser01 closed 3 months ago

rmusser01 commented 5 months ago

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?

rmusser01 commented 3 months ago

Added functionality to export individual items as a markdown file.

rmusser01 commented 3 months ago

Well, you can export items as a wonky JSON file.