summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello75-0/+0
2016-11-07Fix index social foot styleWu Cheng-Han1-0/+1
2016-11-07Fix syntax highlighting not apply correctly in slidesWu Cheng-Han4-4/+7
2016-11-04Fix slide highlighting styles not apply properly and add missing styles depen...Wu Cheng-Han2-3/+4
2016-11-03Add google font css for exported htmlYukai Huang1-0/+1
2016-11-03Add font css to templatesYukai Huang4-0/+8
2016-11-03Rename google font cssYukai Huang1-0/+0
2016-11-03Remove html.min.css since it will be built via webpack afterwardsWu Cheng-Han1-1/+0
2016-11-03Seperate cdn/local google font cssYukai Huang3-2/+210
2016-11-03Add fontsYukai Huang66-0/+0
2016-11-03Fix server reconnect might not resend pending operationsWu Cheng-Han1-1/+4
2016-11-02Config extra entry for html.min.cssYukai Huang2-1/+6
2016-11-02Require slide mode stylesheetsYukai Huang2-3/+5
2016-11-02Require pretty stylesheetsYukai Huang2-3/+4
2016-11-02Require cover stylesheetsYukai Huang2-2/+3
2016-11-02Require index stylesheetsYukai Huang2-5/+8
2016-11-01Fix viewAjaxCallback might be called on nullWu Cheng-Han3-4/+3
2016-10-29Update to support summary tagWu Cheng-Han1-0/+2
2016-10-29Fix slide export pdf styles not applied issue and add shiv and shim for IEWu Cheng-Han2-4/+28
2016-10-29Fix viewAjaxCallback not able to be assignedWu Cheng-Han1-0/+1
2016-10-29Fix to hide duplicated MathML elements in static HTML exportingWu Cheng-Han2-1/+5
2016-10-29Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han1-3/+3
2016-10-26Fix possible unclose HTML and leaked html tags when fail to parse diagramsWu Cheng-Han1-2/+9
2016-10-25Update mathjax cdn path and source pathWu Cheng-Han3-6/+12
2016-10-25Fix typos in the slide-example.mdWu Cheng-Han1-3/+3
2016-10-25Fix index select2 input padding and font-family to meet bootstrap input styleWu Cheng-Han1-0/+4
2016-10-23Fix conflicting bootstrap in index and add select2 in non-cdn resourceWu Cheng-Han1-1/+1
2016-10-23Update to move select2 dependency to bower and add its cdn sourcesWu Cheng-Han7-1223/+3
2016-10-23Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han3-0/+5
2016-10-23Fix some typo of PR #230Wu Cheng-Han2-2/+1
2016-10-23Update to retry when anytime the socket io disconnectWu Cheng-Han1-4/+1
2016-10-23Fix socket io doc event should setDoc when revision mismatch and no outstandi...Wu Cheng-Han1-1/+1
2016-10-23Fix passing markdown-it-emoji incorrect parameter typeWu Cheng-Han1-1/+1
2016-10-23Fix code block syntax highlighting might not process properly because the HTM...Wu Cheng-Han1-2/+2
2016-10-23Use CDNJS by default with https and SRI supportPeter Dave Hello6-83/+84
2016-10-23Update locale.jsPeter Dave Hello1-0/+2
2016-10-22Fix index.js isValidURL is not defined errorWu Cheng-Han2-0/+2
2016-10-22Fix ReferenceError of scollToTop and scollToBottom in index.jsWu Cheng-Han1-0/+3
2016-10-21Update html.min.css for export html templateWu Cheng-Han1-1/+1
2016-10-21Fix markdown styles conflicting bootstrap on p and ul under alert areaWu Cheng-Han1-1/+6
2016-10-21Update to support Swedish localeWu Cheng-Han1-0/+1
2016-10-20Fix gapi not able to reference callback function onGoogleClientLoadedWu Cheng-Han1-0/+1
2016-10-19Try to remove unused front-end dependencyWu Cheng-Han6-53/+10
2016-10-19Fix to use bower version emojify.jsWu Cheng-Han6-5/+4
2016-10-19Update to make history not depends on extraWu Cheng-Han3-50/+51
2016-10-19Update to make pretty use same method as slide to unescape markdown contentWu Cheng-Han1-1/+4
2016-10-19Fix index social-foot stylesWu Cheng-Han2-2/+3
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve issue...Wu Cheng-Han893-410/+25
2016-10-18Add missing tooltip scriptYukai Huang1-0/+1
2016-10-18Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han1-50/+49