summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-13Remove uneccesasry serverurl exportingYukai Huang1-24/+23
2016-10-13Add handlebars script tagYukai Huang2-0/+2
2016-10-13Fix spellcheckYukai Huang6-6/+1
2016-10-13Fix HTML exportingYukai Huang4-2/+8
2016-10-13Fix history deletionYukai Huang3-3/+7
2016-10-13Expose parseMeta functionYukai Huang3-1/+4
2016-10-13Fix cheatsheet renderingYukai Huang1-1/+1
2016-10-13Remove jquery-scrollspy dependencyYukai Huang2-2/+0
2016-10-13Fix lastchangeui and moment timestampsYukai Huang7-28/+10
2016-10-13Fix syncscrollYukai Huang1-1/+2
2016-10-13Fix scrollspyYukai Huang2-1/+3
2016-10-13Optimize common assets with CDNYukai Huang8-22/+17
2016-10-13Refactor webpack moduleYukai Huang4-72/+53
2016-10-13Config CDN for viz.jsYukai Huang4-1/+4
2016-10-12Fix stylesheet orderingYukai Huang2-8/+1
2016-10-12Fix getCaretPosition in text complete might get undefined position errorWu Cheng-Han1-10/+25
2016-10-12Fix to handle name or color might get undefined errorWu Cheng-Han1-4/+4
2016-10-12Remove slide.ejs style tagYukai Huang1-1/+0
2016-10-12Enable production assets hashYukai Huang7-10/+14
2016-10-12Load more scripts using webpackYukai Huang3-4/+1
2016-10-12Load custom markdown-it-regex plugin with script-loaderYukai Huang1-16/+16
2016-10-12Revert 56c5378Yukai Huang1-3/+0
2016-10-12Load customized vendor script through script-loaderYukai Huang1-4/+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 Huang6-24/+22
2016-10-11Update to support pagination for history listWu Cheng-Han2-1/+7
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 Huang8-20/+7
2016-10-11Split common vendor javascript into chunksYukai Huang6-14/+4
2016-10-11Fix common.js.exampleYukai Huang1-1/+0
2016-10-11Mark as 0.4.5Wu Cheng-Han2-1/+61
2016-10-10Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han30-209/+341
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han6-16/+14
2016-10-10Cancel update history on page unloadWu Cheng-Han1-1/+1
2016-10-10Update to support delete noteWu Cheng-Han2-1/+36
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
2016-10-10Add more comments in the code and remove unused code fileWu Cheng-Han1-45/+0
2016-10-10Update to make editor mode setting to a default variableWu Cheng-Han1-7/+8
2016-10-10Update to use modified editor markdown mode to make mathjax expression displa...Wu Cheng-Han1-0/+864
2016-10-10Update default indent to use spaces instead of tabsWu Cheng-Han1-1/+0
2016-10-10Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han2-15/+32