mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-17 06:58:26 +00:00
Added JSON and updated screenshots
@@ -7,6 +7,7 @@
|
||||
* [Which File Format to use?](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#file-formats)
|
||||
* [HTML](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#html)
|
||||
* [Plain Text](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#plain-text)
|
||||
* [JSON](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#json)
|
||||
* [CSV](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#csv)
|
||||
|
||||
# GUI or CLI?
|
||||
@@ -297,16 +298,16 @@ You can open `.html` files with a web browser, such as Google Chrome.<br/>
|
||||
|
||||
## Plain Text
|
||||
|
||||

|
||||
<img src="https://i.imgur.com/PbUyRXD.png" height="400" />
|
||||
|
||||
The Plain Text format is the best option for archiving due to its small size.<br/>
|
||||
You can open `.txt` files with text editors, such as Notepad.
|
||||
|
||||
## JSON
|
||||
|
||||
https://i.imgur.com/DDxuCdo.png
|
||||
<img src="https://i.imgur.com/FAeSA4O.png" height="400" />
|
||||
|
||||
The JSON format contains more technical information that's easily parsable.
|
||||
The JSON format contains more technical information that's easily parsable.<br/>
|
||||
You can open `.json` files with text editors, such as Notepad.
|
||||
|
||||
## CSV
|
||||
|
||||
Reference in New Issue
Block a user