-
Notifications
You must be signed in to change notification settings - Fork 72
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
Adds option to display results as blocks #280
Conversation
I'm fine with having this option. Any objections from anybody? |
Nope, LGTM. |
Thanks @dustinrb for the patch! |
Happened to glance at this repo again today and super happy to see this PR (it was me asking about something like this in #199). Going to try it out now, thanks. |
You might also be interested in #283 then :) |
Have been using this today and I have to say, I absolutely love it. It makes the info inside the outputs so much more useful since its now easy to read / expand. Thanks very much! Here's some minor feedback I have since using it which is maybe of some use, but its really mostly minor.
(This is Ubuntu Atom/1.12.3 with Ink/4c98938 and julia-client/2c5e412) |
|
For my money, I'd say keep even single-line outputs as blocks. So that basically if I know a command has outputs, my brain is telling me "look below to see the result" whereas if I know if doesn't, I don't want to look at anything. With your idea, I also need to process whether to expect my output to be single-line or not to know where to look. So hybrid mode with only check-mark's inline would be interesting to me. Although maybe I'm just being too picky at this point. |
No, that makes sense. |
Adds option in the settings menu to change whether results are displayed inline (current behavior) or underneath using the
type
option inink.Results
. See JunoLab/atom-ink#93