Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | Update to support French, Deutsch, Japanese and Spanish locales | Wu Cheng-Han | 2016-09-16 | 1 | -2/+6 |
| | |||||
* | Update features.md | Pablo Guerrero | 2016-09-11 | 1 | -38/+40 |
| | |||||
* | Update features.md | Pablo Guerrero | 2016-09-09 | 1 | -32/+32 |
| | |||||
* | Update features.md | Pablo Guerrero | 2016-09-09 | 1 | -26/+25 |
| | |||||
* | Update features.md | Pablo Guerrero | 2016-09-09 | 1 | -7/+7 |
| | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 10 | -147/+180 |
| | | | | 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 | 3 | -24/+48 |
| | |||||
* | Update slide ready and change event to improve performance | Wu Cheng-Han | 2016-08-15 | 1 | -6/+9 |
| |