summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix history tags dropdown should unescape htmlWu Cheng-Han2016-11-291-1/+2
|
* Update webpack and slide resource loading to reduce pack sizeWu Cheng-Han2016-11-291-1/+0
|
* Fix slide resource path and style load orders to avoid conflictsWu Cheng-Han2016-11-292-7/+10
|
* Fix header id and text might affects by mathjax tagsWu Cheng-Han2016-11-282-4/+14
|
* 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
|
* Remove unused css filesWu Cheng-Han2016-11-2810-38934/+0
|
* Fix slide preview styles might overwrite code block stylesWu Cheng-Han2016-11-281-2/+6
|
* Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han2016-11-28410-77395/+0
| | | | build config
* Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han2016-11-285-46/+56
| | | | features in CodeMirror
* Merge pull request #248 from hackmdio/file-upload-optionsMax Wu2016-11-271-0/+0
|\ | | | | Support other options for image uploading
| * upload image to public/uploadsYukai Huang2016-11-141-0/+0
| |
* | Update dependency gist-embed to 2.6.0Wu Cheng-Han2016-11-261-1/+1
| |
* | Optimize slide page resource packing and load orders, fix possible wrong ↵Wu Cheng-Han2016-11-263-34/+18
| | | | | | | | chunks orders and font awesome version
* | Optimize pretty page resource packing and load ordersWu Cheng-Han2016-11-261-26/+16
| |
* | Optimize hackmd resource packing and load ordersWu Cheng-Han2016-11-264-47/+17
| |
* | Optimize index page resources packing and loadsWu Cheng-Han2016-11-261-26/+8
| |
* | 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-267-19/+13
| | | | | | | | external lib [Security Issue]
* | Update to support go in code block syntax highlightingWu Cheng-Han2016-11-264-7/+9
| |
* | 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-262-5/+11
| | | | | | | | [Security Issue]
* | Update socket.io to 1.6.0Wu Cheng-Han2016-11-261-1/+1
| |
* | Update to separate polypill for IE to a templateWu Cheng-Han2016-11-265-21/+11
| |
* | 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-184-13/+20
| |
* | Remove uesless executable permission for static filesPeter Dave Hello2016-11-1475-0/+0
|/
* Fix index social foot styleWu Cheng-Han2016-11-071-0/+1
|
* Fix syntax highlighting not apply correctly in slidesWu Cheng-Han2016-11-074-4/+7
|
* Merge pull request #243 from Yukaii/google-font-optional-cdnMax Wu2016-11-0474-2/+219
|\ | | | | Google font optional cdn
| * Add google font css for exported htmlYukai Huang2016-11-031-0/+1
| |
| * Add font css to templatesYukai Huang2016-11-034-0/+8
| |
| * Rename google font cssYukai Huang2016-11-031-0/+0
| |
| * Seperate cdn/local google font cssYukai Huang2016-11-033-2/+210
| |
| * Add fontsYukai Huang2016-11-0366-0/+0
| |
* | Fix slide highlighting styles not apply properly and add missing styles ↵Wu Cheng-Han2016-11-042-3/+4
| | | | | | | | dependency of prism in html export
* | Remove html.min.css since it will be built via webpack afterwardsWu Cheng-Han2016-11-031-1/+0
|/
* Merge pull request #242 from Yukaii/webpack-stylesheetMax Wu2016-11-0310-14/+26
|\ | | | | Use webpack to bundle stylesheet
| * Config extra entry for html.min.cssYukai Huang2016-11-022-1/+6
| |
| * Require slide mode stylesheetsYukai Huang2016-11-022-3/+5
| |
| * Require pretty stylesheetsYukai Huang2016-11-022-3/+4
| |
| * Require cover stylesheetsYukai Huang2016-11-022-2/+3
| |
| * Require index stylesheetsYukai Huang2016-11-022-5/+8
| |
* | 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 slide export pdf styles not applied issue and add shiv and shim for IEWu Cheng-Han2016-10-292-4/+28
|
* Fix viewAjaxCallback not able to be assignedWu Cheng-Han2016-10-291-0/+1
|
* Fix to hide duplicated MathML elements in static HTML exportingWu Cheng-Han2016-10-292-1/+5
|