summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to support go in code block syntax highlightingWu Cheng-Han2016-11-264-7/+9
|
* Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han2016-11-262-1/+5
| | | | [Security Issue]
* Fix slide might trigger script when processing markdown which cause XSS ↵Wu Cheng-Han2016-11-263-16/+12
| | | | [Security Issue]
* Update socket.io to 1.6.0Wu Cheng-Han2016-11-262-3/+3
|
* Update to separate polypill for IE to a templateWu Cheng-Han2016-11-265-21/+11
|
* Fix published note won't scroll to hash on loadWu Cheng-Han2016-11-261-0/+2
|
* Fix mathjax with blockquote might have race conditionWu Cheng-Han2016-11-181-11/+13
|
* Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han2016-11-182-0/+5
|
* Update to support haskell syntax highlighting in code blockWu Cheng-Han2016-11-184-13/+20
|
* Add dmp worker to leverage CPU intensive calculation to child processWu Cheng-Han2016-11-182-102/+221
|
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2016-11-1876-1/+1
|\
| * Merge pull request #250 from PeterDaveHello/fix-file-permissionMax Wu2016-11-1475-0/+0
| |\ | | | | | | Remove uesless executable permission for static files
| | * Remove uesless executable permission for static filesPeter Dave Hello2016-11-1475-0/+0
| |/
| * Merge pull request #249 from tomwyckhuys/patch-1Max Wu2016-11-141-1/+1
| |\ | | | | | | Update nl.json
| | * Update nl.jsonTom Wyckhuys2016-11-141-1/+1
| |/ | | | | Fixed typo in the Dutch translation: "geuschiedenis" into "geschiedenis"
* | Revert "Add workers for notes to leverage CPU intensive work loading"Wu Cheng-Han2016-11-163-191/+90
| | | | | | | | This reverts commit 4ccfdfa538d2fd7e9ee63e937435a7f6fc622c12.
* | Revert "Add workers for history to leverage CPU intensive work loading"Wu Cheng-Han2016-11-162-99/+46
|/ | | | This reverts commit b5920fbbd1ceb595456da18f7d458b63d1a960bf.
* Fix index social foot styleWu Cheng-Han2016-11-071-0/+1
|
* Add to throw error when server not ready after db syncedWu Cheng-Han2016-11-071-0/+2
|
* Add workers for history to leverage CPU intensive work loadingWu Cheng-Han2016-11-072-46/+99
|
* Add workers for notes to leverage CPU intensive work loadingWu Cheng-Han2016-11-073-90/+191
|
* Fix syntax highlighting not apply correctly in slidesWu Cheng-Han2016-11-074-4/+7
|
* Merge pull request #243 from Yukaii/google-font-optional-cdnMax Wu2016-11-0474-2/+219
|\ | | | | Google font optional cdn
| * Add google font css for exported htmlYukai Huang2016-11-031-0/+1
| |
| * Add font css to templatesYukai Huang2016-11-034-0/+8
| |
| * Rename google font cssYukai Huang2016-11-031-0/+0
| |
| * Seperate cdn/local google font cssYukai Huang2016-11-033-2/+210
| |
| * Add fontsYukai Huang2016-11-0366-0/+0
| |
* | Fix slide highlighting styles not apply properly and add missing styles ↵Wu Cheng-Han2016-11-042-3/+4
| | | | | | | | dependency of prism in html export
* | Remove html.min.css since it will be built via webpack afterwardsWu Cheng-Han2016-11-031-1/+0
|/
* Merge pull request #242 from Yukaii/webpack-stylesheetMax Wu2016-11-0315-89/+100
|\ | | | | Use webpack to bundle stylesheet
| * Add optimize-css webpack pluginYukai Huang2016-11-032-1/+4
| |
| * Do not use hash for html.min.cssYukai Huang2016-11-021-1/+1
| |
| * Config extra entry for html.min.cssYukai Huang2016-11-024-5/+64
| |
| * Require slide mode stylesheetsYukai Huang2016-11-022-3/+5
| |
| * Require pretty stylesheetsYukai Huang2016-11-022-3/+4
| |
| * Require cover stylesheetsYukai Huang2016-11-022-2/+3
| |
| * Require index stylesheetsYukai Huang2016-11-022-5/+8
| |
| * Config webpack css hash in productionYukai Huang2016-11-023-3/+9
| |
| * Update editorconfigYukai Huang2016-11-021-0/+4
| |
| * Refactor webpack production configYukai Huang2016-11-021-71/+3
| |
* | Fix server reconnect might not resend pending operationsWu Cheng-Han2016-11-031-1/+4
|/
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2016-11-011-1/+1
|\
| * Update README.mdMax Wu2016-10-311-1/+1
| | | | | | browser requirement of chrome to 47 in order to avoid SRI not valid issue https://bugs.chromium.org/p/chromium/issues/detail?id=527286
* | Fix viewAjaxCallback might be called on nullWu Cheng-Han2016-11-013-4/+3
|/
* Update to support summary tagWu Cheng-Han2016-10-291-0/+2
|
* Fix slide export pdf styles not applied issue and add shiv and shim for IEWu Cheng-Han2016-10-292-4/+28
|
* Fix viewAjaxCallback not able to be assignedWu Cheng-Han2016-10-291-0/+1
|
* Fix to hide duplicated MathML elements in static HTML exportingWu Cheng-Han2016-10-292-1/+5
|
* Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han2016-10-291-3/+3
|