Wu Cheng-Han
|
b87463ae0d
|
Added timeout on socket
|
2015-09-25 18:34:34 +08:00 |
|
Wu Cheng-Han
|
3ab04d4f02
|
Fixed saveInfo and restoreInfo might not get correct window size
|
2015-09-25 18:34:03 +08:00 |
|
Wu Cheng-Han
|
e0ff287652
|
Fixed toc might not have proper view in some cases
|
2015-09-25 18:32:33 +08:00 |
|
Wu Cheng-Han
|
fb8ead594a
|
Updated resizeView, add or update user cursors to get proper view
|
2015-09-25 18:30:44 +08:00 |
|
Wu Cheng-Han
|
a879b5b5fd
|
Fixed scrollSpy might not set properly on updateView or windowResize
|
2015-09-25 18:29:01 +08:00 |
|
Wu Cheng-Han
|
4725415acd
|
Changed updateView, now only buildMap on demand
|
2015-09-25 18:20:06 +08:00 |
|
Wu Cheng-Han
|
bb13a98c13
|
Updated postProcess, link should open in new window or tab
|
2015-09-25 18:18:21 +08:00 |
|
Wu Cheng-Han
|
2463a5126b
|
Fixed syncScrollToView using wrong variable, added magic number 10 on building scrollMap
|
2015-09-25 18:17:08 +08:00 |
|
Wu Cheng-Han
|
fe3950ec9c
|
Optimized buildMap, now can parse whole doc below 10ms
|
2015-09-25 18:15:44 +08:00 |
|
Wu Cheng-Han
|
36451ddbe9
|
Moving markdown parser function from syncscroll.js to extra.js
|
2015-09-25 18:12:56 +08:00 |
|
Wu Cheng-Han
|
4e358cd6f4
|
Added back missing list item custom parsing
|
2015-09-25 18:10:36 +08:00 |
|
Wu Cheng-Han
|
fa957db272
|
Updated updateView, now will updateHistory in editor changes event, support preventSyncScroll and workaround editor might scroll to no where on changes in the doc bottom
|
2015-09-25 18:05:50 +08:00 |
|
Wu Cheng-Han
|
11c4a0404e
|
Updated updateView, windowResize, cursorActivity, updateHistory to use lodash debounce function, added back missing refreshView function
|
2015-09-25 18:01:15 +08:00 |
|
Wu Cheng-Han
|
01217c9f4a
|
Added extraTags support for list, and can toggle todo list in the view mode
|
2015-09-25 17:41:15 +08:00 |
|
Wu Cheng-Han
|
bc31e9fe3b
|
Added deduplicatedHeaderId to avoid multiple same header id
|
2015-09-25 14:27:23 +08:00 |
|
Wu Cheng-Han
|
44cd5d4b56
|
Fixed for code consistency
|
2015-09-25 14:22:45 +08:00 |
|
Wu Cheng-Han
|
376a759df7
|
Changed defaultMode from both to view
|
2015-09-25 14:10:15 +08:00 |
|
Wu Cheng-Han
|
1da2653a38
|
Fixed defaultTextHeight from 18 to 20
|
2015-09-25 14:09:37 +08:00 |
|
Wu Cheng-Han
|
6b383d49bb
|
Fixed scroll to body might not animate
|
2015-09-25 14:08:02 +08:00 |
|
Wu Cheng-Han
|
e64249453f
|
Fixed permission might not update and emit properly
|
2015-09-25 14:02:34 +08:00 |
|
Wu Cheng-Han
|
ab6deb8e2e
|
Fixed when doc reconnect might get wrong OT operation, reorder initialize instructions in proper sequence
|
2015-09-25 13:59:28 +08:00 |
|
Wu Cheng-Han
|
9acd070581
|
Fixed socket set wrong cursor data on receive, prevent buildCursor execute on view mode
|
2015-09-25 13:43:19 +08:00 |
|
Wu Cheng-Han
|
f8b029b2f4
|
Fixed checkCursorTag and checkCursorMenu not calculate doc height properly, fixed jquery-textcomplete support upSideDown
|
2015-09-25 13:39:08 +08:00 |
|
Wu Cheng-Han
|
e08916763e
|
Added statusBar to show cursor position, selections and so on
|
2015-09-24 14:59:45 +08:00 |
|
Wu Cheng-Han
|
6e40df2887
|
Updated codemirror to support panel and match-highlighter and revert some unnecessary changes
|
2015-09-24 13:57:10 +08:00 |
|
Wu Cheng-Han
|
33cdec2fd4
|
Updated to lock the navbar on changeMode
|
2015-09-24 13:55:02 +08:00 |
|
Wu Cheng-Han
|
c9f35b9aa0
|
Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
|
2015-09-24 13:48:12 +08:00 |
|
Wu Cheng-Han
|
f239b53972
|
Added handlebars as dependency
|
2015-09-24 13:42:53 +08:00 |
|
Wu Cheng-Han
|
92493e307a
|
Fixed OT some uncaught error and exceptions
|
2015-09-24 11:56:55 +08:00 |
|
Wu Cheng-Han
|
c06fb7a526
|
Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles
|
2015-09-24 11:55:56 +08:00 |
|
Wu Cheng-Han
|
6bdc63ca60
|
Fixed github link source
|
2015-09-24 11:47:46 +08:00 |
|
Wu Cheng-Han
|
5dca516b7f
|
Fixed default.md, features link might get wrong in publish note
|
2015-09-24 11:46:29 +08:00 |
|
Wu Cheng-Han
|
a29cc7ceec
|
Fixed navbar might too tall issue
|
2015-09-22 12:07:03 +08:00 |
|
Wu Cheng-Han
|
b6c758f2fc
|
Added server option "useCdn", use template statement to route resources' source
|
2015-09-22 12:06:13 +08:00 |
|
Wu Cheng-Han
|
0ad680b80b
|
Added back missing files, closed #18
|
2015-09-13 19:49:40 +08:00 |
|
Wu Cheng-Han
|
c473033f45
|
Fixed autocomplete for code block should only show up after type at least one char, writeHistory when page unload to avoid some other occasions.
|
2015-07-17 00:11:10 +08:00 |
|
Wu Cheng-Han
|
d14c5bdc9c
|
Added document max length limit, enforceMaxLength on change and show modal when reach the limit.
|
2015-07-16 22:46:06 +08:00 |
|
Wu Cheng-Han
|
f678bf7205
|
Updated default.md
|
2015-07-13 09:38:39 +08:00 |
|
Wu Cheng-Han
|
6f079a3c7a
|
Reduced finishChangeDelay from 400ms to 200ms
|
2015-07-12 21:21:03 +08:00 |
|
Wu Cheng-Han
|
bb9deef077
|
Marked as 0.3.2
|
2015-07-11 12:52:04 +08:00 |
|
Wu Cheng-Han
|
556338a9c6
|
Added support of operational transformation
|
2015-07-11 12:43:08 +08:00 |
|
Wu Cheng-Han
|
4702b83adc
|
Revert index.html select2 cdn back to own server, because we using an older version of it
|
2015-07-11 12:02:27 +08:00 |
|
Wu Cheng-Han
|
04eef71b11
|
Change note action "share" to "publish" to avoid misleading
|
2015-07-06 13:51:55 +08:00 |
|
Wu Cheng-Han
|
85c67212ad
|
Added profile image on onlineList
|
2015-07-04 22:19:09 +08:00 |
|
Wu Cheng-Han
|
01685c255f
|
Updated codemirror to 5.4.0
|
2015-07-04 11:31:01 +08:00 |
|
Wu Cheng-Han
|
1d843c8ac2
|
Added random color option in blockquote tag
|
2015-07-03 09:14:49 +08:00 |
|
Wu Cheng-Han
|
17f89e9bd3
|
Optimized syncscroll.js buildMap, make it faster
|
2015-07-02 20:30:43 +08:00 |
|
Wu Cheng-Han
|
f8ef5341c7
|
Optimized image rendering, avoid duplicated image load when content changed
|
2015-07-02 20:29:31 +08:00 |
|
jackycute
|
71303791a6
|
Update index.html
Using protocol-relative url in cdn includes
|
2015-07-02 10:52:30 +08:00 |
|
jackycute
|
04e57c24fd
|
Update index.html
Using protocol-relative url in cdn includes
|
2015-07-02 10:51:28 +08:00 |
|
jackycute
|
4d40a1091a
|
Merge pull request #2 from PeterDaveHelloKitchen/cdn
Cdn
|
2015-07-02 10:44:58 +08:00 |
|
Wu Cheng-Han
|
10c9811fc5
|
Jump to 0.3.1
|
2015-07-02 00:10:20 +08:00 |
|
Peter Dave Hello
|
2c99945e24
|
use greensock-js on cdn
|
2015-07-01 01:03:57 +08:00 |
|
Peter Dave Hello
|
0631b293a4
|
use minified handlebars.js on cdn
|
2015-07-01 00:59:10 +08:00 |
|
Peter Dave Hello
|
233a90ebb2
|
use minified moment.js on cdn
|
2015-07-01 00:56:36 +08:00 |
|
Peter Dave Hello
|
a404213fbf
|
use js-url on cdn
|
2015-07-01 00:46:59 +08:00 |
|
Peter Dave Hello
|
ba6bf141f4
|
use minified bootstrap-social on cdn
|
2015-07-01 00:12:16 +08:00 |
|
Peter Dave Hello
|
32a6869dfe
|
use minified select2 on cdn
|
2015-07-01 00:11:19 +08:00 |
|
Wu Cheng-Han
|
f7f8c901f4
|
Marked as 0.2.9
|
2015-06-01 18:04:25 +08:00 |
|
Wu Cheng-Han
|
4e64583a0b
|
Marked as 0.2.8
|
2015-05-15 12:58:13 +08:00 |
|
Wu Cheng-Han
|
4b0ca55eb7
|
First commit, version 0.2.7
|
2015-05-04 15:53:29 +08:00 |
|