mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[GH-ISSUE #53] Customizing editor's styles #256
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#256
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 @sukhada on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/53
Hello! Thank you so much for your work on Maily, I'm finding it super helpful.
I had a question about the best way to implement custom styles in the editor by default (font family, button color, etc). Is the best way to do this to extend the
ThemeOptionsand add the appropriatefontFamily/colors.buttonColorvalues? Is there a good way to have these styles rendered in the editor rather than when the email is actually sent withrenderAsync/setTheme?@arikchakma commented on GitHub (Aug 12, 2024):
Sorry for the late reply, I missed your comment. Currently, it's not possible to customize the editor view, but I am working on the V2 where everything will be customizable.
@sukhada commented on GitHub (Aug 13, 2024):
@arikchakma that's awesome, thank you! Do you have a sense of when V2 will be released?
@arikchakma commented on GitHub (Aug 14, 2024):
I can't promise any time soon, but maybe the end of this year. I will keep everyone updated via email. Let me know if you have any feedback.
@arikchakma commented on GitHub (Aug 19, 2024):
I am closing this issue, feel free to reopen it if you need anything else. Thank you