I wonder how much your project inherits from Jupyter (when you decide to switch). Probably most of the behavior of Jupyter remains?
Jared Forsyth
@jaredly
Was there much in the way of new behavior between jupyter and ipython2.x?
LukasDrude
@LukasDrude
I don't know about implementation details. I just know that Jupyter aims to be language agnostic. Thus, the target is to allow a wider range of kernels. Regarding my Markdown question: Maybe many questions (i.e. why is there no inline MathJax/ why is there no HTML) are obsolete once you changed to Jupyter because the internals (may) change anyhow.
Jared Forsyth
@jaredly
Ah yes. (just looked at the release notes). The "switch between kernels" thing is something I definitely have to get into NM -- I've planned to do that for a while.
Also -- coming from Org mode, let me know what features you miss :)
LukasDrude
@LukasDrude
Probably unsolvable: Having a file format which is easy to diff.
Bibtex-Integration
Tags
Properties which I may add to cells (i.e. a best-before-date until I have to review the cell content)
A more condensed view (which I may do by chaning your css files locally)
Interesting way to edit tables (as opposed to CodeMirror for Markdown): Whenever I press <TAB> it aligns all "|" marks.
Don't take this list too seriously.
Jared Forsyth
@jaredly
Cool!
tags are definitely coming
I'd be interesting in having a variety of themes (some people like "breathing room", others like efficiency)
from an implementation perspective, gui would actually be a bit cleaner
LukasDrude
@LukasDrude
Ok, I understand. But you will probably leave all Markdown/ MathJax/ HTML within cells as is (code), right?
Jared Forsyth
@jaredly
yeah
markdown is much better than wysinwyg
LukasDrude
@LukasDrude
That's so true.
LukasDrude
@LukasDrude
I read the port of your tutorial regarding images, but how did you acutally do it: a) I can't drag and drop to a text cell. b) I can't copy/ paste to a text cell.
Jared Forsyth
@jaredly
But the click-to-upload works?
Oh -- it's a node types thing. Right click on the cell, and change it to an image node
Or t i for the keyboard shortcut in normal mode. alt+t i in edit mode
LukasDrude
@LukasDrude
Ok, Click-To-Upload works. (a) and (b) do not work on image cells as well (I am on chromium with KDE).
Jared Forsyth
@jaredly
drag&drop is not yet supported, but copy/paste should work :/
ok, I see it breaking for me too. I'll have to look into that. The way I tend to use it is "screenshot to clipboard", which I guess does a different clipboard thing than "right-click copy image"
LukasDrude
@LukasDrude
Ok, so I was just looking for a way to get a screenshot from "ksnapshot" to the notebook without an additional step to save the file locally.
Yeah, screenshot + paste is my normal workflow too
I'll look into what needs to be done to get cross-env compatability with the clipboard. eventually I plan on drag+drop working, but it's not a priority
_
LukasDrude
@LukasDrude
So how do you do it currently? With Ctrl-C Ctrl-V on an image cell?
Jared Forsyth
@jaredly
My screenshot keyboard shortcut (using xscreenshot) puts the screenshot right into the clipboard. Then go to the image cell, and ctrl+v
LukasDrude
@LukasDrude
When having the image cell highlighted (pink) and pressing ctrl+v, it yanks so other cells which I copied before. I installed xscreenshot to test your workflow but it didn't work. I will try with more patience tomorrow.
Jared Forsyth
@jaredly
Sorry for the confusion -- it's pressing ctrl+v in edit mode, actually. A bit strange I know :/ Or while editing the text caption, right-click + paste works too
LukasDrude
@LukasDrude
Now I got it. Took me some time but its fine like this. There is no need for drag and drop (which is complicated with touchpads anyhow). See you tomorrow.
Jared Forsyth
@jaredly
Glad that works -- I'll see if I can improve the tutorial w/r/t that
LukasDrude
@LukasDrude
@jaredly, did you try using notablemind on a tablet yet?
Jared Forsyth
@jaredly
@LukasDrude No, I haven't -- I don't imagine the experience would be particularly great -- how was it?
E
@Inconditus
good to see documentation up on noteablemind
LukasDrude
@LukasDrude
Hey Jared, I consider it strange, that I can move up and down with j and k, but the screen does not follow (at least on OS X with Chrome and with Firefox (Safari is a whole different story which I will not start now)).