Skip to content
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

Adding a Hotkey for Weaving to HTML #36

Open
Sumidu opened this issue Oct 24, 2019 · 1 comment
Open

Adding a Hotkey for Weaving to HTML #36

Sumidu opened this issue Oct 24, 2019 · 1 comment

Comments

@Sumidu
Copy link

Sumidu commented Oct 24, 2019

I was wondering why there is not hotkey for weaving to HTML such as CMD+J CMD+H or something similar.
I've tried figuring out how to do this myself, but just started using Julia and Juno. Haven't found a solution yet.

@aminya
Copy link

aminya commented Nov 9, 2019

There are many key-bindings here:
https://github.com/JunoLab/language-weave/blob/master/keymaps/language-weave.cson

You can define your own by calling weave:weave-to-html callback. For example, Choose Edit -> Open Your Keymap to open the keymap.cson file, then paste

'atom-text-editor':
  'cmd-h: 'weave:weave-to-html'

However, I use this which adds a button for weaving to html: https://atom.io/packages/juno-toolbar-plus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants