summaryrefslogtreecommitdiff
path: root/public/js/lib/syncscroll.js (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-15Linter: Fix all lint errorsPhilip Molares1-10/+12
2019-05-31Fix eslint warningsSheogorath1-2/+2
2017-05-07Manage syncscroll / currentMode in appStateYukai Huang1-14/+17
2017-05-07Move syncsroll under libYukai Huang1-2/+2
2017-05-07Extract modeTypeYukai Huang1-2/+3
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li1-301/+303
2017-01-04Convert synscroll to es6Yukai Huang1-91/+78
2016-11-01Fix viewAjaxCallback might be called on nullWu Cheng-Han1-1/+1
2016-10-18Fix code block which in deeper level will not be parsed issueWu Cheng-Han1-1/+2
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han1-1/+2
2016-10-14Fix sync scroll not handle properly on area resizeWu Cheng-Han1-2/+2
2016-10-13Fix syncscrollYukai Huang1-1/+2
2016-10-10Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han1-1/+1
2016-10-09Fix function exportYukai Huang1-1/+2
2016-10-08Resolve dependency module requiringYukai Huang1-14/+25
2016-09-18Fix syncscroll.js and index.js have circular dependency cause Reference ErrorsWu Cheng-Han1-14/+24
2016-06-21Fix to remove part class in list item or it will be included in buildMap processCheng-Han, Wu1-1/+0
2016-06-17Update syncscroll throttle to gain better and smoother UXCheng-Han, Wu1-2/+2
2016-05-29Improve syncscroll performance and accuracy with few UX tweaksCheng-Han, Wu1-41/+49
2016-05-28Fix when scroll animate duration greater than debounce will cause scrolling f...Cheng-Han, Wu1-18/+19
2016-05-27Update and fix editor might not sync scrolling from edit mode to both modeCheng-Han, Wu1-5/+1
2016-05-27Update to improve sync scroll to edit performance and fix sync scroll behavio...Cheng-Han, Wu1-26/+36
2016-05-26Update to improve syncscroll performance and add toggle for sync scrollingCheng-Han, Wu1-105/+81
2016-05-25Add support of sync scrolling to edit areaCheng-Han, Wu1-23/+77
2016-05-16Fix on paste or cut text might trigger syncscrollCheng-Han, Wu1-1/+5
2016-04-20Fixed editor changes will cause syncScrollToViewCheng-Han, Wu1-2/+5
2016-03-15Fixed mobile layout issues and improved editor layout stylesCheng-Han, Wu1-0/+1
2016-03-15Updated to support container syntax and stylesCheng-Han, Wu1-0/+11
2016-03-04Fixed list_item_open rules of markdown-it rules in syncscoll should now check...Cheng-Han, Wu1-1/+7
2016-02-22Change markdown engine from remarkable to markdown-itCheng-Han, Wu1-120/+68
2016-02-11Updated syncscroll to lerp on last lineCheng-Han, Wu1-5/+14
2016-02-11Updated rendering operations to improve performanceCheng-Han, Wu1-2/+2
2016-01-12Fixed syncscroll might have duplicated and wrong scrollMap if editor not shownWu Cheng-Han1-1/+1
2015-10-22Support specify or continue line number in code blocksWu Cheng-Han1-1/+1
2015-09-25Fixed syncScrollToView using wrong variable, added magic number 10 on buildin...Wu Cheng-Han1-2/+2
2015-09-25Optimized buildMap, now can parse whole doc below 10msWu Cheng-Han1-23/+3
2015-09-25Moving markdown parser function from syncscroll.js to extra.jsWu Cheng-Han1-8/+0
2015-09-25Added back missing list item custom parsingWu Cheng-Han1-0/+9
2015-09-25Updated updateView, now will updateHistory in editor changes event, support p...Wu Cheng-Han1-0/+6
2015-07-02Optimized syncscroll.js buildMap, make it fasterWu Cheng-Han1-4/+5
2015-07-02Optimized image rendering, avoid duplicated image load when content changedWu Cheng-Han1-7/+2
2015-07-02Jump to 0.3.1Wu Cheng-Han1-6/+7
2015-06-01Marked as 0.2.9Wu Cheng-Han1-20/+36
2015-05-15Marked as 0.2.8Wu Cheng-Han1-0/+327