Demo is live at https://archive-viewer.ericpan.dev/
Warning
This project is still under development. There may be bugs. Please submit any issues you encounter.
This is the source code for the Archive Viewer hosted at https://archive-viewer.ericpan.xyz/. This archive viewer loads a zip archive in this format and displays its messages along with information about the archive.
- Support for h1, h2, and h3 markdown (# text, ## text, ### text)
- Support for inline code blocks (`text`)
- Tenor gif support through the
fxtenor.py
program (Web-Scraper that fetches the media URL)
- Bold & Italics markdown (*text*, **text**)
- Username highlighting (<@uid>)
- Message Chunking
- Message sorting & search
- Sticker support
- Embed Support
- Code cleanup and optimization