Adam Slatinský
Adam Slatinský
Maybe there is better solution, I made them 20% smaller in my css. My prefix is "icon", your may be different ``` i[class^="icon-"]:before, i[class*=" icon-"]:before { font-size: .8em; } ```
Inline emojis are not exported in JSON format. Frontend tried to guess them from reactions from other messages - sometimes successfully, sometimes not. The solution would be to export them...
There is an another option - let user export only threads without channel. Then the user can run two commands - first one to export channels, second one to export...
Hello Thanks for the report. This issue will be fixed in the new rewrite of the frontend, where I will provide alternative "infinite scroll" renderer (like it is in the...
I released the new v3.0.0 version, fixing your issue by using cursor based pagination instead of virtual scroll.
Hello, Thanks for the repport I haven't found a way to reproduce this issue, but 3 different people have reported it to me so far. Till I find a way...
The JSON export format didn't change at all*. It will work. *The only new feature that was added to DCE exporter is to export in non-processed format `--markdown false`. It...
Hello @fuzzy-bit, Did you follow troubleshooting steps in FAQ section of the readme? https://github.com/slatinsky/DiscordChatExporter-frontend?tab=readme-ov-file#faq. Is there anything interesting in the logs?
In the v1 release, is is just nginx that is "hosting" static files - everything is precomputed into static json files. All you need it is to kill nginx.exe
True, you need to close nginx manually in the latest v1 release. But just closing the console window named "nginx" should be enough.