i'm picking up some react, i've been doing standard django/rails app and basic css/html stuff
Jared Forsyth
@jaredly
Sounds good. Probably the best thing now is to play with it and tell me when it breaks :)
E
@Inconditus
will do - also, how do you make a todo item? in github i usually do - [ ] item
Jared Forsyth
@jaredly
ah yes, I haven't yet documented node types. there are many. to change an item to a todo, press t t in normal mode. t n changes it back to a normal node, also t c for code, t l for list, and some others
E
@Inconditus
cool, works also with the visual selections :smile:
Jared Forsyth
@jaredly
yup!
most things should
Jared Forsyth
@jaredly
Out of curiosity, how did you come upon notablemind? I don't think I've published it anywhere
E
@Inconditus
i was going to make my own, was looking for a nice tree library for javascript. this was a couple months ago, been keeping track of noteablemind since
Oh this is great. I stumbled upon notablemind when searching for folding and searching capabilities for Jupyter/ iPython notebook. How is the project related to Jupyter? Did you document on using the iPython kernel already?
Jared Forsyth
@jaredly
Yup, here's a tutorial. Let me know if anything breaks :) or how the tutorial could be improved.
Jared Forsyth
@jaredly
Also check out the main tutorial if you haven't yet, to get down all of the ins and outs
LukasDrude
@LukasDrude
Ok, that is good. Did you see issues when connecting to your localhost? I get "Error connecting to localhost:8888!" although I am able to use Jupyter on "http://localhost:8888/tree#".
Jared Forsyth
@jaredly
hmmm are you on the new 3.0 release? I haven't looked into API changes for that yet
LukasDrude
@LukasDrude
Yes, I am on Python 2.7.6 and iPython 3.0.
Jared Forsyth
@jaredly
ok :/ I'll have to look into what changed there, sorry. For now, ipython 2.x works great :)
LukasDrude
@LukasDrude
Ok, I will set up a virtualenv to test it. But anyhow, I miss the Emacs Org-Mode reference on your starting page. :P
_
LukasDrude
@LukasDrude
Works like a charm. I will go into details tomorrow.
Jared Forsyth
@jaredly
Glad to hear it!
LukasDrude
@LukasDrude
Did you choose to remove HTML support within Markdown in contrast to iPython?
Jared Forsyth
@jaredly
Hmmm it used to be in there. If I had a reason, I can't remember it off the top of my head.
You can use the %html magic if you want
But if I can't remember why I removed it, I'll put it back in. It's a one-line change
LukasDrude
@LukasDrude
The HTML code does not disappear when I evaluate %%html magic.
:/. I recently changed es6 transpilers, and there's a lot of things that need a bit of cleanup
LukasDrude
@LukasDrude
Do you mind me pointing out this little glitches? There is no obligation to fix things.
Jared Forsyth
@jaredly
No it's awesome :) nice to have another pair of eyes on it
LukasDrude
@LukasDrude
I am really exited about notablemind because I used Org-Mode for quite some time and always had a hard time definding myself against being called an anachronism.
Jared Forsyth
@jaredly
haha right
LukasDrude
@LukasDrude
Did you decide against MathJax within Markdown as well?
Jared Forsyth
@jaredly
That wasn't a conscious decision, I just haven't put it together
Seems like a desirable thing, though
LukasDrude
@LukasDrude
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)