discord-html-transcripts icon indicating copy to clipboard operation
discord-html-transcripts copied to clipboard

A node.js library for generating nicely formatted HTML transcripts with discord.js

Results 26 discord-html-transcripts issues
Sort by recently updated
recently updated
newest added

# Ultimate Discord HTML Transcipts Update ## This adds... - Languages (Brazilian) - Minor Custom CSS (More soon) - New Theme - Bug fixes - New readme **See for yourself....

Need to fix embed title display with "classic" markdown. Currently new markdown (#131) is not supported in title. https://i.imgur.com/quNRwCh.png

Generated a transcript for a channel using this on my bot, and it generated the transcript almost perfectly, minus the role colors. None of the users had any color to...

## Intended File Structure - ./packages/[discord-components-react](https://github.com/itzderock/discord-components) - ./packages/[discord-components-core](https://github.com/itzderock/discord-components) - ./packages/[discord-html-transcripts](https://github.com/ItzDerock/discord-html-transcripts) - ./packages/[discord-markdown-parser](https://www.npmjs.com/package/discord-markdown-parser) #### and in the future a - ./apps/docs ## Why To easily develop and fix issues in discord-html-transcripts...

When a channel with messages from the tupperbox bot is transcribed, all messages from tupper are transcribed incorrectly. More precisely, the author of all messages is transcribed as the last...

bug/unconfirmed

Instead of downloading image from `cdn.discordapp.com` we can actually download it from `media.discordapp.net` and use couple arguments: - `format=webp` - this significantly reduces the size if original image is high...

enhancement

Is it possible to separate the images from the html file to save the html file and the images in a folder?

enhancement

![image](https://user-images.githubusercontent.com/51505384/234599068-c4e95798-4fe0-4aef-9887-7eb7e357756b.png) ![image](https://user-images.githubusercontent.com/51505384/234599109-e8d13bae-7a29-4b48-9782-b9d95ecd5246.png) Emojis and mentionned slash commands are not supported ?

bug/unconfirmed

Discord released some new features for [markdown](https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-#h_01GY0DB14X1PFY87CJFFVHFW4T). ## Prerequisites - [ ] Need to add the components to `@derockdev/discord-components`. See [this issue](https://github.com/ItzDerock/discord-components/issues/4). - [ ] `discord-markdown-parser` needs to be able...

enhancement
good first issue