Plain Text space

Yudi
2019-10-15 11:34:23 -03:00
parent 0bbb0a3c93
commit d4cdcc576c

@@ -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)
* [PlainText](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#plaintext)
* [Plain Text](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#plain-text)
* [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), PlainText and CSV
* **Export format** - HTML (Dark), HTML (Light), Plain Text 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.
@@ -285,17 +285,17 @@ This command explains [how to get your token, guild or channel IDs](https://gith
![](https://i.imgur.com/ByavltV.png)
The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for attachment preview and sharing.<br/>
You can open HTML files with a web browser, such as Google Chrome.<br/>
You can open `.html` files with a web browser, such as Google Chrome.<br/>
> Please notice that if the picture is deleted, or if a user changes its avatar, the images won't show up anymore.<br/>
[Save images for offline viewing to avoid this problem](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Storing-HTML-locally)!<br/>
![](https://i.imgur.com/9uAHT3o.png)
## PlainText
## Plain Text
![](https://i.imgur.com/WrNsIOn.png)
The PlainText format is the best option for archiving due to its small size.<br/>
You can open TXT files with text editors, such as Notepad.
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.
## CSV
@@ -303,7 +303,7 @@ You can open TXT files with text editors, such as Notepad.
![](https://i.imgur.com/j6VVSZu.png)
The CSV format allows for easy parsing of the chat log.<br/>
You can open CSV files with text editors, such as Notepad, or spreadsheet programs, like Microsoft Excel and Google Sheets.
You can open `.csv` files with text editors, such as Notepad, or spreadsheet programs, like Microsoft Excel and Google Sheets.