summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-17Remove auto linkify image since it might print out unwanted url and it can be...Wu Cheng-Han1-11/+1
2016-10-17Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han1-2/+5
2016-10-14Fix client socket on delete event might not delete corresponding history reco...Wu Cheng-Han1-3/+14
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han2-3/+6
2016-10-14Move gist-embed to CDNYukai Huang1-2/+0
2016-10-14Fix sync scroll not handle properly on area resizeWu Cheng-Han1-2/+2
2016-10-14Fix require orderingYukai Huang2-7/+7
2016-10-13Fix ownership displayYukai Huang2-4/+2
2016-10-13Remove uneccesasry serverurl exportingYukai Huang1-24/+23
2016-10-13Fix spellcheckYukai Huang6-6/+1
2016-10-13Fix HTML exportingYukai Huang2-2/+6
2016-10-13Fix history deletionYukai Huang2-2/+4
2016-10-13Expose parseMeta functionYukai Huang3-1/+4
2016-10-13Fix cheatsheet renderingYukai Huang1-1/+1
2016-10-13Fix lastchangeui and moment timestampsYukai Huang4-28/+7
2016-10-13Fix syncscrollYukai Huang1-1/+2
2016-10-13Optimize common assets with CDNYukai Huang3-9/+2
2016-10-13Refactor webpack moduleYukai Huang4-72/+53
2016-10-13Config CDN for viz.jsYukai Huang1-0/+1
2016-10-12Fix stylesheet orderingYukai Huang1-6/+0
2016-10-12Fix to handle name or color might get undefined errorWu Cheng-Han1-4/+4
2016-10-12Load custom markdown-it-regex plugin with script-loaderYukai Huang1-16/+16
2016-10-12Revert 56c5378Yukai Huang1-3/+0
2016-10-12Fix history list not parse and bind events properly on change paginationWu Cheng-Han1-76/+92
2016-10-12Update to make history refresh have better UX and keep the beginning and end ...Wu Cheng-Han1-1/+7
2016-10-11Fix module exportYukai Huang5-19/+26
2016-10-11CleanupYukai Huang2-20/+0
2016-10-11Revert customized markdown-it-mathjax pluginYukai Huang3-27/+1
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang2-20/+18
2016-10-11Update to support pagination for history listWu Cheng-Han1-1/+5
2016-10-11Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han1-6/+7
2016-10-11Remove unused viz.js requireYukai Huang1-1/+0
2016-10-11Manage more packages with npm and webpackYukai Huang4-7/+6
2016-10-11Split common vendor javascript into chunksYukai Huang2-9/+0
2016-10-11Fix common.js.exampleYukai Huang1-1/+0
2016-10-11Mark as 0.4.5Wu Cheng-Han1-1/+1
2016-10-10Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han1-1/+1
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han1-2/+0
2016-10-10Cancel update history on page unloadWu Cheng-Han1-1/+1
2016-10-10Update to support delete noteWu Cheng-Han1-1/+14
2016-10-10Update to make history delete and pin function call to new APIsWu Cheng-Han1-28/+58
2016-10-10Fix some incorrect redirectsWu Cheng-Han1-4/+4
2016-10-10Update to make note history count in server-side when user loggedWu Cheng-Han1-1/+27
2016-10-10Fix get or set history on server ajax should not fallback to browser storage ...Wu Cheng-Han1-6/+6
2016-10-10Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han1-1/+1