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