MoI node editor for beginner

 From:  mdesign
9547.1 
I`m on newest V4 beta (windows).

I`ve installed it from that link: http://moiscript.weebly.com/install-elephant.html Is it newest one?

I`ve uninstalled nodeeditor.zip to C:\Users\xxx\AppData\Roaming\Moi\nodeeditor

I don`t understand if all nodes are allready included in that nodeeditor.zip becouse I don`t see additional links for download native and extension nodes.


I`ve installed also that custom ui (i don`t remember it`s name) but that button to run node editor also doesn`t work for me.


I don`t know how to build that single line link inside shortcut file to run it properly. I can`t add that single solution script to shortcut:
script: if ( moi.majorVersionNumber == 3 ) { moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); } else if ( moi.majorVersionNumber == 4 ) { moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); }


becouse there is not enough space for doing that (I`ve pasted that after trigger exe command inside "").