chylex / Discord-History-Tracker

Desktop app & browser script that saves Discord chat history into a file, and an offline viewer that displays the file.
https://dht.chylex.com
MIT License
475 stars 83 forks source link

Export as .txt file #265

Closed flarn2006 closed 2 months ago

flarn2006 commented 2 months ago

The exported file is in JSON format. I think it would be useful to have a way to export it as plain text. Perhaps this could be implemented as a feature in the viewer?

chylex commented 2 months ago

The browser-only version that saves into JSON has been superseded by a desktop app that uses a SQLite database. There will be no new features added to the legacy browser-only version.