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?
@@ -285,7 +285,7 @@ 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)
@@ -295,7 +295,7 @@ You can open HTML files with a web browser, such as Google Chrome.<br/>
![](https://i.imgur.com/WrNsIOn.png)
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.
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.