diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 4510648..4bcdbfb 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -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.
## Plain Text -![](https://i.imgur.com/WrNsIOn.png) + The Plain Text format is the best option for archiving due to its small size.
You can open `.txt` files with text editors, such as Notepad. ## JSON -https://i.imgur.com/DDxuCdo.png + -The JSON format contains more technical information that's easily parsable. +The JSON format contains more technical information that's easily parsable.
You can open `.json` files with text editors, such as Notepad. ## CSV