Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix toolbar day mode | Pedro Ferreira | 2019-05-12 | 1 | -21/+1 |
| | | | | | | Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st> | ||||
* | Fix ToC breaking documents with empty h* elements | Sheogorath | 2018-11-19 | 1 | -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> | ||||
* | ToC: Some HTML improvements and style fixes | Sheogorath | 2018-07-04 | 1 | -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> | ||||
* | Ignore h6 headers | Sheogorath | 2018-07-04 | 1 | -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> | ||||
* | Refactor generation of ToC | Sheogorath | 2018-07-04 | 1 | -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> | ||||
* | Add title attribute in table of contents | Sheogorath | 2018-03-26 | 1 | -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> | ||||
* | Reorganize usage of `getAsFile()` | Sheogorath | 2018-03-18 | 1 | -2/+5 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Fix typo in vedor extension | Sheogorath | 2018-03-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Allow more detailed configuration of upload mime types | Sheogorath | 2018-01-20 | 1 | -9/+4 |
| | | | | | | Fixes #637 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Remove executable permission from static files | Peter Dave Hello | 2017-04-18 | 4 | -0/+0 |
| | |||||
* | Add support of abcjs | Wu Cheng-Han | 2017-03-26 | 1 | -0/+17 |
| | |||||
* | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 1 | -110/+104 |
| | | | | Fixed all fail on frontend code. | ||||
* | Fix out of sync when deleting on same cursor position on several clients | Wu Cheng-Han | 2017-02-18 | 2 | -2/+4 |
| | | | | from: https://github.com/aullman/opentok-editor/issues/4 | ||||
* | Fix for selectionObjects in OT CodeMirror adapter might call on undefined | Wu Cheng-Han | 2017-01-05 | 2 | -2/+2 |
| | |||||
* | Remove manual LZString compression for partial socket io event data | Wu Cheng-Han | 2017-01-02 | 2 | -4/+1 |
| | |||||
* | Fix codemirror spell checker not considering abbreviation which contain ↵ | Wu Cheng-Han | 2016-12-20 | 1 | -1/+1 |
| | | | | apostrophe in word | ||||
* | Remove unused vendor code and add fix related usages | Wu Cheng-Han | 2016-12-19 | 3 | -3359/+0 |
| | |||||
* | Remove unused vendor code and add missing dependency | Wu Cheng-Han | 2016-12-19 | 6 | -2027/+0 |
| | |||||
* | Fix textcomplete up side down option not set properly | Wu Cheng-Han | 2016-12-07 | 1 | -2/+3 |
| | |||||
* | Fix header id and text might affects by mathjax tags | Wu Cheng-Han | 2016-11-28 | 1 | -1/+2 |
| | |||||
* | Update to move custom CodeMirror codebase to our own repo and update webpack ↵ | Wu Cheng-Han | 2016-11-28 | 410 | -77395/+0 |
| | | | | build config | ||||
* | Update editor other cursor classes and adding option for other cursors ↵ | Wu Cheng-Han | 2016-11-28 | 3 | -28/+46 |
| | | | | features in CodeMirror | ||||
* | Update to support go in code block syntax highlighting | Wu Cheng-Han | 2016-11-26 | 2 | -4/+5 |
| | |||||
* | Update to support haskell syntax highlighting in code block | Wu Cheng-Han | 2016-11-18 | 2 | -12/+13 |
| | |||||
* | Remove uesless executable permission for static files | Peter Dave Hello | 2016-11-14 | 49 | -0/+0 |
| | |||||
* | Update to move select2 dependency to bower and add its cdn sources | Wu Cheng-Han | 2016-10-23 | 6 | -1222/+0 |
| | |||||
* | Update emoji parser using markdown-it-emoji instead of emojify to solve ↵ | Wu Cheng-Han | 2016-10-18 | 888 | -391/+0 |
| | | | | issue #217 | ||||
* | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 1 | -10/+25 |
|\ | |||||
| * | Fix getCaretPosition in text complete might get undefined position error | Wu Cheng-Han | 2016-10-12 | 1 | -10/+25 |
| | | |||||
* | | Load more scripts using webpack | Yukai Huang | 2016-10-12 | 1 | -1/+1 |
|/ | |||||
* | Update CodeMirror to 5.19.0 and rename jade to pug | Wu Cheng-Han | 2016-10-10 | 29 | -208/+340 |
| | |||||
* | Update to use modified editor markdown mode to make mathjax expression ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -0/+864 |
| | | | | display correctly | ||||
* | Fix OT socket io reconnect should resend last operation | Wu Cheng-Han | 2016-10-10 | 2 | -2/+2 |
| | |||||
* | optimize png images using zopflipng | Peter Dave Hello | 2016-10-10 | 459 | -0/+0 |
| | |||||
* | Fix sequence-diagram-min.js.map for source file reference and source file ↵ | Wu Cheng-Han | 2016-09-18 | 2 | -1/+1980 |
| | | | | not found error | ||||
* | Update to support tiddlywiki and mediawiki syntax highlighting in editor | Wu Cheng-Han | 2016-09-18 | 11 | -16/+935 |
| | |||||
* | Update slide mode to show extra info and support url actions and support ↵ | Wu Cheng-Han | 2016-08-15 | 2 | -0/+25 |
| | | | | disqus via yaml-metadata | ||||
* | Update CodeMirror to version 5.17.1 | Wu Cheng-Han | 2016-07-30 | 27 | -151/+350 |
| | |||||
* | Add support of showing authorship in editor and adjust related styles | Wu Cheng-Han | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | Update spell checker to ignore non-english or numeric alphabets | Wu Cheng-Han | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Update gist-embed to 2.5 and using bower to manage it | Wu Cheng-Han | 2016-07-13 | 1 | -1/+0 |
| | |||||
* | Add callback feature for gist-embed to be called after ajax complete | Wu Cheng-Han | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Update all client dependencies and cdn versions, workaround sequence-diagram ↵ | Cheng-Han, Wu | 2016-06-17 | 18 | -2268/+8 |
| | | | | svg to be resizable | ||||
* | Add back missing support of image size in 0.4.2 | Cheng-Han, Wu | 2016-06-17 | 1 | -0/+3116 |
| | |||||
* | Workaround CodeMirror won't draw selections outside of the viewport which ↵ | Cheng-Han, Wu | 2016-06-17 | 2 | -11/+11 |
| | | | | will cause cursor related element blinking on scrolling | ||||
* | Update highlight.js to version 9.4.0 and use bower dependency | Cheng-Han, Wu | 2016-06-04 | 3 | -4/+0 |
| | |||||
* | Fix in firefox other client's cursor might disappear or move out of bound | Cheng-Han, Wu | 2016-06-01 | 2 | -2/+2 |
| | |||||
* | Update CodeMirror to version 5.15.3 | Cheng-Han, Wu | 2016-06-01 | 41 | -310/+834 |
| | |||||
* | Fix for help modal css style conflicts | Cheng-Han, Wu | 2016-05-15 | 1 | -11/+11 |
| | |||||
* | Update CodeMirror to 5.13.5 | Cheng-Han, Wu | 2016-04-20 | 84 | -502/+2835 |
| |