e08916763e
Added statusBar to show cursor position, selections and so on
Wu Cheng-Han
2015-09-24 14:59:45 +08:00
6e40df2887
Updated codemirror to support panel and match-highlighter and revert some unnecessary changes
Wu Cheng-Han
2015-09-24 13:57:10 +08:00
33cdec2fd4
Updated to lock the navbar on changeMode
Wu Cheng-Han
2015-09-24 13:55:02 +08:00
c9f35b9aa0
Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
Wu Cheng-Han
2015-09-24 13:48:12 +08:00
f239b53972
Added handlebars as dependency
Wu Cheng-Han
2015-09-24 13:42:53 +08:00
92493e307a
Fixed OT some uncaught error and exceptions
Wu Cheng-Han
2015-09-24 11:56:55 +08:00
c06fb7a526
Fixed index clear history list not working, history list will now be id-unique, fixed typo and styles
Wu Cheng-Han
2015-09-24 11:55:56 +08:00
6bdc63ca60
Fixed github link source
Wu Cheng-Han
2015-09-24 11:47:46 +08:00
5dca516b7f
Fixed default.md, features link might get wrong in publish note
Wu Cheng-Han
2015-09-24 11:46:29 +08:00
1733b6db8a
Fixed doc length should only limit when "both the doc length exceed the doc max length" and "the new doc length is more than previous doc"
Wu Cheng-Han
2015-09-24 11:45:17 +08:00
f1a0dff9e6
Fixed user might not disconnect from server properly, handle more uncaught exceptions
Wu Cheng-Han
2015-09-24 11:40:08 +08:00
43a175e710
Added cleaner in realtime.js, to clean up users which aren't in any rooms in a interval
Wu Cheng-Han
2015-09-24 11:38:55 +08:00
950d978fe8
Updated realtime.js, use socket.io built-in broadcast function instead self iterate to avoid extra issues
Wu Cheng-Han
2015-09-24 11:36:41 +08:00
e6cac820ae
Fixed missing config for useCDN in index template
Wu Cheng-Han
2015-09-24 11:29:09 +08:00
b6c758f2fc
Added server option "useCdn", use template statement to route resources' source
Wu Cheng-Han
2015-09-22 12:06:13 +08:00
09a1e662f9
Changed db schema, table "note", column "title", type from "character varying(256)" to "text". To make very long title possible
Wu Cheng-Han
2015-09-15 17:37:00 +08:00
90ae615236
Updated README.md, update project structure, remove deploy instruction and add get started section
Wu Cheng-Han
2015-09-15 16:49:23 +08:00
69538a26ad
Removed server deploy files, logs and backups directories. Let user choose any daemon tools and paths as they like.
Wu Cheng-Han
2015-09-15 16:47:03 +08:00
54e48d10ff
Updated README.md for more setting details
Wu Cheng-Han
2015-09-15 16:08:50 +08:00
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.
Wu Cheng-Han
2015-07-17 00:06:05 +08:00
8d64213493
Fixed autocomplete for code block should only show up after type at least one char, writeHistory when page load to avoid some other occasions.
Wu Cheng-Han
2015-07-17 00:06:05 +08:00
d14c5bdc9c
Added document max length limit, enforceMaxLength on change and show modal when reach the limit.
Wu Cheng-Han
2015-07-16 22:46:06 +08:00
57253d28a7
Using util.inspect instead of JSON.stringify to avoid "TypeError: Converting circular structure to JSON"
Wu Cheng-Han
2015-07-16 08:47:33 +08:00