From 5c79a27a02b227ecdcdc14cfb4db6f51f4393be2 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 6 Feb 2021 23:14:48 +0200 Subject: [PATCH] Updated GUI, CLI and Formats explained (markdown) --- GUI,-CLI-and-Formats-explained.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md index 957a282..af51431 100644 --- a/GUI,-CLI-and-Formats-explained.md +++ b/GUI,-CLI-and-Formats-explained.md @@ -228,15 +228,13 @@ DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -o "C:\Discord Exports ### Generating the filename and output directory dynamically ↴ You can use template tokens to generate the output file path based on the guild and channel metadata. -For example: - ```powershell DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 -o "C:\Discord Exports\%G\%T\%C.html" ``` Assuming you are exporting a channel named `"My channel"` in a category `"Text channels"` from a guild called `"My guild"`, you will get the following output file path: `"C:\Discord Exports\My guild\Text channels\My channel.html"` -Here is the full list of template tokens that get replaced with their corresponding values: +Here is the full list of supported template tokens: - `%g` - guild ID - `%G` - guild name @@ -248,6 +246,7 @@ Here is the full list of template tokens that get replaced with their correspond - `%P` - category position - `%a` - the "after" date - `%b` - the "before" date +- `%%` - escapes `%` ### Partitioning ↴ You can use partitioning to split files after a given number of messages.