summaryrefslogtreecommitdiff
path: root/public/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove uesless executable permission for static filesPeter Dave Hello2016-11-141-0/+0
* Fix syntax highlighting not apply correctly in slidesWu Cheng-Han2016-11-073-1/+4
* Add google font css for exported htmlYukai Huang2016-11-031-0/+1
* Merge pull request #242 from Yukaii/webpack-stylesheetMax Wu2016-11-036-2/+22
|\
| * Config extra entry for html.min.cssYukai Huang2016-11-022-1/+6
| * Require slide mode stylesheetsYukai Huang2016-11-021-0/+3
| * Require pretty stylesheetsYukai Huang2016-11-021-0/+4
| * Require cover stylesheetsYukai Huang2016-11-021-0/+3
| * Require index stylesheetsYukai Huang2016-11-021-1/+6
* | Fix server reconnect might not resend pending operationsWu Cheng-Han2016-11-031-1/+4
|/
* Fix viewAjaxCallback might be called on nullWu Cheng-Han2016-11-013-4/+3
* Update to support summary tagWu Cheng-Han2016-10-291-0/+2
* Fix viewAjaxCallback not able to be assignedWu Cheng-Han2016-10-291-0/+1
* Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han2016-10-291-3/+3
* Fix possible unclose HTML and leaked html tags when fail to parse diagramsWu Cheng-Han2016-10-261-2/+9
* Update to retry when anytime the socket io disconnectWu Cheng-Han2016-10-231-4/+1
* Fix socket io doc event should setDoc when revision mismatch and no outstandi...Wu Cheng-Han2016-10-231-1/+1
* Fix passing markdown-it-emoji incorrect parameter typeWu Cheng-Han2016-10-231-1/+1
* Merge pull request #229 from PeterDaveHello/patch-1Max Wu2016-10-231-0/+2
|\
| * Update locale.jsPeter Dave Hello2016-10-231-0/+2
* | Fix code block syntax highlighting might not process properly because the HTM...Wu Cheng-Han2016-10-231-2/+2
|/
* Fix index.js isValidURL is not defined errorWu Cheng-Han2016-10-222-0/+2
* Fix ReferenceError of scollToTop and scollToBottom in index.jsWu Cheng-Han2016-10-221-0/+3
* Fix gapi not able to reference callback function onGoogleClientLoadedWu Cheng-Han2016-10-201-0/+1
* Try to remove unused front-end dependencyWu Cheng-Han2016-10-196-53/+10
* Fix to use bower version emojify.jsWu Cheng-Han2016-10-192-4/+0
* Update to make history not depends on extraWu Cheng-Han2016-10-193-50/+51
* Update to make pretty use same method as slide to unescape markdown contentWu Cheng-Han2016-10-191-1/+4
* Update emoji parser using markdown-it-emoji instead of emojify to solve issue...Wu Cheng-Han2016-10-182-16/+22
* Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han2016-10-181-50/+49
* Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han2016-10-181-2/+2
* Fix code block which in deeper level will not be parsed issueWu Cheng-Han2016-10-182-5/+7
* Change to raise socket io reconnection attempts and make editor only availabl...Wu Cheng-Han2016-10-171-4/+4
* Remove auto linkify image since it might print out unwanted url and it can be...Wu Cheng-Han2016-10-171-11/+1
* Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han2016-10-171-2/+5
* Fix client socket on delete event might not delete corresponding history reco...Wu Cheng-Han2016-10-141-3/+14
* Update to support wrap syntax for code blockWu Cheng-Han2016-10-142-3/+6
* Move gist-embed to CDNYukai Huang2016-10-141-2/+0
* Fix sync scroll not handle properly on area resizeWu Cheng-Han2016-10-141-2/+2
* Fix require orderingYukai Huang2016-10-142-7/+7
* Fix ownership displayYukai Huang2016-10-132-4/+2
* Remove uneccesasry serverurl exportingYukai Huang2016-10-131-24/+23
* Fix spellcheckYukai Huang2016-10-136-6/+1
* Fix HTML exportingYukai Huang2016-10-132-2/+6
* Fix history deletionYukai Huang2016-10-132-2/+4
* Expose parseMeta functionYukai Huang2016-10-133-1/+4
* Fix cheatsheet renderingYukai Huang2016-10-131-1/+1
* Fix lastchangeui and moment timestampsYukai Huang2016-10-134-28/+7
* Fix syncscrollYukai Huang2016-10-131-1/+2
* Optimize common assets with CDNYukai Huang2016-10-133-9/+2