summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-07Fix textcomplete up side down option not set properlyWu Cheng-Han1-7/+5
2016-12-07Fix emoji textcomplete image pathWu Cheng-Han1-1/+1
2016-12-04Add preferences to editor status bar and make allow override browser keymap o...Wu Cheng-Han1-0/+53
2016-11-29Fix history tags dropdown should unescape htmlWu Cheng-Han1-1/+2
2016-11-29Fix slide resource path and style load orders to avoid conflictsWu Cheng-Han1-2/+2
2016-11-28Fix header id and text might affects by mathjax tagsWu Cheng-Han1-3/+12
2016-11-28Update to support typescript and jsx syntax highlightingWu Cheng-Han2-2/+4
2016-11-28Fix google drive upload script not expose object correctlyWu Cheng-Han1-2/+1
2016-11-28Update editor other cursor classes and adding option for other cursors featur...Wu Cheng-Han1-7/+8
2016-11-26Optimize slide page resource packing and load orders, fix possible wrong chun...Wu Cheng-Han1-1/+0
2016-11-26Optimize hackmd resource packing and load ordersWu Cheng-Han1-1/+1
2016-11-26Fix possible meta XSS in history list [Security Issue]Wu Cheng-Han1-0/+5
2016-11-26Fix possible XSS in yaml-metadata and turn using ejs escape syntax than exter...Wu Cheng-Han2-7/+1
2016-11-26Update to support go in code block syntax highlightingWu Cheng-Han2-3/+4
2016-11-26Fix slide might able to add unsafe attribute on section tag which cause XSS [...Wu Cheng-Han2-1/+5
2016-11-26Fix slide might trigger script when processing markdown which cause XSS [Secu...Wu Cheng-Han1-4/+10
2016-11-26Fix published note won't scroll to hash on loadWu Cheng-Han1-0/+2
2016-11-18Fix mathjax with blockquote might have race conditionWu Cheng-Han1-11/+13
2016-11-18Update to support haskell syntax highlighting in code blockWu Cheng-Han2-1/+7
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello1-0/+0
2016-11-07Fix syntax highlighting not apply correctly in slidesWu Cheng-Han3-1/+4
2016-11-03Add google font css for exported htmlYukai Huang1-0/+1
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 Huang1-0/+3
2016-11-02Require pretty stylesheetsYukai Huang1-0/+4
2016-11-02Require cover stylesheetsYukai Huang1-0/+3
2016-11-02Require index stylesheetsYukai Huang1-1/+6
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 viewAjaxCallback not able to be assignedWu Cheng-Han1-0/+1
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-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-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-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-Han2-4/+0
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-18Update emoji parser using markdown-it-emoji instead of emojify to solve issue...Wu Cheng-Han2-16/+22
2016-10-18Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han1-50/+49
2016-10-18Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han1-2/+2
2016-10-18Fix code block which in deeper level will not be parsed issueWu Cheng-Han2-5/+7
2016-10-17Change to raise socket io reconnection attempts and make editor only availabl...Wu Cheng-Han1-4/+4