summaryrefslogtreecommitdiff
path: root/public/js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Expose internal editor config variableYukai Huang2017-05-072-4/+4
| |
| * Load statusbar template by string-loaderYukai Huang2017-05-072-34/+61
| |
* | style: Fixed variable already declaredBoHong Li2017-05-081-2/+2
|/
* Update to support code block syntax highlighting of gherkinWu Cheng-Han2017-05-052-2/+3
|
* Fix link regex should filter protocol with case insensitive flag [Security ↵Wu Cheng-Han2017-04-111-1/+1
| | | | Issue]
* Fix indentationsYukai Huang2017-03-281-52/+48
|
* Drop global variable ui exposingYukai Huang2017-03-282-5/+6
|
* Update to es6 module import styleYukai Huang2017-03-281-7/+6
|
* Update cm instance in changes event argumentYukai Huang2017-03-281-1/+1
|
* Move updateStatusBar method into editor classYukai Huang2017-03-283-27/+35
|
* Fix listener “this” contextYukai Huang2017-03-281-1/+1
|
* Promisify getStatusBarTemplate methodYukai Huang2017-03-281-26/+28
|
* Add cm instance to cursorActivity argumentYukai Huang2017-03-281-2/+2
|
* Update focus argument with cm instanceYukai Huang2017-03-281-1/+1
|
* Rewrite cursorActivity with multi listener styleYukai Huang2017-03-281-17/+17
| | | | - adjust function order to prevent standard lint failure
* Extract selection update from updateStatusbarYukai Huang2017-03-282-26/+33
|
* Impl multiple codemirror event listenerYukai Huang2017-03-282-9/+22
|
* Change minor TODO to FIXMEYukai Huang2017-03-281-2/+2
|
* Update to change makefile syntax highlighting to PrismWu Cheng-Han2017-03-261-0/+6
|
* Update to add abc in support charts of textcompleteWu Cheng-Han2017-03-261-1/+1
|
* Fix code styleWu Cheng-Han2017-03-261-1/+1
|
* Add support of abcjsWu Cheng-Han2017-03-261-0/+22
|
* Fix text complete of extra tags for list not triggered properlyWu Cheng-Han2017-03-231-14/+14
|
* Fix google drive file picker not initialize properlyWu Cheng-Han2017-03-231-1/+3
|
* Fix XSS vulnerability in link regex [Security Issue]Wu Cheng-Han2017-03-221-2/+2
|
* Fix render.js code stylesWu Cheng-Han2017-03-221-6/+6
|
* Fix front-end index.js code stylesWu Cheng-Han2017-03-221-24/+34
|
* Fix todo list item class might add in wrong elementWu Cheng-Han2017-03-221-1/+5
|
* Fix unnecessary global calling of owneruiWu Cheng-Han2017-03-221-1/+1
|
* Fix duplicated loading of reveal markdown pluginWu Cheng-Han2017-03-211-14/+11
|
* Update to make removeDOMEvents only process once in slide modeWu Cheng-Han2017-03-201-2/+1
|
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-202-11/+15
| | | | To avoid extra webpacking on changing configs and follow the 12 factor app
* Merge pull request #387 from hackmdio/cm-refactorMax Wu2017-03-144-560/+659
|\ | | | | Extract CodeMirror instance
| * Fix variable exporting errorYukai Huang2017-03-132-3/+4
| |
| * Merge branch 'master' into cm-refactorYukai Huang2017-03-1315-5990/+5774
| |\
| * | Use JavaScript standard styleYukai Huang2017-03-093-541/+568
| | |
| * | Extract editor related codeYukai Huang2017-03-083-569/+536
| | | | | | | | | | | | - in public/js/lib/editor/index.js
| * | Extract UI jquery nodeYukai Huang2017-03-071-0/+84
| | |
* | | Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han2017-03-141-5/+3
| | |
* | | Fix export html to replace fallen cdn tortue.me to cdnjsWu Cheng-Han2017-03-141-1/+1
| | |
* | | Fix rendering might result XSS attribute on self closing tag [Security Issue]Wu Cheng-Han2017-03-144-1/+20
| |/ |/|
* | Use JavaScript Standard Style (part 2)BoHong Li2017-03-0915-6518/+6282
|/ | | | Fixed all fail on frontend code.
* Fix not determine OT have pending operations properlyWu Cheng-Han2017-02-181-5/+10
|
* Fix to keep selections on save and restore infoWu Cheng-Han2017-02-181-1/+4
|
* Update to allow li tag specify value numberWu Cheng-Han2017-02-171-0/+2
|
* Update google drive picker to enable setOwnedByMe to show shared files and ↵Max Wu2017-02-111-1/+2
| | | | folders
* Fix duplicated headers anchor link not been updated properlyWu Cheng-Han2017-02-031-1/+1
|
* Fix "[object HTMLCollection] is not iterable!" error in some browsersWu Cheng-Han2017-02-031-1/+2
|
* Fix missing type declaration in text complete strategyWu Cheng-Han2017-02-031-1/+1
|
* Merge pull request #341 from nvsofts/fix_bom_utf8Max Wu2017-02-033-5/+5
|\ | | | | Removed UTF-8 BOM in download function