summaryrefslogtreecommitdiff
path: root/public/vendor (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-12Fix toolbar day modePedro Ferreira1-21/+1
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
2018-11-19Fix ToC breaking documents with empty h* elementsSheogorath1-4/+4
Right now, the ToC has an undefined variable i that was an index in the original ToC code. Since the major rewrite in 4fe062085324c50f2cfa062258559cf31858ef5f it's a recursive function without this index. The variable `i` was wrongly copied into its current place from the old code. This patch replaces the variable `i` with the index of the header element. Fix the undefined variable problem. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-04ToC: Some HTML improvements and style fixesSheogorath1-6/+16
The ToC generated broken HTML with unclosed `<li>` tags. This got fixed as well as some minor optimisation and adding list elements for the subentries so the elements appear in the ToC while scrolling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-04Ignore h6 headersSheogorath1-1/+1
h6 headers are used for tags in CodiMD. So we should ignore them for the ToC generation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-04Refactor generation of ToCSheogorath1-45/+55
This replaces the existing iterative implementation of the ToC generation with an recursive one. This also solves the problem of skipped headers which causes wrong leveling of them. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-26Add title attribute in table of contentsSheogorath1-1/+2
Right now the full title of an element is may not shown as the space of the ToC is limited. With this path it'll be shower on hover and this way provide more useful information. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-18Reorganize usage of `getAsFile()`Sheogorath1-2/+5
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-18Fix typo in vedor extensionSheogorath1-2/+2
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-20Allow more detailed configuration of upload mime typesSheogorath1-9/+4
Fixes #637 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-04-18Remove executable permission from static filesPeter Dave Hello4-0/+0
2017-03-26Add support of abcjsWu Cheng-Han1-0/+17
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-110/+104
Fixed all fail on frontend code.
2017-02-18Fix out of sync when deleting on same cursor position on several clientsWu Cheng-Han2-2/+4
from: https://github.com/aullman/opentok-editor/issues/4
2017-01-05Fix for selectionObjects in OT CodeMirror adapter might call on undefinedWu Cheng-Han2-2/+2
2017-01-02Remove manual LZString compression for partial socket io event dataWu Cheng-Han2-4/+1
2016-12-20Fix codemirror spell checker not considering abbreviation which contain ↵Wu Cheng-Han1-1/+1
apostrophe in word
2016-12-19Remove unused vendor code and add fix related usagesWu Cheng-Han3-3359/+0
2016-12-19Remove unused vendor code and add missing dependencyWu Cheng-Han6-2027/+0
2016-12-07Fix textcomplete up side down option not set properlyWu Cheng-Han1-2/+3
2016-11-28Fix header id and text might affects by mathjax tagsWu Cheng-Han1-1/+2
2016-11-28Update to move custom CodeMirror codebase to our own repo and update webpack ↵Wu Cheng-Han410-77395/+0
build config
2016-11-28Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han3-28/+46
features in CodeMirror
2016-11-26Update to support go in code block syntax highlightingWu Cheng-Han2-4/+5
2016-11-18Update to support haskell syntax highlighting in code blockWu Cheng-Han2-12/+13
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello49-0/+0
2016-10-23Update to move select2 dependency to bower and add its cdn sourcesWu Cheng-Han6-1222/+0
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han888-391/+0
issue #217
2016-10-12Fix getCaretPosition in text complete might get undefined position errorWu Cheng-Han1-10/+25
2016-10-12Load more scripts using webpackYukai Huang1-1/+1
2016-10-10Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han29-208/+340
2016-10-10Update to use modified editor markdown mode to make mathjax expression ↵Wu Cheng-Han1-0/+864
display correctly
2016-10-10Fix OT socket io reconnect should resend last operationWu Cheng-Han2-2/+2
2016-10-10optimize png images using zopflipngPeter Dave Hello459-0/+0
2016-10-09Revert some bower assetsYukai Huang4-271/+0
2016-10-09Revert customized ot library and fix dependencyYukai Huang1-0/+1
2016-10-08Use xss in script tagYukai Huang1-0/+1
2016-10-08Add missing vendor code hard to deal withYukai Huang2-0/+269
2016-09-18Fix sequence-diagram-min.js.map for source file reference and source file ↵Wu Cheng-Han2-1/+1980
not found error
2016-09-18Update to support tiddlywiki and mediawiki syntax highlighting in editorWu Cheng-Han11-16/+935
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han2-0/+25
disqus via yaml-metadata
2016-07-30Update CodeMirror to version 5.17.1Wu Cheng-Han27-151/+350
2016-07-30Add support of showing authorship in editor and adjust related stylesWu Cheng-Han1-1/+1
2016-07-13Update spell checker to ignore non-english or numeric alphabetsWu Cheng-Han1-1/+1
2016-07-13Update gist-embed to 2.5 and using bower to manage itWu Cheng-Han1-1/+0
2016-07-02Add callback feature for gist-embed to be called after ajax completeWu Cheng-Han1-1/+1
2016-06-17Update all client dependencies and cdn versions, workaround sequence-diagram ↵Cheng-Han, Wu18-2268/+8
svg to be resizable
2016-06-17Add back missing support of image size in 0.4.2Cheng-Han, Wu1-0/+3116
2016-06-17Workaround CodeMirror won't draw selections outside of the viewport which ↵Cheng-Han, Wu2-11/+11
will cause cursor related element blinking on scrolling
2016-06-04Update highlight.js to version 9.4.0 and use bower dependencyCheng-Han, Wu3-4/+0
2016-06-01Fix in firefox other client's cursor might disappear or move out of boundCheng-Han, Wu2-2/+2