summaryrefslogtreecommitdiff
path: root/public/views/foot.ejs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable production assets hashYukai Huang2016-10-121-2/+1
|
* Load more scripts using webpackYukai Huang2016-10-121-2/+0
|
* Load customized vendor script through script-loaderYukai Huang2016-10-121-4/+0
|
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-111-4/+4
|\
| * Update npm and bower dependencies with related patchWu Cheng-Han2016-10-101-4/+4
| |
| * Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han2016-10-101-0/+1
| | | | | | | | make upgrade easier
* | Optimize viz.js async rendering through webpack chunkYukai Huang2016-10-111-1/+1
| |
* | Manage more packages with npm and webpackYukai Huang2016-10-111-3/+0
| |
* | Split common vendor javascript into chunksYukai Huang2016-10-111-1/+1
| |
* | Remove redundant entry pointYukai Huang2016-10-101-1/+1
| |
* | Revert some bower assetsYukai Huang2016-10-091-3/+3
| |
* | Config TextExtract plugin and change build folderYukai Huang2016-10-091-1/+1
| |
* | Revert to customized codemirrorYukai Huang2016-10-091-2/+4
| |
* | Revert customized ot library and fix dependencyYukai Huang2016-10-091-0/+2
| |
* | Resolve dependency module requiringYukai Huang2016-10-081-5/+4
| | | | | | | | | | | | | | | | * es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
* | Use xss in script tagYukai Huang2016-10-081-0/+1
| |
* | Move out script tag and use js insteadYukai Huang2016-10-081-53/+2
|/
* Fix the include order to avoid Reference ErrorsWu Cheng-Han2016-09-181-2/+2
|
* Update to support wiki markup syntax highlighting in view using prismWu Cheng-Han2016-09-181-0/+2
|
* Add support of shortcut keys for changeModeWu Cheng-Han2016-09-181-0/+1
|
* Update bower dependencies and cdn versionWu Cheng-Han2016-07-301-2/+2
|
* Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patchesWu Cheng-Han2016-07-301-2/+2
|
* Update to support slide preview in both modeWu Cheng-Han2016-07-301-1/+2
|
* Update gist-embed to 2.5 and using bower to manage itWu Cheng-Han2016-07-131-1/+1
|
* Add support of embed pdfCheng-Han, Wu2016-06-211-0/+1
|
* Update all client dependencies and cdn versions, workaround sequence-diagram ↵Cheng-Han, Wu2016-06-171-16/+15
| | | | svg to be resizable
* Add back missing support of image size in 0.4.2Cheng-Han, Wu2016-06-171-0/+1
|
* Update highlight.js to version 9.4.0 and use bower dependencyCheng-Han, Wu2016-06-041-1/+1
|
* Update to replace animation acceleration library from gsap to velocityCheng-Han, Wu2016-05-291-4/+2
|
* Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu2016-05-151-10/+1
| | | | client-side related scripts
* Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-231-1/+7
|
* Fix raphael source file nameCheng-Han, Wu2016-04-201-1/+1
|
* Support experimental spell checking feature (en-US only), can be enabled by ↵Cheng-Han, Wu2016-04-201-0/+1
| | | | the YAML meta option
* Updated to support mermaid and moment use cdn sourceCheng-Han, Wu2016-04-201-2/+4
|
* Updated to support container syntax and stylesCheng-Han, Wu2016-03-151-0/+1
|
* Updated to support mathjax without cdnCheng-Han, Wu2016-03-151-4/+5
|
* Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu2016-03-041-0/+1
| | | | method and styles
* Support export to and import from Google DriveCheng-Han, Wu2016-03-041-2/+6
|
* Updated and fixed mathjax parsing, now using full featured pluginCheng-Han, Wu2016-02-241-0/+1
|
* Fixed markdown-it include should use minified scriptCheng-Han, Wu2016-02-221-1/+1
|
* Change markdown engine from remarkable to markdown-itCheng-Han, Wu2016-02-221-2/+9
|
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-47/+47
| | | | minor issue in history
* Fixed prevent XSS might break lots of tags and only need after renderedCheng-Han, Wu2016-02-111-0/+1
|
* Prevent XSS in markdown renderingCheng-Han, Wu2016-02-111-0/+1
|
* Moved dependency "flowchart" to bower and make it update-to-dateCheng-Han, Wu2016-01-311-1/+1
|
* Use minified version scriptWu Cheng-Han2016-01-171-1/+1
|
* Fixed history not update if note have no content and lz-string version mismatchWu Cheng-Han2016-01-171-1/+1
|
* Fixed importFromUrl should parse by the file extension, and move to-markdown ↵Wu Cheng-Han2016-01-121-1/+1
| | | | dependency to bower
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-0/+2
| | | | the note with robots, lang, dir, breaks options
* Added support of graphvizWu Cheng-Han2016-01-121-0/+1
|