summaryrefslogtreecommitdiff
path: root/public/js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix textcomplete up side down option not set properlyWu Cheng-Han2016-12-071-7/+5
|
* Fix emoji textcomplete image pathWu Cheng-Han2016-12-071-1/+1
|
* Add preferences to editor status bar and make allow override browser keymap ↵Wu Cheng-Han2016-12-041-0/+53
| | | | option
* Fix history tags dropdown should unescape htmlWu Cheng-Han2016-11-291-1/+2
|
* Fix slide resource path and style load orders to avoid conflictsWu Cheng-Han2016-11-291-2/+2
|
* Fix header id and text might affects by mathjax tagsWu Cheng-Han2016-11-281-3/+12
|
* Update to support typescript and jsx syntax highlightingWu Cheng-Han2016-11-282-2/+4
|
* Fix google drive upload script not expose object correctlyWu Cheng-Han2016-11-281-2/+1
|
* Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han2016-11-281-7/+8
| | | | features in CodeMirror
* Optimize slide page resource packing and load orders, fix possible wrong ↵Wu Cheng-Han2016-11-261-1/+0
| | | | chunks orders and font awesome version
* Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-261-1/+1
|
* Fix possible meta XSS in history list [Security Issue]Wu Cheng-Han2016-11-261-0/+5
|
* Fix possible XSS in yaml-metadata and turn using ejs escape syntax than ↵Wu Cheng-Han2016-11-262-7/+1
| | | | external lib [Security Issue]
* Update to support go in code block syntax highlightingWu Cheng-Han2016-11-262-3/+4
|
* Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han2016-11-262-1/+5
| | | | [Security Issue]
* Fix slide might trigger script when processing markdown which cause XSS ↵Wu Cheng-Han2016-11-261-4/+10
| | | | [Security Issue]
* Fix published note won't scroll to hash on loadWu Cheng-Han2016-11-261-0/+2
|
* Fix mathjax with blockquote might have race conditionWu Cheng-Han2016-11-181-11/+13
|
* Update to support haskell syntax highlighting in code blockWu Cheng-Han2016-11-182-1/+7
|
* 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
|\ | | | | Use webpack to bundle stylesheet
| * 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 ↵Wu Cheng-Han2016-10-231-1/+1
| | | | outstanding operation
* 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.js
| * Update locale.jsPeter Dave Hello2016-10-231-0/+2
| | | | | | Should change the lang been selected in the lang select/option menu.
* | Fix code block syntax highlighting might not process properly because the ↵Wu Cheng-Han2016-10-231-2/+2
|/ | | | HTML is escaped
* 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 ↵Wu Cheng-Han2016-10-182-16/+22
| | | | issue #217
* Optimize finishView selector performance by avoid using universal selector, ↵Wu Cheng-Han2016-10-181-50/+49
| | | | fix finishView code indentation and remove empty line
* Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han2016-10-181-2/+2
|