diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 0facc24..549c5d4 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -6,7 +6,7 @@ * [Command List](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#dcecli-commands) * [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) - * [TXT](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#txt) + * [PlainText](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#plaintext) * [CSV](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#csv) # GUI or CLI? @@ -36,7 +36,7 @@ If you're not comfortable with **Windows'** Command Line (cmd), please choose th ![](https://i.imgur.com/zZMoBqL.png) **4.** In this screen you can customize the following: -* **Export format** - HTML (Dark), HTML (Light), TXT and CSV +* **Export format** - HTML (Dark), HTML (Light), PlainText and CSV * **Date range** - (Optional) Only exports messages sent in the provided date range. Only one value is required if you want to use this option. > Please notice that the time defaults to **12:00 AM**. This means that if you choose to export between Sep 17th and Sep 18th, messages from the 18th won't be exported. * **Partitioning** - (Optional) Splits files after a given number of messages. For example, a channel with 36 messages set to be partitioned every 10 messages will output 4 files. @@ -131,7 +131,7 @@ DiscordChatExporter.Cli.exe export -t "Mjg5ODIz" -b -c 53555 ``` ### Changing the format -You can change the export format to `HtmlDark`, `HtmlLight`, `Txt` or `Csv` by using `-f format` +You can change the export format to `HtmlDark`, `HtmlLight`, `PlainText` or `Csv` by using `-f format` ```powershell DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -f PlainText ``` @@ -290,11 +290,11 @@ You can open HTML files with a web browser, such as Google Chrome.
[Save images for offline viewing to avoid this problem](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Storing-HTML-locally)!
![](https://i.imgur.com/9uAHT3o.png) -## TXT +## PlainText ![](https://i.imgur.com/WrNsIOn.png) -The TXT format is the best option for archiving due to its small size.
+The PlainText format is the best option for archiving due to its small size.
You can open TXT files with text editors, such as Notepad. ## CSV