Skip to content

Add a -ASC -DESC so when exporting as HTML its dispalyed in the correct order, so you dont have to scroll down. #1438

@TomLewis

Description

@TomLewis

Version

v2.46

Flavor

CLI (Command-Line Interface)

Platform

Debian

Export format

HTML

Steps to reproduce

Look at how im using this; https://piratemc.com/changelogs/

Then look at the dates of the posts, to find the latest changelogs, people have to scroll right to the very bottom of the webpage. The results are exported backwards, because a web browser reads from top to bottom, but discord is the opposite as their chat app automatically is at the bottom, this isnt how web browsers work!

If we could have an -ASC -DESC or just a -reverse if you wanted to keep it simple, that would solve this issue instantly, so that people that use the HTML exported have the messages in the correct order for a web browser.

Export as HTML
./DiscordChatExporter.Cli export -t KEY -c CHANNEL-f HtmlLight -p 100 -o "/hom e/user/DiscordExport/changelogs/changelogsLight.html" --locale "en-GB"

Details

See above.

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that this bug is reproducible on the latest version of the application
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
  • I have not read any of the above and just checked all the boxes to submit the issue

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions