summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-18Add missing tooltip scriptYukai Huang1-0/+1
2016-10-18Optimize finishView selector performance by avoid using universal selector, ↵Wu Cheng-Han1-50/+49
fix finishView code indentation and remove empty line
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 ↵Wu Cheng-Han1-4/+4
available after refresh event received
2016-10-17Remove auto linkify image since it might print out unwanted url and it can ↵Wu Cheng-Han1-11/+1
be achieved by reference syntax, issue #214
2016-10-17Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han1-2/+5
2016-10-15Fix index styleWu Cheng-Han1-1/+1
2016-10-14Update to support Hindi localeWu Cheng-Han1-0/+1
2016-10-14Fix export html highlight style source is missing and should load emojify ↵Wu Cheng-Han1-1/+2
styles from CDN
2016-10-14Fix client socket on delete event might not delete corresponding history ↵Wu Cheng-Han1-3/+14
record correctly
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han4-3/+20
2016-10-14Move gist-embed to CDNYukai Huang4-2/+3
2016-10-14Move list-pagination plugin to CDNYukai Huang1-0/+1
2016-10-14Move highlight.js to CDNYukai Huang4-0/+4
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-13Add handlebars script tagYukai Huang2-0/+2
2016-10-13Fix spellcheckYukai Huang6-6/+1
* also fix spaces width
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
do not process help-modal markdown-body
2016-10-13Remove jquery-scrollspy dependencyYukai Huang2-2/+0
scrollspy is bootstrap built-in plugin
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
* jquery * lodash * socket.io * boostrap
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
viz.js still has problem with split chunk
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
of the pagination visible
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