| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Load statusbar template by string-loader | Yukai Huang | 2017-05-07 | 2 | -34/+61 |
* | | style: Fixed variable already declared | BoHong Li | 2017-05-08 | 1 | -2/+2 |
|/ |
|
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 2 | -2/+3 |
* | Fix link regex should filter protocol with case insensitive flag [Security Is... | Wu Cheng-Han | 2017-04-11 | 1 | -1/+1 |
* | Fix indentations | Yukai Huang | 2017-03-28 | 1 | -52/+48 |
* | Drop global variable ui exposing | Yukai Huang | 2017-03-28 | 2 | -5/+6 |
* | Update to es6 module import style | Yukai Huang | 2017-03-28 | 1 | -7/+6 |
* | Update cm instance in changes event argument | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
* | Move updateStatusBar method into editor class | Yukai Huang | 2017-03-28 | 3 | -27/+35 |
* | Fix listener “this” context | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
* | Promisify getStatusBarTemplate method | Yukai Huang | 2017-03-28 | 1 | -26/+28 |
* | Add cm instance to cursorActivity argument | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
* | Update focus argument with cm instance | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
* | Rewrite cursorActivity with multi listener style | Yukai Huang | 2017-03-28 | 1 | -17/+17 |
* | Extract selection update from updateStatusbar | Yukai Huang | 2017-03-28 | 2 | -26/+33 |
* | Impl multiple codemirror event listener | Yukai Huang | 2017-03-28 | 2 | -9/+22 |
* | Change minor TODO to FIXME | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
* | Update to change makefile syntax highlighting to Prism | Wu Cheng-Han | 2017-03-26 | 1 | -0/+6 |
* | Update to add abc in support charts of textcomplete | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
* | Fix code style | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
* | Add support of abcjs | Wu Cheng-Han | 2017-03-26 | 1 | -0/+22 |
* | Fix text complete of extra tags for list not triggered properly | Wu Cheng-Han | 2017-03-23 | 1 | -14/+14 |
* | Fix google drive file picker not initialize properly | Wu Cheng-Han | 2017-03-23 | 1 | -1/+3 |
* | Fix XSS vulnerability in link regex [Security Issue] | Wu Cheng-Han | 2017-03-22 | 1 | -2/+2 |
* | Fix render.js code styles | Wu Cheng-Han | 2017-03-22 | 1 | -6/+6 |
* | Fix front-end index.js code styles | Wu Cheng-Han | 2017-03-22 | 1 | -24/+34 |
* | Fix todo list item class might add in wrong element | Wu Cheng-Han | 2017-03-22 | 1 | -1/+5 |
* | Fix unnecessary global calling of ownerui | Wu Cheng-Han | 2017-03-22 | 1 | -1/+1 |
* | Fix duplicated loading of reveal markdown plugin | Wu Cheng-Han | 2017-03-21 | 1 | -14/+11 |
* | Update to make removeDOMEvents only process once in slide mode | Wu Cheng-Han | 2017-03-20 | 1 | -2/+1 |
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 2 | -11/+15 |
* | Merge pull request #387 from hackmdio/cm-refactor | Max Wu | 2017-03-14 | 4 | -560/+659 |
|\ |
|
| * | Fix variable exporting error | Yukai Huang | 2017-03-13 | 2 | -3/+4 |
| * | Merge branch 'master' into cm-refactor | Yukai Huang | 2017-03-13 | 15 | -5990/+5774 |
| |\ |
|
| * | | Use JavaScript standard style | Yukai Huang | 2017-03-09 | 3 | -541/+568 |
| * | | Extract editor related code | Yukai Huang | 2017-03-08 | 3 | -569/+536 |
| * | | Extract UI jquery node | Yukai Huang | 2017-03-07 | 1 | -0/+84 |
* | | | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 2017-03-14 | 1 | -5/+3 |
* | | | Fix export html to replace fallen cdn tortue.me to cdnjs | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
* | | | Fix rendering might result XSS attribute on self closing tag [Security Issue] | Wu Cheng-Han | 2017-03-14 | 4 | -1/+20 |
| |/
|/| |
|
* | | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 15 | -6518/+6282 |
|/ |
|
* | Fix not determine OT have pending operations properly | Wu Cheng-Han | 2017-02-18 | 1 | -5/+10 |
* | Fix to keep selections on save and restore info | Wu Cheng-Han | 2017-02-18 | 1 | -1/+4 |
* | Update to allow li tag specify value number | Wu Cheng-Han | 2017-02-17 | 1 | -0/+2 |
* | Update google drive picker to enable setOwnedByMe to show shared files and fo... | Max Wu | 2017-02-11 | 1 | -1/+2 |
* | Fix duplicated headers anchor link not been updated properly | Wu Cheng-Han | 2017-02-03 | 1 | -1/+1 |
* | Fix "[object HTMLCollection] is not iterable!" error in some browsers | Wu Cheng-Han | 2017-02-03 | 1 | -1/+2 |
* | Fix missing type declaration in text complete strategy | Wu Cheng-Han | 2017-02-03 | 1 | -1/+1 |
* | Merge pull request #341 from nvsofts/fix_bom_utf8 | Max Wu | 2017-02-03 | 3 | -5/+5 |
|\ |
|
| * | Removed UTF-8 BOM in download function | NV | 2017-02-03 | 3 | -5/+5 |