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

language-weave stealing ~, !, and @ #15

Closed
ssfrr opened this issue Jan 22, 2019 · 8 comments
Closed

language-weave stealing ~, !, and @ #15

ssfrr opened this issue Jan 22, 2019 · 8 comments

Comments

@ssfrr
Copy link

ssfrr commented Jan 22, 2019

After updating language-weave I noticed that I'm suddenly unable to type ~, !, and @ from within a julia block in a weave file. It looks like those keybindings are now triggering the commands markdown:strike-through, markdown:image, and markdown:link, but not actually typing the characters.

@kescobo
Copy link
Contributor

kescobo commented Jan 24, 2019

Also Tab...

Also, I can't type them even outside a julia block

@pfitzseb
Copy link
Member

I think those keybindings should just be removed (and maybe replaced by snippets if anyone feels they would be useful),

@pfitzseb
Copy link
Member

Until this is resolved you can either disable this packages keybindings or install https://github.com/burodepeper/language-markdown, which will provide the relevant commands.

@mpastell
Copy link
Collaborator

This works for me now using language-weave 0.5.0, many thanks to @pfitzseb for the fix!

@marius311
Copy link

I have language-markdown 0.29.0, language-weave 0.6.1, and atom 1.35.1 and I can't type @, *, !, or <Tab> in a Weave.jl markdown file. Am I doing something wrong? This the keybinding resolver when trying to type, e.g. @:

image

@marius311
Copy link

Also, if I disable language-weave keybindings then I can type these, but then Ctrl+Enter no longer evaluates Julia code in-line, so that's not a full solution either.

@pfitzseb
Copy link
Member

Ok, should work fine again with the latest release...

@marius311
Copy link

I confirm it does for me, thanks!

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

5 participants