How can I make a custom button? #716
Unanswered
PuffedRiceCrackers
asked this question in
Questions & Help
Replies: 1 comment
-
I am also keen on making a custom button/module. I want to be able to highlight some text then press a button and it will save it into the VueX store to use that piece of text else where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to make a custom indent button which increases a tag's inline 'margin-left' value.
(ex.
<p>
→<p style="margin-left:20px;">
) I can refer to existing files (Bold.js.. etc) and documentation, but things are mostly guess work. Two main things I'm curious about areThank you for this amazing project :)
Beta Was this translation helpful? Give feedback.
All reactions