mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #75] Extending Maily.to #262
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#262
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 @Zonalds on GitHub (Nov 25, 2024).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/75
Hey,
Great work you have done here.
I have two question; how do I get the
editorinstance so I can runeditor.commands? Also, how can I extend the toolbar?I can't seem to figure these out.
Please help.
@arikchakma commented on GitHub (Nov 26, 2024):
You can get the editor instance using
onCreateandonUpdatecallback. Currently, we don't support extending the toolbar (soon).