Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused viz.js require | Yukai Huang | 2016-10-11 | 1 | -1/+0 |
| | |||||
* | Manage more packages with npm and webpack | Yukai Huang | 2016-10-11 | 4 | -7/+6 |
| | |||||
* | Split common vendor javascript into chunks | Yukai Huang | 2016-10-11 | 2 | -9/+0 |
| | |||||
* | Fix common.js.example | Yukai Huang | 2016-10-11 | 1 | -1/+0 |
| | |||||
* | Cover page is now working | Yukai Huang | 2016-10-10 | 3 | -6/+29 |
| | |||||
* | Slide mode is now working | Yukai Huang | 2016-10-10 | 1 | -0/+73 |
| | |||||
* | More function expose workaround for reveal-markdown.js | Yukai Huang | 2016-10-10 | 2 | -0/+3 |
| | |||||
* | Remove redundant entry point | Yukai Huang | 2016-10-10 | 1 | -1/+0 |
| | |||||
* | Revert some bower assets | Yukai Huang | 2016-10-09 | 2 | -2/+2 |
| | |||||
* | Fix history and edit mode change | Yukai Huang | 2016-10-09 | 1 | -3/+3 |
| | |||||
* | Update common.js.example | Yukai Huang | 2016-10-09 | 1 | -1/+30 |
| | |||||
* | Fix scrollToTop/Buttom in preview | Yukai Huang | 2016-10-09 | 1 | -1/+1 |
| | | | | workaround | ||||
* | Finish public note view js loading | Yukai Huang | 2016-10-09 | 1 | -0/+60 |
| | |||||
* | Workaround for circular require | Yukai Huang | 2016-10-09 | 1 | -2/+6 |
| | |||||
* | Fix more js errors | Yukai Huang | 2016-10-09 | 1 | -0/+1 |
| | |||||
* | Revert to customized codemirror | Yukai Huang | 2016-10-09 | 1 | -6/+0 |
| | |||||
* | Fix pdfobject require | Yukai Huang | 2016-10-09 | 2 | -15/+19 |
| | |||||
* | Fix function export | Yukai Huang | 2016-10-09 | 2 | -1/+3 |
| | |||||
* | Revert customized ot library and fix dependency | Yukai Huang | 2016-10-09 | 1 | -6/+0 |
| | |||||
* | Add highlight.js and prism styles | Yukai Huang | 2016-10-09 | 1 | -0/+3 |
| | |||||
* | Config bootstrap with webpack | Yukai Huang | 2016-10-08 | 2 | -1/+2 |
| | |||||
* | Make editor variable global | Yukai Huang | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | Resolve dependency module requiring | Yukai Huang | 2016-10-08 | 6 | -53/+163 |
| | | | | | | | | * es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error. | ||||
* | Fix mutiple socket.on handling | Yukai Huang | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | Use xss in script tag | Yukai Huang | 2016-10-08 | 1 | -1/+0 |
| | |||||
* | Move out script tag and use js instead | Yukai Huang | 2016-10-08 | 2 | -5/+78 |
| | |||||
* | Create example config | Yukai Huang | 2016-10-05 | 1 | -0/+95 |
| | |||||
* | Remove config files from version control | Yukai Huang | 2016-10-05 | 1 | -95/+0 |
| | |||||
* | Change wording of placeholder text | Laura Kyle | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Fix undefined variable typo | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Fix text complete extra tags for blockquote and referral shouldn't match ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -2/+2 |
| | | | | after the target search and referral regex now need two spaces when after some text | ||||
* | Fix revision viewer might not update after data init, try to use editor ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -2/+5 |
| | | | | operation queue to enhance updateView performance | ||||
* | Fix syncscroll.js and index.js have circular dependency cause Reference Errors | Wu Cheng-Han | 2016-09-18 | 2 | -14/+26 |
| | |||||
* | Fix bug that when window close will make ajax fail and cause cookies set to ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -1/+0 |
| | | | | wrong state | ||||
* | Update to support wiki markup syntax highlighting in view using prism | Wu Cheng-Han | 2016-09-18 | 1 | -4/+10 |
| | |||||
* | Update to support tiddlywiki and mediawiki syntax highlighting in editor | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Update to support shortcuts which can add or delete symbol surround text | Wu Cheng-Han | 2016-09-18 | 1 | -0/+84 |
| | |||||
* | Update to support save mode to url and parse mode from url | Wu Cheng-Han | 2016-09-18 | 1 | -5/+18 |
| | |||||
* | Update edit and publish icon and change toggle icon to make it ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -3/+3 |
| | | | | straightforward, and add shortcut key reminder in modes' title | ||||
* | Add support of shortcut keys for changeMode | Wu Cheng-Han | 2016-09-18 | 1 | -0/+12 |
| | |||||
* | Fix the element selector in smoothHashScroll might contain special ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -2/+5 |
| | | | | characters and cause the Syntax error | ||||
* | Fix scripts load order to prevent reference error, using query callback to ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -5/+13 |
| | | | | prevent google api call before loaded | ||||
* | Improve authorship markers update performance and use CodeMirror built-in ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -34/+39 |
| | | | | operation queue to avoid making DOM busy | ||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 2 | -1/+25 |
| | | | | for now | ||||
* | Update to use proper way to render view and fix upload image error should ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -2/+2 |
| | | | | response with code | ||||
* | Update to hide scrollbar (but scrollable) in the slide mode | Wu Cheng-Han | 2016-08-15 | 1 | -0/+4 |
| | |||||
* | Update slide ready and change event to improve performance | Wu Cheng-Han | 2016-08-15 | 1 | -6/+9 |
| | |||||
* | Fix toc id naming to avoid overlap with user toc | Wu Cheng-Han | 2016-08-15 | 3 | -10/+10 |
| | |||||
* | Update slide mode to show extra info and support url actions and support ↵ | Wu Cheng-Han | 2016-08-15 | 1 | -0/+11 |
| | | | | disqus via yaml-metadata | ||||
* | Fix textcomplete of extra tags for blockquote not match space character in ↵ | Wu Cheng-Han | 2016-08-15 | 1 | -1/+1 |
| | | | | the between |