summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to move select2 dependency to bower and add its cdn sourcesWu Cheng-Han2016-10-237-1223/+3
|
* Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han2016-10-233-0/+5
|
* Fix some typo of PR #230Wu Cheng-Han2016-10-232-2/+1
|
* Merge pull request #230 from PeterDaveHello/cdnjs+https+sriMax Wu2016-10-236-83/+84
|\ | | | | Use CDNJS by default with https and SRI support
| * Use CDNJS by default with https and SRI supportPeter Dave Hello2016-10-236-83/+84
| |
* | 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
|
* Update html.min.css for export html templateWu Cheng-Han2016-10-211-1/+1
|
* Fix markdown styles conflicting bootstrap on p and ul under alert areaWu Cheng-Han2016-10-211-1/+6
|
* Update to support Swedish localeWu Cheng-Han2016-10-211-0/+1
|
* 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-196-5/+4
|
* 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
|
* Fix index social-foot stylesWu Cheng-Han2016-10-192-2/+3
|
* Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2016-10-181-0/+1
|\
| * Add missing tooltip scriptYukai Huang2016-10-181-0/+1
| |
* | Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han2016-10-18893-410/+25
|/ | | | 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
|
* 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 ↵Wu Cheng-Han2016-10-171-4/+4
| | | | available after refresh event received
* Remove auto linkify image since it might print out unwanted url and it can ↵Wu Cheng-Han2016-10-171-11/+1
| | | | be achieved by reference syntax, issue #214
* Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han2016-10-171-2/+5
|
* Fix index styleWu Cheng-Han2016-10-151-1/+1
|
* Update to support Hindi localeWu Cheng-Han2016-10-141-0/+1
|
* Fix export html highlight style source is missing and should load emojify ↵Wu Cheng-Han2016-10-141-1/+2
| | | | styles from CDN
* Fix client socket on delete event might not delete corresponding history ↵Wu Cheng-Han2016-10-141-3/+14
| | | | record correctly
* Update to support wrap syntax for code blockWu Cheng-Han2016-10-144-3/+20
|
* Move gist-embed to CDNYukai Huang2016-10-144-2/+3
|
* Move list-pagination plugin to CDNYukai Huang2016-10-141-0/+1
|
* Move highlight.js to CDNYukai Huang2016-10-144-0/+4
|
* 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
|
* Add handlebars script tagYukai Huang2016-10-132-0/+2
|
* Fix spellcheckYukai Huang2016-10-136-6/+1
| | | | * also fix spaces width
* Fix HTML exportingYukai Huang2016-10-134-2/+8
|
* Fix history deletionYukai Huang2016-10-133-3/+7
|
* Expose parseMeta functionYukai Huang2016-10-133-1/+4
|
* Fix cheatsheet renderingYukai Huang2016-10-131-1/+1
| | | | do not process help-modal markdown-body
* Remove jquery-scrollspy dependencyYukai Huang2016-10-132-2/+0
| | | | scrollspy is bootstrap built-in plugin