Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert customized markdown-it-mathjax plugin | Yukai Huang | 2016-10-11 | 3 | -27/+1 |
| | |||||
* | Optimize viz.js async rendering through webpack chunk | Yukai Huang | 2016-10-11 | 6 | -24/+22 |
| | |||||
* | 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 | 8 | -20/+7 |
| | |||||
* | Split common vendor javascript into chunks | Yukai Huang | 2016-10-11 | 6 | -14/+4 |
| | |||||
* | Fix common.js.example | Yukai Huang | 2016-10-11 | 1 | -1/+0 |
| | |||||
* | Cover page is now working | Yukai Huang | 2016-10-10 | 4 | -10/+30 |
| | |||||
* | Slide mode is now working | Yukai Huang | 2016-10-10 | 2 | -33/+78 |
| | |||||
* | 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 | 4 | -4/+3 |
| | |||||
* | Revert some bower assets | Yukai Huang | 2016-10-09 | 8 | -278/+7 |
| | |||||
* | 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 | 2 | -37/+65 |
| | |||||
* | Workaround for circular require | Yukai Huang | 2016-10-09 | 1 | -2/+6 |
| | |||||
* | Config TextExtract plugin and change build folder | Yukai Huang | 2016-10-09 | 2 | -1/+2 |
| | |||||
* | Fix more js errors | Yukai Huang | 2016-10-09 | 1 | -0/+1 |
| | |||||
* | Revert to customized codemirror | Yukai Huang | 2016-10-09 | 2 | -8/+4 |
| | |||||
* | 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 | 3 | -6/+3 |
| | |||||
* | Add highlight.js and prism styles | Yukai Huang | 2016-10-09 | 2 | -3/+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 | 7 | -58/+167 |
| | | | | | | | | * 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 | 3 | -1/+2 |
| | |||||
* | Move out script tag and use js instead | Yukai Huang | 2016-10-08 | 3 | -58/+80 |
| | |||||
* | Add missing vendor code hard to deal with | Yukai Huang | 2016-10-08 | 2 | -0/+269 |
| | |||||
* | 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 |
| | |||||
* | Update to support Greek and Portuguese locales | Wu Cheng-Han | 2016-10-02 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | Update help modal cheatsheet font styles to make it more clear on spaces | Wu Cheng-Han | 2016-09-18 | 1 | -2/+9 |
| | |||||
* | 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 sequence-diagram-min.js.map for source file reference and source file ↵ | Wu Cheng-Han | 2016-09-18 | 2 | -1/+1980 |
| | | | | not found error | ||||
* | Fix text might get cutoff again for IE and Edge series | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
| | |||||
* | Fix syncscroll.js and index.js have circular dependency cause Reference Errors | Wu Cheng-Han | 2016-09-18 | 2 | -14/+26 |
| | |||||
* | Fix the include order to avoid Reference Errors | Wu Cheng-Han | 2016-09-18 | 1 | -2/+2 |
| | |||||
* | 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 | 4 | -4/+16 |
| | |||||
* | Update to support tiddlywiki and mediawiki syntax highlighting in editor | Wu Cheng-Han | 2016-09-18 | 13 | -17/+938 |
| | |||||
* | 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 | 2 | -11/+11 |
| | | | | straightforward, and add shortcut key reminder in modes' title | ||||
* | Add support of shortcut keys for changeMode | Wu Cheng-Han | 2016-09-18 | 2 | -0/+13 |
| | |||||
* | Fix the element selector in smoothHashScroll might contain special ↵ | Wu Cheng-Han | 2016-09-18 | 1 | -2/+5 |
| | | | | characters and cause the Syntax error |