summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-19Fix image alt not render properlyWu Cheng-Han1-1/+2
2018-01-18Release 1.0.0-ceSheogorath1-1/+40
2018-01-16Fix anchor id to keep uppercase charactersMax Wu1-1/+5
id shouldn’t be converted to lowercase since id attribute is case sensitive
2018-01-05:sparkles: Implemented dark theme.Edoardo Odorico8-11/+197
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
2017-12-14Fix file permission, remove useless executablePeter Dave Hello2-0/+0
2017-12-01close open tagsThomas De Backer1-2/+2
2017-11-30Add untranslated sentences to localeThomas De Backer1-2/+2
2017-11-28Initial support for SAML authenticationNorihito Nakae2-3/+8
2017-11-24Prevent XSS vul by srcdoc in iframeSheogorath1-1/+1
2017-11-02Revert "Load js-url lib using legacy-loader"Literallie2-8/+4
Didn't work in Firefox for some reason. `[Script Loader] ReferenceError: module is not defined` This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b.
2017-10-31Add mattermost authenticationChristoph Witzany2-4/+9
2017-10-31Fix allowpdfexport handling on error pageSheogorath1-2/+2
2017-10-30Fix mermaid error handlingSheogorath1-2/+7
2017-10-30Use mermaidAPI in mermaid scopeSheogorath1-12/+4
Introduced by https://github.com/knsv/mermaid/commit/a5b71455271aef1180eefa1054d751dea1885e3f#diff-67ae90c5144c55348a3cbdb078240454L532 Fixes #600 Parse only throws error: https://github.com/knsv/mermaid/commit/167368d508f1e5b1606b2b45f892cdd60d479448#diff-67ae90c5144c55348a3cbdb078240454
2017-10-30Corrected some grammatical issuesOliver Herrmann1-3/+3
Obviously caught up in a bad translation and didn't particularly make sense for native english speakers.
2017-10-30Upgrade mermaid to v7.1.0, fix #600Peter Dave Hello3-3/+3
2017-10-25Adds PDF export via configgeekyd1-4/+8
2017-10-23Externalise trivial inline styles from slide.ejsLiterallie2-6/+23
Dynamic background images need some further work
2017-10-23support Simplified Chinese and rename original zh to Traditional ChineseRwing2-1/+5
2017-10-22Fix MathJax config not being picked upLiterallie1-1/+1
thanks standard
2017-10-22Move CSP logic to new file, Fix boolean config examplesLiterallie1-1/+0
Not sure why I was quoting these in the first place
2017-10-22Load js-url lib using legacy-loaderLiterallie2-4/+9
Doesn't use eval, plus no window object access
2017-10-22Fix MathJax CSP issuesLiterallie4-9/+11
2017-10-22CSP: Add nonce to slide view inline JSLiterallie1-1/+1
2017-10-21Fix markdown-it gist plugin code closing tagYukai Huang1-1/+1
fix #596
2017-10-18Hides empty export sectiongeekyd1-0/+4
2017-10-12Provide table for permissionsSheogorath1-6/+9
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-10-07Adds color to new note buttongeekyd1-3/+3
2017-10-05Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue]Wu Cheng-Han1-4/+9
2017-10-05Fix unescape > symbol inside the style tags to make the CSS worksWu Cheng-Han1-0/+4
2017-10-05Fix blockquote not parse correctly in slide modeWu Cheng-Han2-3/+1
2017-09-27Fix home and end keys behavior for windowsWu Cheng-Han1-0/+2
2017-09-27Fix the < and > symbols are doubly escaped which affected by executing ↵Wu Cheng-Han1-0/+2
preventXSS twice
2017-09-27Fix slide mode contains unclosed tags might cause XSS [Security Issue]Wu Cheng-Han1-1/+2
2017-09-27Fix unclosed tags might cause XSS [Security Issue]Wu Cheng-Han1-1/+1
2017-06-14Fix slide mode might hide scrollbar on some linuxMax Wu1-2/+2
2017-06-11Add support of Danish localeWu Cheng-Han1-0/+1
2017-06-05fix grammer errorsbutlerx1-30/+36
2017-06-05Fix speaker note separator regex should only take effect on the line startWu Cheng-Han1-1/+1
2017-06-03add more reveal features to slide demobutlerx1-9/+189
2017-06-03Update yams-metadata doc for slide themeWu Cheng-Han1-0/+4
2017-05-31add the ability to set slide theme in slide optionsbutlerx1-0/+4
2017-05-09Fix to implement toggle of TOC in HTML templateWu Cheng-Han1-0/+23
2017-05-08style: Fixed variable already declaredBoHong Li1-2/+2
2017-05-07Manage syncscroll / currentMode in appStateYukai Huang4-48/+58
2017-05-07Move syncsroll under libYukai Huang2-3/+3
2017-05-07Remove CodeMirror-other-cursors dom creationYukai Huang1-3/+0
Since it’s done via hackmdio/CodeMirror#1
2017-05-07Change more global var to globalYukai Huang1-87/+87
2017-05-07Extract modeTypeYukai Huang3-13/+15
2017-05-07Change some global variables to localYukai Huang1-31/+31