Commit graph

  • 85c760d720 Fix server session not set correctly Cheng-Han, Wu 2016-04-20 18:14:48 +0800
  • 74793b516a Updated app.js to move static file routes before use sessions which no need to have session and may gain performance Cheng-Han, Wu 2016-04-20 18:14:28 +0800
  • b221d4ba79 Update .gitignore Cheng-Han, Wu 2016-04-20 18:12:12 +0800
  • 8bf516263c Update CodeMirror to 5.13.5 Cheng-Han, Wu 2016-04-20 18:11:40 +0800
  • edc3a31dfd Fix XSS HTML replace might get wrong on the HTML comments in the code tags Cheng-Han, Wu 2016-04-20 18:10:43 +0800
  • 0fb70a1487 Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option Cheng-Han, Wu 2016-04-20 18:09:36 +0800
  • 692903f1a1 Support import from gist, fix some minor typo and issues Cheng-Han, Wu 2016-04-20 18:06:36 +0800
  • 49b51e478f Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) Cheng-Han, Wu 2016-04-20 18:03:55 +0800
  • e613aeba75 Updated to support ionicons Cheng-Han, Wu 2016-04-20 16:28:18 +0800
  • 3f153515f4 Updated to support mermaid and moment use cdn source Cheng-Han, Wu 2016-04-20 16:24:02 +0800
  • b347ea5414 Workaround editor might have wrong doc height and wrong simple scroll bar knob position when editor height changed Cheng-Han, Wu 2016-04-20 16:17:24 +0800
  • b996f801cc Updated to add statusPanel variable Cheng-Han, Wu 2016-04-20 16:16:46 +0800
  • 3718238277 Fixed editor changes will cause syncScrollToView Cheng-Han, Wu 2016-04-20 16:16:07 +0800
  • 85078fd328 Fixed minor bugs Cheng-Han, Wu 2016-03-16 12:46:29 +0800
  • b824fc8cf3 Update README.md Max Wu 2016-03-15 11:35:16 +0800
  • 7fdf3ea0c9 Updated README.md Cheng-Han, Wu 2016-03-15 11:30:43 +0800
  • 1af6df65f4 Added .gitignore Cheng-Han, Wu 2016-03-15 11:14:50 +0800
  • 61084e5a4e Updated dependencies Cheng-Han, Wu 2016-03-15 11:14:00 +0800
  • 9b7c181808 Updated html.min.css Cheng-Han, Wu 2016-03-15 11:13:20 +0800
  • a55ece023a Improved checkCursorMenu and checkCursorTag performance and fully rewrite its position method for UX and verified Cheng-Han, Wu 2016-03-15 11:12:45 +0800
  • ea703145c5 Fixed editor should not try to programmatically focus on mobile without click, touch or mouse events Cheng-Han, Wu 2016-03-15 11:10:58 +0800
  • 40f9206190 Fixed mobile layout issues and improved editor layout styles Cheng-Han, Wu 2016-03-15 11:10:08 +0800
  • b5d9d28f2e Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right" Cheng-Han, Wu 2016-03-15 11:05:05 +0800
  • 25dd400708 Improved overall textcomplete performance and more cases and UX handling Cheng-Han, Wu 2016-03-15 11:04:45 +0800
  • 88e6e8522f Updated to support containers syntax textcomplete Cheng-Han, Wu 2016-03-15 11:01:01 +0800
  • e729166c32 Updated to support container syntax and styles Cheng-Han, Wu 2016-03-15 10:56:53 +0800
  • 2a42fac6d4 Updated index wording and make features link and styles more obvious Cheng-Han, Wu 2016-03-15 10:55:06 +0800
  • b6ca50072e Updated to add headers to prevent search engine crawl some unnecessary paths Cheng-Han, Wu 2016-03-15 10:54:21 +0800
  • c5f6c2bab3 Updated to handle user address when server behind other services Cheng-Han, Wu 2016-03-15 10:54:04 +0800
  • 218761d6a1 Updated to support mathjax without cdn Cheng-Han, Wu 2016-03-15 10:53:45 +0800
  • ef1436c7d6 Added protocol use ssl option in config Cheng-Han, Wu 2016-03-15 10:50:37 +0800
  • 526f5c7e2e Improved update last info methods, only change DOM when necessary Cheng-Han, Wu 2016-03-15 10:45:02 +0800
  • 30d194bba4 Updated to support tls session resumption Cheng-Han, Wu 2016-03-15 10:42:07 +0800
  • d69d65ea74 Updated to send hsts in https header Cheng-Han, Wu 2016-03-15 10:41:49 +0800
  • f889ffaa9f Supported ssl dhparam Cheng-Han, Wu 2016-03-15 10:39:45 +0800
  • 921b5f4652 Manual patch CodeMirror for highlight only works on top item of the list issue Cheng-Han, Wu 2016-03-04 23:31:51 +0800
  • b49d4e2261 Support mermaid in code block diagram and updated all diagram rendering method and styles Cheng-Han, Wu 2016-03-04 23:26:27 +0800
  • c43f9784b4 Support YAML meta disable mathjax Cheng-Han, Wu 2016-03-04 23:20:55 +0800
  • 109d9881d9 Fixed list_item_open rules of markdown-it rules in syncscoll should now check level number Cheng-Han, Wu 2016-03-04 23:20:17 +0800
  • ee5eddaff4 Changed all parsing exception console message type to warning Cheng-Han, Wu 2016-03-04 23:19:49 +0800
  • 049eae5024 Fixed filter XSS should allow ordered list specify start number Cheng-Han, Wu 2016-03-04 23:17:59 +0800
  • 845ef9bad6 Support export to and import from Google Drive Cheng-Han, Wu 2016-03-04 23:17:35 +0800
  • c183002c14 Fixed note title might get wrong Cheng-Han, Wu 2016-03-04 23:12:03 +0800
  • 04eabff3c3 Fixed logout url not correct Cheng-Han, Wu 2016-03-04 23:11:32 +0800
  • 1c859248e0 Updated to ignore process image which already wrapped by link node Cheng-Han, Wu 2016-03-04 23:09:50 +0800
  • 8b16e0723d Added throttle for checkCursorMenu, gain much better input performance Cheng-Han, Wu 2016-02-25 13:45:02 +0800
  • fae3c02bb2 Fixed mathjax queue might parse whole page if pass an empty or single item array Cheng-Han, Wu 2016-02-24 10:57:33 +0800
  • daf4c9dcae Fixed mathjax might parse not specified elements and now pass array of elements Cheng-Han, Wu 2016-02-24 10:35:52 +0800
  • 1da0b87714 Updated and fixed mathjax parsing, now using full featured plugin Cheng-Han, Wu 2016-02-24 10:03:35 +0800
  • c509abbc39 Support kbd tag Cheng-Han, Wu 2016-02-22 22:42:40 +0800
  • 175f571a36 Fixed markdown-it include should use minified script Cheng-Han, Wu 2016-02-22 11:18:55 +0800
  • 2dc2fbe162 Change markdown engine from remarkable to markdown-it Cheng-Han, Wu 2016-02-22 08:58:06 +0800
  • 229740e478 Support mathjax option in YAML metadata Cheng-Han, Wu 2016-02-21 11:36:44 +0800
  • d97e435b3b Fixed when change widthInput value not parse correctly which cause tab indent problems Cheng-Han, Wu 2016-02-18 03:38:09 +0800
  • b2b1be3dda Support set url path and use relative url, move raphael to bower and fixed minor issue in history Cheng-Han, Wu 2016-02-16 20:08:44 -0800
  • 3f2f063e9b Fixed export gist title might null and fake referer that redirect to gist html_url Cheng-Han, Wu 2016-02-16 19:54:29 -0800
  • db86dc7a48 Support textcomplete in multiple editing Cheng-Han, Wu 2016-02-16 09:55:51 -0600
  • 1b059775e5 Fixed editor tab key not handle correctly on multiple lines selections Cheng-Han, Wu 2016-02-16 09:54:33 -0600
  • 2501b190ab Updated to support html comment tag in XSS Cheng-Han, Wu 2016-02-16 09:51:22 -0600
  • 26c40dca2d Fixed checkCursorTag element not valid Cheng-Han, Wu 2016-02-15 19:16:48 -0600
  • 880f6bcf02 Updated to support lang attribute and styles in editor Cheng-Han, Wu 2016-02-15 19:13:17 -0600
  • 6967dac0ff Updated syncscroll to lerp on last line Cheng-Han, Wu 2016-02-11 14:36:05 -0600
  • 8db142554f Updated rendering operations to improve performance Cheng-Han, Wu 2016-02-11 14:35:25 -0600
  • 2a774064af Updated XSS filter options to allow style tag and style attribute Cheng-Han, Wu 2016-02-11 14:33:21 -0600
  • 4c4a0e0f3f Fixed prevent XSS might break lots of tags and only need after rendered Cheng-Han, Wu 2016-02-11 03:45:13 -0600
  • 176021ccd8 Fixed cursor-tag and cursor-menu might not on correct position Cheng-Han, Wu 2016-02-11 02:38:19 -0600
  • 6700f033ab Prevent XSS in markdown rendering Cheng-Han, Wu 2016-02-11 02:36:52 -0600
  • fdb9c47354 Fixed lz-string include path typo Cheng-Han, Wu 2016-02-09 11:20:34 -0600
  • 0f811797f0 Fixed to keep index.css indent consistent Cheng-Han, Wu 2016-02-08 23:07:55 -0600
  • 5aad217d34 Support change keymap and indentation type with size in statusbar Cheng-Han, Wu 2016-02-08 22:51:07 -0600
  • acb9dac1b9 Updated to make continue list in todo list default as unchecked Cheng-Han, Wu 2016-02-08 22:49:35 -0600
  • eb29e763a4 Removed ui-permission-label href attribute Cheng-Han, Wu 2016-02-08 22:48:18 -0600
  • 7305984676 Updated engine requirement because connect-mongo package Cheng-Han, Wu 2016-02-07 21:56:54 -0600
  • 740fde75d3 Manual patch CodeMirror for some minor issues Cheng-Han, Wu 2016-02-02 13:56:30 -0600
  • 44ac1b295c Workaround for cut or paste action might make scrollMap not correct and big documents have poor input performance Cheng-Han, Wu 2016-02-02 13:56:10 -0600
  • ce8f9b695c Fixed isInCode and code block textcomplete might not correct Cheng-Han, Wu 2016-02-01 00:42:30 -0600
  • 1fb42bd276 Updated to allow CORS in download as API Cheng-Han, Wu 2016-02-01 00:41:28 -0600
  • dcebc75d39 Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all default styles to allow font fallbacks Cheng-Han, Wu 2016-01-31 21:19:47 -0600
  • ff2fc76491 Supported export to gist Cheng-Han, Wu 2016-01-31 15:42:26 -0600
  • 0f87fd4493 Fixed potential issue that using session user might outdated cache data Cheng-Han, Wu 2016-01-31 15:41:10 -0600
  • 3e48d46514 Moved dependency "flowchart" to bower and make it update-to-date Cheng-Han, Wu 2016-01-31 15:35:17 -0600
  • eba84527c3 Fixed only "AUTH failed" error message would redirect to 403 Cheng-Han, Wu 2016-01-31 15:33:25 -0600
  • 2eec0ae35d Improved code block and emojiy textcomplete and match rules Cheng-Han, Wu 2016-01-31 15:32:35 -0600
  • eb4cb3f52f Fixed supportCharts name not match real syntax Cheng-Han, Wu 2016-01-31 15:30:10 -0600
  • 3c2a2a348b Fixed emojify should exclude parsing svg and catch its exception Cheng-Han, Wu 2016-01-31 15:29:20 -0600
  • ba4a7b13b3 Fixed a expression bug in postProcess Cheng-Han, Wu 2016-01-31 15:28:52 -0600
  • 47668fe70a Fixed release notes typos Cheng-Han, Wu 2016-01-31 15:28:35 -0600
  • a896ded0b8 Update README.md Cheng-Han, Wu 2016-01-29 13:28:45 -0600
  • e473a4e61b Fixed cursor id not valid to selector Cheng-Han, Wu 2016-01-22 19:48:07 -0600
  • 90710bc78b Manual patch remarkable for reductant character of code block in the blockquote Cheng-Han, Wu 2016-01-22 19:47:26 -0600
  • 018beab583 Removed unused include Cheng-Han, Wu 2016-01-21 01:16:53 -0600
  • 98a8640edb Removed unused include Cheng-Han, Wu 2016-01-21 00:11:24 -0600
  • 16dcd27b78 Fixed potential bug in realtime startConnection and bugs in note findOrNewNote, response showNote Cheng-Han, Wu 2016-01-20 23:20:50 -0600
  • 50805f3540 Update README.md Cheng-Han, Wu 2016-01-20 23:11:20 -0600
  • 188a40eac6 Update README.md v0.3.4 Cheng-Han, Wu 2016-01-19 10:21:45 -0600
  • 1b2a3108be Marked as 0.3.4 Wu Cheng-Han 2016-01-19 10:06:22 -0600
  • 7e5bdd0069 Updated copyright year to 2016 Wu Cheng-Han 2016-01-19 10:05:55 -0600
  • 75548df29e Added support of code block languages autocomplete for charts Wu Cheng-Han 2016-01-19 10:01:40 -0600
  • 0dbde6d3d0 Manuel patch CodeMirror for markdown mode Wu Cheng-Han 2016-01-19 09:59:52 -0600
  • 96931e6e3a Upgrade all dependencies and fixes afterward issues Wu Cheng-Han 2016-01-19 09:57:58 -0600