-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Shortcut for createLink #61
Comments
Comment by Waxolunist That's right. The command triggers the createLink command but the argument to this command call is missing, thats because you see the default link. There is actually not a command for opening the modal. This would be a new feature. |
Comment by brandonhilkert Got it. That's fair. Thanks for the feedback. |
Comment by Waxolunist I scheduled it for the next release. Maybe you have some more ideas. |
Comment by brandonhilkert ok cool. Nothing else here. But I'll keep it in mind as I'm moving forward. Thanks! |
Comment by Waxolunist Fixed. See https://github.com/Waxolunist/bootstrap3-wysihtml5-bower/blob/v0.3.0-wip/test/bs/bootstrap_editor_link_test.js#L52 for an example. |
Issue by brandonhilkert
Monday Jun 23, 2014 at 18:05 GMT
Originally opened as Waxolunist/bootstrap3-wysihtml5-bower#61
Hey! I'm using the Rails version of the plug (https://github.com/Nerian/bootstrap-wysihtml5-rails) and am looking to add a shortcut for creating a link (Cmd-K):
I added:
When I hit
cmd-k
, it pastes a link and doesn't trigger the link modal. Should I be targeting a different action? I briefly looked through the code and the action for the button is the same as the command in the config ("createLink").First action is me hitting the toolbar, second is Cmd-k.
The text was updated successfully, but these errors were encountered: