mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-28 11:42:23 +00:00
Fixed txt to PlainText
@@ -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)
|
||||||
* [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)
|
* [CSV](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#csv)
|
||||||
|
|
||||||
# GUI or CLI?
|
# GUI or CLI?
|
||||||
@@ -36,7 +36,7 @@ If you're not comfortable with **Windows'** Command Line (cmd), please choose th
|
|||||||

|

|
||||||
|
|
||||||
**4.** In this screen you can customize the following:
|
**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.
|
* **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.
|
> 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.
|
* **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
|
### 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
|
```powershell
|
||||||
DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -f PlainText
|
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.<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/>
|
||||||

|

|
||||||
|
|
||||||
## TXT
|
## PlainText
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The TXT format is the best option for archiving due to its small size.<br/>
|
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.
|
You can open TXT files with text editors, such as Notepad.
|
||||||
|
|
||||||
## CSV
|
## CSV
|
||||||
|
|||||||
Reference in New Issue
Block a user