Added JSON and updated screenshots

Yudi
2020-02-16 15:54:48 -03:00
parent b79d10d12e
commit 04ec936e40

@@ -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
![](https://i.imgur.com/WrNsIOn.png)
<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