mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #51] Standalone editor #254
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#254
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?
Originally created by @MrRedRhino on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/51
Is it possible to use the editor standalone as a component to allow for a custom backend?
@arikchakma commented on GitHub (Jul 12, 2024):
Yes, you can use @maily-to/core package in the frontend, and @maily-to/render package for rendering HTML in backend.
@MrRedRhino commented on GitHub (Jul 12, 2024):
Aha thank you! Using that with vue is probably quite hard, right?
@arikchakma commented on GitHub (Jul 12, 2024):
Maybe you can write your implementation of the renderer. I have tried that before which was hard to maintain. Now I am using
react-emailfor rendering.@arikchakma commented on GitHub (Jul 12, 2024):
I am closing this issue for now, please don't hesitate to reopen the issue if you have any other questions.