summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-25Added support of on changing from view mode to other mode will auto scroll to...Wu Cheng-Han1-2/+24
2015-09-25Changed permission Editable icon to prevent misunderstandingWu Cheng-Han2-2/+2
2015-09-25Updated windowResize, page unload, page error and minor some tweaks for perfo...Wu Cheng-Han1-3/+14
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 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-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 p...Wu Cheng-Han2-1/+12
2015-09-25Updated updateView, windowResize, cursorActivity, updateHistory to use lodash...Wu Cheng-Han1-24/+32
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 ins...Wu Cheng-Han1-27/+30
2015-09-25Fixed socket set wrong cursor data on receive, prevent buildCursor execute on...Wu Cheng-Han1-2/+7
2015-09-25Fixed checkCursorTag and checkCursorMenu not calculate doc height properly, f...Wu Cheng-Han2-25/+35
2015-09-24Added statusBar to show cursor position, selections and so onWu Cheng-Han2-2/+122
2015-09-24Updated codemirror to support panel and match-highlighter and revert some unn...Wu Cheng-Han8-23/+27
2015-09-24Updated to lock the navbar on changeModeWu Cheng-Han2-1/+12
2015-09-24Updated overall font-family, font-size, line-height, letter-spacing and some ...Wu Cheng-Han4-17/+16
2015-09-24Added handlebars as dependencyWu Cheng-Han2-0/+3747
2015-09-24Fixed OT some uncaught error and exceptionsWu Cheng-Han3-4/+4
2015-09-24Fixed index clear history list not working, history list will now be id-uniqu...Wu Cheng-Han4-13/+22
2015-09-24Fixed github link sourceWu Cheng-Han1-1/+1
2015-09-24Fixed default.md, features link might get wrong in publish noteWu Cheng-Han1-3/+3
2015-09-22Fixed navbar might too tall issueWu Cheng-Han1-2/+2
2015-09-22Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han4-13/+55
2015-09-13Added back missing files, closed #18Wu Cheng-Han5-0/+9925
2015-07-17Fixed autocomplete for code block should only show up after type at least one...Wu Cheng-Han1-2/+2
2015-07-17Fixed autocomplete for code block should only show up after type at least one...Wu Cheng-Han1-2/+2
2015-07-16Added document max length limit, enforceMaxLength on change and show modal wh...Wu Cheng-Han2-0/+42
2015-07-13Updated default.mdWu Cheng-Han1-1/+3
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-Han14-133/+2163
2015-07-11Revert index.html select2 cdn back to own server, because we using an older v...Wu Cheng-Han7-2/+1224
2015-07-06Change note action "share" to "publish" to avoid misleadingWu Cheng-Han2-5/+5
2015-07-04Added profile image on onlineListWu Cheng-Han2-3/+18
2015-07-04Updated codemirror to 5.4.0Wu Cheng-Han68-557/+2986