| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix published note won't scroll to hash on load | Wu Cheng-Han | 2016-11-26 | 1 | -0/+2 |
* | | Fix mathjax with blockquote might have race condition | Wu Cheng-Han | 2016-11-18 | 1 | -11/+13 |
* | | Update to support haskell syntax highlighting in code block | Wu Cheng-Han | 2016-11-18 | 4 | -13/+20 |
* | | Remove uesless executable permission for static files | Peter Dave Hello | 2016-11-14 | 75 | -0/+0 |
|/ |
|
* | Fix index social foot style | Wu Cheng-Han | 2016-11-07 | 1 | -0/+1 |
* | Fix syntax highlighting not apply correctly in slides | Wu Cheng-Han | 2016-11-07 | 4 | -4/+7 |
* | Merge pull request #243 from Yukaii/google-font-optional-cdn | Max Wu | 2016-11-04 | 74 | -2/+219 |
|\ |
|
| * | Add google font css for exported html | Yukai Huang | 2016-11-03 | 1 | -0/+1 |
| * | Add font css to templates | Yukai Huang | 2016-11-03 | 4 | -0/+8 |
| * | Rename google font css | Yukai Huang | 2016-11-03 | 1 | -0/+0 |
| * | Seperate cdn/local google font css | Yukai Huang | 2016-11-03 | 3 | -2/+210 |
| * | Add fonts | Yukai Huang | 2016-11-03 | 66 | -0/+0 |
* | | Fix slide highlighting styles not apply properly and add missing styles depen... | Wu Cheng-Han | 2016-11-04 | 2 | -3/+4 |
* | | Remove html.min.css since it will be built via webpack afterwards | Wu Cheng-Han | 2016-11-03 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #242 from Yukaii/webpack-stylesheet | Max Wu | 2016-11-03 | 10 | -14/+26 |
|\ |
|
| * | Config extra entry for html.min.css | Yukai Huang | 2016-11-02 | 2 | -1/+6 |
| * | Require slide mode stylesheets | Yukai Huang | 2016-11-02 | 2 | -3/+5 |
| * | Require pretty stylesheets | Yukai Huang | 2016-11-02 | 2 | -3/+4 |
| * | Require cover stylesheets | Yukai Huang | 2016-11-02 | 2 | -2/+3 |
| * | Require index stylesheets | Yukai Huang | 2016-11-02 | 2 | -5/+8 |
* | | Fix server reconnect might not resend pending operations | Wu Cheng-Han | 2016-11-03 | 1 | -1/+4 |
|/ |
|
* | Fix viewAjaxCallback might be called on null | Wu Cheng-Han | 2016-11-01 | 3 | -4/+3 |
* | Update to support summary tag | Wu Cheng-Han | 2016-10-29 | 1 | -0/+2 |
* | Fix slide export pdf styles not applied issue and add shiv and shim for IE | Wu Cheng-Han | 2016-10-29 | 2 | -4/+28 |
* | Fix viewAjaxCallback not able to be assigned | Wu Cheng-Han | 2016-10-29 | 1 | -0/+1 |
* | Fix to hide duplicated MathML elements in static HTML exporting | Wu Cheng-Han | 2016-10-29 | 2 | -1/+5 |
* | Fix generateCleanHTML not remove smoothhashscroll attribute properly | Wu Cheng-Han | 2016-10-29 | 1 | -3/+3 |
* | Fix possible unclose HTML and leaked html tags when fail to parse diagrams | Wu Cheng-Han | 2016-10-26 | 1 | -2/+9 |
* | Update mathjax cdn path and source path | Wu Cheng-Han | 2016-10-25 | 3 | -6/+12 |
* | Fix typos in the slide-example.md | Wu Cheng-Han | 2016-10-25 | 1 | -3/+3 |
* | Fix index select2 input padding and font-family to meet bootstrap input style | Wu Cheng-Han | 2016-10-25 | 1 | -0/+4 |
* | Fix conflicting bootstrap in index and add select2 in non-cdn resource | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
* | Update to move select2 dependency to bower and add its cdn sources | Wu Cheng-Han | 2016-10-23 | 7 | -1223/+3 |
* | Fix config.js use cdn option not parse properly and add missing cdn resources | Wu Cheng-Han | 2016-10-23 | 3 | -0/+5 |
* | Fix some typo of PR #230 | Wu Cheng-Han | 2016-10-23 | 2 | -2/+1 |
* | Merge pull request #230 from PeterDaveHello/cdnjs+https+sri | Max Wu | 2016-10-23 | 6 | -83/+84 |
|\ |
|
| * | Use CDNJS by default with https and SRI support | Peter Dave Hello | 2016-10-23 | 6 | -83/+84 |
* | | Update to retry when anytime the socket io disconnect | Wu Cheng-Han | 2016-10-23 | 1 | -4/+1 |
* | | Fix socket io doc event should setDoc when revision mismatch and no outstandi... | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
* | | Fix passing markdown-it-emoji incorrect parameter type | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
* | | Merge pull request #229 from PeterDaveHello/patch-1 | Max Wu | 2016-10-23 | 1 | -0/+2 |
|\ \ |
|
| * | | Update locale.js | Peter Dave Hello | 2016-10-23 | 1 | -0/+2 |
| |/ |
|
* / | Fix code block syntax highlighting might not process properly because the HTM... | Wu Cheng-Han | 2016-10-23 | 1 | -2/+2 |
|/ |
|
* | Fix index.js isValidURL is not defined error | Wu Cheng-Han | 2016-10-22 | 2 | -0/+2 |
* | Fix ReferenceError of scollToTop and scollToBottom in index.js | Wu Cheng-Han | 2016-10-22 | 1 | -0/+3 |
* | Update html.min.css for export html template | Wu Cheng-Han | 2016-10-21 | 1 | -1/+1 |
* | Fix markdown styles conflicting bootstrap on p and ul under alert area | Wu Cheng-Han | 2016-10-21 | 1 | -1/+6 |
* | Update to support Swedish locale | Wu Cheng-Han | 2016-10-21 | 1 | -0/+1 |
* | Fix gapi not able to reference callback function onGoogleClientLoaded | Wu Cheng-Han | 2016-10-20 | 1 | -0/+1 |
* | Try to remove unused front-end dependency | Wu Cheng-Han | 2016-10-19 | 6 | -53/+10 |