mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-28 03:31:59 +00:00
Plain Text space
@@ -6,7 +6,7 @@
|
|||||||
* [Command List](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#dcecli-commands)
|
* [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)
|
* [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)
|
* [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)
|
* [CSV](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#csv)
|
||||||
|
|
||||||
# GUI or CLI?
|
# GUI or CLI?
|
||||||
@@ -285,7 +285,7 @@ This command explains [how to get your token, guild or channel IDs](https://gith
|
|||||||
|
|
||||||

|

|
||||||
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/>
|
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/>
|
> 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/>
|
[Save images for offline viewing to avoid this problem](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Storing-HTML-locally)!<br/>
|
||||||

|

|
||||||
@@ -295,7 +295,7 @@ You can open HTML files with a web browser, such as Google Chrome.<br/>
|
|||||||

|

|
||||||
|
|
||||||
The Plain Text format is the best option for archiving due to its small size.<br/>
|
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
|
## CSV
|
||||||
|
|
||||||
@@ -303,7 +303,7 @@ You can open TXT files with text editors, such as Notepad.
|
|||||||

|

|
||||||
|
|
||||||
The CSV format allows for easy parsing of the chat log.<br/>
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user