summaryrefslogtreecommitdiff
path: root/public (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-23Add Slide Modexnum76-5/+14096
2015-10-22Support specify or continue line number in code blocksWu Cheng-Han2-5/+16
2015-10-22Support pinning note in historyWu Cheng-Han3-7/+85
2015-10-07Support specify code block start line numberWu Cheng-Han1-2/+7
2015-10-07Fixed cursor style not show properly on insert modeWu Cheng-Han1-0/+1
2015-10-05Fixed OT not handle when selection is emptyWu Cheng-Han2-2/+2
2015-09-27Marked as 0.3.3Wu Cheng-Han2-1/+45
2015-09-26Fixed if using splice in loop should always decrement index or might out of a...Wu Cheng-Han1-1/+3
2015-09-25Added support of export to HTML, and changed the navbar menu for consistencyWu Cheng-Han6-12/+253
2015-09-25Changed code block line number gutter rendering method for performance and ga...Wu Cheng-Han2-3/+7
2015-09-25Removed include gist.css, will loaded by gist-embed.js from gist ajaxWu Cheng-Han1-1/+0
2015-09-25Updated editor stylesWu Cheng-Han1-3/+48
2015-09-25Updated editor default theme and some other optionsWu Cheng-Han1-1/+4
2015-09-25Added new editor theme: one-dark, updated monokai active line gutter styleWu Cheng-Han3-1/+213
2015-09-25Updated toc-dropdown margin-topWu Cheng-Han1-1/+1
2015-09-25Updated cursor css animation and dropdown-menu styles, updated navbar-brand f...Wu Cheng-Han1-0/+11
2015-09-25Added support of print and unselectable styles, updated vimeo and youtube par...Wu Cheng-Han6-26/+58
2015-09-25Fixed padding of view area in smaller screenWu Cheng-Han1-0/+6
2015-09-25Added support of titleReminder and handle when change occur on offlineWu Cheng-Han1-18/+40
2015-09-25Added support of resizable editorWu Cheng-Han19-2/+47
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