summaryrefslogtreecommitdiff
path: root/public/js/index.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han2016-01-171-2/+20
| | | | in realtime.js
* Fixed importFromUrl should parse by the file extension, and move to-markdown ↵Wu Cheng-Han2016-01-121-8/+16
| | | | dependency to bower
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-8/+15
| | | | the note with robots, lang, dir, breaks options
* Added 404 and 403 status on routesWu Cheng-Han2015-12-301-1/+5
|
* Added support of slideshare and speakerdeck syntax and autocompleteWu Cheng-Han2015-12-221-0/+8
|
* Added support of toc syntaxWu Cheng-Han2015-12-201-0/+5
|
* Fixed possible bug in partialUpdateWu Cheng-Han2015-12-181-1/+1
|
* Updated to show locked-modal instead signin-modal when permission is "locked"Wu Cheng-Han2015-12-181-1/+8
|
* Fixed toolbar buttons should prevent default eventWu Cheng-Han2015-12-181-2/+6
|
* Fixed cursor animation might not correct because the page scroll involvedWu Cheng-Han2015-12-181-5/+2
|
* Updated slide modeWu Cheng-Han2015-12-181-2/+9
|
* Fixed dropbox saver url not correctWu Cheng-Han2015-12-151-2/+5
|
* Add Slide Modexnum2015-11-231-1/+3
| | | | | using reveal.js and some part of reveal-md
* Marked as 0.3.3Wu Cheng-Han2015-09-271-1/+1
|
* Added support of export to HTML, and changed the navbar menu for consistencyWu Cheng-Han2015-09-251-4/+9
|
* Updated editor default theme and some other optionsWu Cheng-Han2015-09-251-1/+4
|
* Added support of titleReminder and handle when change occur on offlineWu Cheng-Han2015-09-251-18/+40
|
* Added support of resizable editorWu Cheng-Han2015-09-251-1/+23
|
* Added support of on changing from view mode to other mode will auto scroll ↵Wu Cheng-Han2015-09-251-2/+24
| | | | to corresponding position
* Changed permission Editable icon to prevent misunderstandingWu Cheng-Han2015-09-251-1/+1
|
* Updated windowResize, page unload, page error and minor some tweaks for ↵Wu Cheng-Han2015-09-251-3/+14
| | | | performance
* Workaround foldGutter not showing on first viewWu Cheng-Han2015-09-251-0/+3
|
* Added timeout on socketWu Cheng-Han2015-09-251-1/+3
|
* Fixed saveInfo and restoreInfo might not get correct window sizeWu Cheng-Han2015-09-251-7/+6
|
* Fixed toc might not have proper view in some casesWu Cheng-Han2015-09-251-1/+5
|
* Updated resizeView, add or update user cursors to get proper viewWu Cheng-Han2015-09-251-0/+5
|
* Fixed scrollSpy might not set properly on updateView or windowResizeWu Cheng-Han2015-09-251-1/+29
|
* Changed updateView, now only buildMap on demandWu Cheng-Han2015-09-251-1/+1
|
* Updated updateView, now will updateHistory in editor changes event, support ↵Wu Cheng-Han2015-09-251-1/+6
| | | | preventSyncScroll and workaround editor might scroll to no where on changes in the doc bottom
* Updated updateView, windowResize, cursorActivity, updateHistory to use ↵Wu Cheng-Han2015-09-251-24/+32
| | | | lodash debounce function, added back missing refreshView function
* Added extraTags support for list, and can toggle todo list in the view modeWu Cheng-Han2015-09-251-5/+27
|
* Added deduplicatedHeaderId to avoid multiple same header idWu Cheng-Han2015-09-251-0/+1
|
* Changed defaultMode from both to viewWu Cheng-Han2015-09-251-1/+1
|
* Fixed defaultTextHeight from 18 to 20Wu Cheng-Han2015-09-251-1/+1
|
* Fixed scroll to body might not animateWu Cheng-Han2015-09-251-2/+2
|
* Fixed permission might not update and emit properlyWu Cheng-Han2015-09-251-9/+35
|
* Fixed when doc reconnect might get wrong OT operation, reorder initialize ↵Wu Cheng-Han2015-09-251-27/+30
| | | | instructions in proper sequence
* Fixed socket set wrong cursor data on receive, prevent buildCursor execute ↵Wu Cheng-Han2015-09-251-2/+7
| | | | on view mode
* Fixed checkCursorTag and checkCursorMenu not calculate doc height properly, ↵Wu Cheng-Han2015-09-251-11/+24
| | | | fixed jquery-textcomplete support upSideDown
* Added statusBar to show cursor position, selections and so onWu Cheng-Han2015-09-241-2/+79
|
* Updated to lock the navbar on changeModeWu Cheng-Han2015-09-241-0/+11
|
* Fixed autocomplete for code block should only show up after type at least ↵Wu Cheng-Han2015-07-171-2/+2
| | | | one char, writeHistory when page unload to avoid some other occasions.
* Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han2015-07-161-0/+23
| | | | when reach the limit.
* Reduced finishChangeDelay from 400ms to 200msWu Cheng-Han2015-07-121-1/+1
|
* Marked as 0.3.2Wu Cheng-Han2015-07-111-1/+1
|
* Added support of operational transformationWu Cheng-Han2015-07-111-132/+70
|
* Change note action "share" to "publish" to avoid misleadingWu Cheng-Han2015-07-061-2/+2
|
* Added profile image on onlineListWu Cheng-Han2015-07-041-2/+10
|
* Added random color option in blockquote tagWu Cheng-Han2015-07-031-1/+11
|
* Jump to 0.3.1Wu Cheng-Han2015-07-021-97/+444
|