-
Notifications
You must be signed in to change notification settings - Fork 109
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
Text Services don't work in Markdown/Code cells: selection not passed to service #163
Comments
It's an issue with the Ace editor. I will seriously dig into the Ace source code sometime and fix these bugs. |
Try it here: http://ace.c9.io/build/kitchen-sink.html |
Issues on ace: ajaxorg/ace#2662, ajaxorg/ace#2446 |
Thanks. I will spend some time working on Ace after Quiver 3.0. It seems that Ace needs some help. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way to reproduce this issue is with the built-in Service,
Make New Sticky Note
.With a text cell, a new note will be created with the selected text.
With a markdown or code cell, a new note is created but it is empty.
Issue is present on both release and 3.0 beta.
(note: I have no interest in creating sticky notes, but I would like to use Brett Terpstra's markdown services and searchlink service in markdown cells, and they all have the same issue)
The text was updated successfully, but these errors were encountered: