summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-25Changed permission Editable icon to prevent misunderstandingWu Cheng-Han1-1/+1
2015-09-25Updated windowResize, page unload, page error and minor some tweaks for ↵Wu Cheng-Han1-3/+14
performance
2015-09-25Workaround foldGutter not showing on first viewWu Cheng-Han1-0/+3
2015-09-25Added timeout on socketWu Cheng-Han1-1/+3
2015-09-25Fixed saveInfo and restoreInfo might not get correct window sizeWu Cheng-Han1-7/+6
2015-09-25Fixed toc might not have proper view in some casesWu Cheng-Han1-1/+5
2015-09-25Updated resizeView, add or update user cursors to get proper viewWu Cheng-Han1-0/+5
2015-09-25Fixed scrollSpy might not set properly on updateView or windowResizeWu Cheng-Han1-1/+29
2015-09-25Changed updateView, now only buildMap on demandWu Cheng-Han1-1/+1
2015-09-25Updated postProcess, link should open in new window or tabWu Cheng-Han1-0/+4
2015-09-25Fixed syncScrollToView using wrong variable, added magic number 10 on ↵Wu Cheng-Han1-2/+2
building scrollMap
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-Han2-8/+7
2015-09-25Added back missing list item custom parsingWu Cheng-Han2-2/+11
2015-09-25Updated updateView, now will updateHistory in editor changes event, support ↵Wu Cheng-Han2-1/+12
preventSyncScroll and workaround editor might scroll to no where on changes in the doc bottom
2015-09-25Updated updateView, windowResize, cursorActivity, updateHistory to use ↵Wu Cheng-Han1-24/+32
lodash debounce function, added back missing refreshView function
2015-09-25Added extraTags support for list, and can toggle todo list in the view modeWu Cheng-Han2-25/+87
2015-09-25Added deduplicatedHeaderId to avoid multiple same header idWu Cheng-Han3-1/+22
2015-09-25Fixed for code consistencyWu Cheng-Han1-2/+2
2015-09-25Changed defaultMode from both to viewWu Cheng-Han1-1/+1
2015-09-25Fixed defaultTextHeight from 18 to 20Wu Cheng-Han1-1/+1
2015-09-25Fixed scroll to body might not animateWu Cheng-Han2-4/+4
2015-09-25Fixed permission might not update and emit properlyWu Cheng-Han1-9/+35
2015-09-25Fixed when doc reconnect might get wrong OT operation, reorder initialize ↵Wu Cheng-Han1-27/+30
instructions in proper sequence
2015-09-25Fixed socket set wrong cursor data on receive, prevent buildCursor execute ↵Wu Cheng-Han1-2/+7
on view mode
2015-09-25Fixed checkCursorTag and checkCursorMenu not calculate doc height properly, ↵Wu Cheng-Han1-11/+24
fixed jquery-textcomplete support upSideDown
2015-09-24Added statusBar to show cursor position, selections and so onWu Cheng-Han1-2/+79
2015-09-24Updated to lock the navbar on changeModeWu Cheng-Han1-0/+11
2015-09-24Fixed index clear history list not working, history list will now be ↵Wu Cheng-Han2-12/+20
id-unique, fixed typo and styles
2015-07-17Fixed autocomplete for code block should only show up after type at least ↵Wu Cheng-Han1-2/+2
one char, writeHistory when page unload to avoid some other occasions.
2015-07-17Fixed autocomplete for code block should only show up after type at least ↵Wu Cheng-Han1-2/+2
one char, writeHistory when page load to avoid some other occasions.
2015-07-16Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han1-0/+23
when reach the limit.
2015-07-12Reduced finishChangeDelay from 400ms to 200msWu Cheng-Han1-1/+1
2015-07-11Marked as 0.3.2Wu Cheng-Han2-1/+27
2015-07-11Added support of operational transformationWu Cheng-Han1-132/+70
2015-07-06Change note action "share" to "publish" to avoid misleadingWu Cheng-Han1-2/+2
2015-07-04Added profile image on onlineListWu Cheng-Han1-2/+10
2015-07-03Added random color option in blockquote tagWu Cheng-Han1-1/+11
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-Han2-9/+9
2015-07-02Jump to 0.3.1Wu Cheng-Han7-194/+878
2015-06-01Marked as 0.2.9Wu Cheng-Han6-126/+1036
2015-05-15Marked as 0.2.8Wu Cheng-Han9-355/+913
2015-05-04First commit, version 0.2.7Wu Cheng-Han6-0/+1844