mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #232] Improve HTML to plain text conversion in Maily #456
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#456
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/232
Author: @spikefield
Created: 3/3/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
4044255give Maily the fancy HTML to plain text converter📊 Changes
2 files changed (+120 additions, -1 deletions)
View changed files
📝
packages/render/src/render.test.ts(+59 -1)📝
packages/render/src/render.ts(+61 -0)📄 Description
Hello, I was working with Maily in my own app and ended up writing a much fancier HTML to plain text conversion that will be closer to what someone would actually want to receive. It handles a few different scenarios I found in testing. I think it would be useful for the app. I was not sure how you would want to integrate this so I only added the function to the render code and added tests, I would leave any integration up to you. I don't like to add a lot of comments but it's extremely non-obvious what most of this does.
Cheers!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.