JimmyH

Results 6 comments of JimmyH

应该没有api获取历史消息吧

And how to config the monaco editor to use this server? Any demo about this? Thanks a lot.

I use it this way. seems working fine currently.. (copy `vs` source directory to `public/js/monaco`) ``` window.require = { paths: { 'vs': `${_url_origin}${prefix}/js/monaco/vs` } }; $('head').append($('') .attr('href', `${_url_origin}${prefix}/js/monaco/vs/editor/editor.main.css`)); $.when( $.getScript(...

建议通过做一些组件来学习,比如: http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/ http://www.w3avenue.com/2010/04/16/improve-your-css-skills-with-pure-css-ui-components/

或者能否教下怎么调试这个插件了?我这用debug npm script调试也不太稳定,有时候就直接断不下来