summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Upgrade dependenciesWu Cheng-Han2016-12-194-24/+24
| |
* | Remove unused vendor code and add missing dependencyWu Cheng-Han2016-12-196-2027/+0
| |
* | Fix slide mode on print pdf not finish view renderingWu Cheng-Han2016-12-181-4/+12
| |
* | Fix slide print-pdf mode scrollbar might be visibleWu Cheng-Han2016-12-181-1/+1
| |
* | Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-152-1/+5
| |
* | Fix gist-embed styles conflictsWu Cheng-Han2016-12-151-0/+13
| |
* | Switch email register and signin button order to make form default action as ↵Wu Cheng-Han2016-12-141-1/+1
|/ | | | signin
* Fix the generate template not including base url variableWu Cheng-Han2016-12-122-2/+2
|
* Update to make TOC syntax be case-insensitiveWu Cheng-Han2016-12-121-1/+1
|
* Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵Wu Cheng-Han2016-12-121-0/+7
| | | | might show up in print mode
* Fix index signin and signout button might not shown if only email enabledWu Cheng-Han2016-12-071-2/+2
|
* Fix textcomplete up side down option not set properlyWu Cheng-Han2016-12-072-9/+8
|
* Fix emoji textcomplete image pathWu Cheng-Han2016-12-071-1/+1
|
* Fix Facebook page link nameWu Cheng-Han2016-12-061-1/+1
|
* Fix preferences checkbox might not vertical aligned in some browsersWu Cheng-Han2016-12-041-0/+5
|
* Add preferences to editor status bar and make allow override browser keymap ↵Wu Cheng-Han2016-12-043-2/+75
| | | | option
* Update to support optional email register and signinWu Cheng-Han2016-12-024-1/+38
|
* 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
| |