summaryrefslogtreecommitdiff
path: root/public/js/extra.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-18Optimize finishView selector performance by avoid using universal selector, ↵Wu Cheng-Han1-50/+49
fix finishView code indentation and remove empty line
2016-10-18Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han1-2/+2
2016-10-18Fix code block which in deeper level will not be parsed issueWu Cheng-Han1-4/+5
2016-10-17Remove auto linkify image since it might print out unwanted url and it can ↵Wu Cheng-Han1-11/+1
be achieved by reference syntax, issue #214
2016-10-17Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han1-2/+5
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han1-2/+4
2016-10-13Fix ownership displayYukai Huang1-3/+2
2016-10-13Fix spellcheckYukai Huang1-1/+0
* also fix spaces width
2016-10-13Fix HTML exportingYukai Huang1-1/+3
2016-10-13Expose parseMeta functionYukai Huang1-1/+2
2016-10-13Fix lastchangeui and moment timestampsYukai Huang1-9/+5
2016-10-13Refactor webpack moduleYukai Huang1-48/+49
2016-10-13Config CDN for viz.jsYukai Huang1-0/+1
2016-10-12Load custom markdown-it-regex plugin with script-loaderYukai Huang1-16/+16
2016-10-12Revert 56c5378Yukai Huang1-3/+0
viz.js still has problem with split chunk
2016-10-11Fix module exportYukai Huang1-1/+3
2016-10-11Revert customized markdown-it-mathjax pluginYukai Huang1-1/+1
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang1-14/+18
2016-10-11Manage more packages with npm and webpackYukai Huang1-0/+1
2016-10-10Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han1-14/+31
2016-10-10Update to support showing owner on the infobarWu Cheng-Han1-0/+18
2016-10-10More function expose workaround for reveal-markdown.jsYukai Huang1-0/+2
2016-10-09Fix more js errorsYukai Huang1-0/+1
2016-10-09Fix pdfobject requireYukai Huang1-0/+3
2016-10-08Resolve dependency module requiringYukai Huang1-24/+53
* es5 style module exports * remove script tag require * webpack config ProvidePlugin Note that this commit only fix JavaScript module loading runtime error.
2016-09-18Update to support wiki markup syntax highlighting in view using prismWu Cheng-Han1-4/+10
2016-09-18Fix the element selector in smoothHashScroll might contain special ↵Wu Cheng-Han1-2/+5
characters and cause the Syntax error
2016-08-15Fix toc id naming to avoid overlap with user tocWu Cheng-Han1-4/+4
2016-08-14Update toc styles to make toc menu always accessible without scrollingWu Cheng-Han1-1/+3
2016-08-02Update to add expand and collapse toggle for TOC, keep showing second level ↵Wu Cheng-Han1-1/+23
TOC if there is only one first level TOC
2016-07-02Update to add viewAjaxCallback on every parts that use ajax loadingWu Cheng-Han1-2/+4
2016-07-02Update to prevent mermaid start on loadWu Cheng-Han1-0/+2
2016-06-21Remove metadata spellcheck supportCheng-Han, Wu1-14/+0
2016-06-21Add support of embed pdfCheng-Han, Wu1-1/+40
2016-06-21Update to support new metadata: title, description, tags and ↵Cheng-Han, Wu1-6/+10
google-analytics (GA) and refactor render publish slide response function
2016-06-21Remove robot meta on note edit page and html template, add prevent crawling ↵Cheng-Han, Wu1-13/+0
header to enhance note privacy
2016-06-17Update all client dependencies and cdn versions, workaround sequence-diagram ↵Cheng-Han, Wu1-0/+3
svg to be resizable
2016-06-17Add support of exporting raw htmlCheng-Han, Wu1-4/+20
2016-06-17Add back missing support of image size in 0.4.2Cheng-Han, Wu1-0/+1
2016-05-28Update project titleCheng-Han, Wu1-1/+1
2016-05-16Fix to handle if last change user profile photo is nullCheng-Han, Wu1-1/+2
2016-04-20Update to support octicon and change header anchor stylesCheng-Han, Wu1-4/+4
2016-04-20Support experimental spell checking feature (en-US only), can be enabled by ↵Cheng-Han, Wu1-0/+14
the YAML meta option
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-3/+12
note status (created or updated) and support docs (note alias)
2016-03-16Fixed minor bugsCheng-Han, Wu1-0/+1
2016-03-15Updated to support container syntax and stylesCheng-Han, Wu1-0/+10
2016-03-15Improved update last info methods, only change DOM when necessaryCheng-Han, Wu1-10/+14
2016-03-04Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu1-8/+48
method and styles
2016-03-04Changed all parsing exception console message type to warningCheng-Han, Wu1-5/+5
2016-03-04Updated to ignore process image which already wrapped by link nodeCheng-Han, Wu1-2/+5