Commit graph

87 commits

Author SHA1 Message Date
Cheng-Han, Wu
eb4cb3f52f Fixed supportCharts name not match real syntax 2016-01-31 15:30:10 -06:00
Cheng-Han, Wu
3c2a2a348b Fixed emojify should exclude parsing svg and catch its exception 2016-01-31 15:29:20 -06:00
Cheng-Han, Wu
ba4a7b13b3 Fixed a expression bug in postProcess 2016-01-31 15:28:52 -06:00
Cheng-Han, Wu
47668fe70a Fixed release notes typos 2016-01-31 15:28:35 -06:00
Cheng-Han, Wu
e473a4e61b Fixed cursor id not valid to selector 2016-01-22 19:48:07 -06:00
Wu Cheng-Han
1b2a3108be Marked as 0.3.4 2016-01-19 10:06:22 -06:00
Wu Cheng-Han
75548df29e Added support of code block languages autocomplete for charts 2016-01-19 10:01:40 -06:00
Wu Cheng-Han
96931e6e3a Upgrade all dependencies and fixes afterward issues 2016-01-19 09:57:58 -06:00
Wu Cheng-Han
eaa8ccaccb Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor 2016-01-17 14:28:04 -06:00
Wu Cheng-Han
bdc064fb79 Revert overwrite hardbreak rule because built-in rule is correct 2016-01-17 11:53:34 -06:00
Wu Cheng-Han
3fdceaaf06 Fixed history not update if note have no content and lz-string version mismatch 2016-01-17 09:59:03 -06:00
Wu Cheng-Han
eddff9e863 Added editor placeholder and auto set mode by content existence 2016-01-17 09:56:36 -06:00
Wu Cheng-Han
5c0a36f4d9 Updated external media layouts, too keep its ratio and enlarge to 100% width 2016-01-17 09:55:12 -06:00
Wu Cheng-Han
49c7dded45 Added private permission and clean up codes, solved potential race condition in realtime.js 2016-01-17 09:51:27 -06:00
Wu Cheng-Han
473212676a Fixed importFromUrl should parse by the file extension, and move to-markdown dependency to bower 2016-01-12 08:03:56 -06:00
Wu Cheng-Han
2ecec3b59a Support show last change user with profile and support YAML config inside the note with robots, lang, dir, breaks options 2016-01-12 08:01:42 -06:00
Wu Cheng-Han
1672df3dce Added support of graphviz 2016-01-12 07:56:29 -06:00
Wu Cheng-Han
8af7841de3 Fixed syncscroll might have duplicated and wrong scrollMap if editor not shown 2016-01-12 07:47:02 -06:00
Wu Cheng-Han
f5010af4f1 Added 404 and 403 status on routes 2015-12-30 00:33:36 -05:00
Wu Cheng-Han
48de9a02a3 Fixed sequence diagram might render multiple times 2015-12-24 01:01:02 -06:00
Wu Cheng-Han
48d5889a30 Added support of slideshare and speakerdeck syntax and autocomplete 2015-12-22 17:51:07 -06:00
Wu Cheng-Han
2ad54c516a Fixed mathjax parser might not render properly 2015-12-22 12:09:34 -06:00
Wu Cheng-Han
9eb23603f4 Added support of toc syntax 2015-12-20 11:28:54 -06:00
Wu Cheng-Han
32a89e13cd Fixed possible bug in partialUpdate 2015-12-18 10:15:28 -06:00
Wu Cheng-Han
02cd3d633e Updated to show locked-modal instead signin-modal when permission is "locked" 2015-12-18 10:15:16 -06:00
Wu Cheng-Han
21ad5cfd60 Fixed toolbar buttons should prevent default event 2015-12-18 09:44:08 -06:00
Wu Cheng-Han
3d21e6b16d Fixed cursor animation might not correct because the page scroll involved 2015-12-18 09:43:23 -06:00
Wu Cheng-Han
031c96c72d Updated slide mode 2015-12-18 09:40:52 -06:00
Wu Cheng-Han
54b33f181f Fixed dropbox saver url not correct 2015-12-15 23:16:31 -06:00
Wu Cheng-Han
4b93d868b0 Fixed internal href should not link out 2015-12-06 11:25:05 -06:00
Wu Cheng-Han
b070de8fa9 Updated and merge reveal.js to use bower 2015-11-29 01:04:20 -06:00
xnum
f51b7370f0 Add Slide Mode
using reveal.js
and some part of reveal-md
2015-11-23 20:38:26 +08:00
Wu Cheng-Han
f23369ea9f Support specify or continue line number in code blocks 2015-10-22 17:15:44 +08:00
Wu Cheng-Han
2cfcae6db2 Support pinning note in history 2015-10-22 17:09:55 +08:00
Wu Cheng-Han
5ed395122d Support specify code block start line number 2015-10-07 23:04:31 +08:00
Wu Cheng-Han
bc1f59af65 Marked as 0.3.3 2015-09-27 14:36:08 +08:00
Wu Cheng-Han
332413bcaa Fixed if using splice in loop should always decrement index or might out of array range 2015-09-26 10:25:00 +08:00
Wu Cheng-Han
5f82df7eb2 Added support of export to HTML, and changed the navbar menu for consistency 2015-09-25 19:09:43 +08:00
Wu Cheng-Han
60414febee Changed code block line number gutter rendering method for performance and gain better accessibility 2015-09-25 19:06:27 +08:00
Wu Cheng-Han
93b6288958 Updated editor default theme and some other options 2015-09-25 19:02:51 +08:00
Wu Cheng-Han
bb8a0da71f Added support of print and unselectable styles, updated vimeo and youtube parsing method for this 2015-09-25 18:55:56 +08:00
Wu Cheng-Han
2b57b1849f Added support of titleReminder and handle when change occur on offline 2015-09-25 18:48:45 +08:00
Wu Cheng-Han
529c5f6c13 Added support of resizable editor 2015-09-25 18:46:08 +08:00
Wu Cheng-Han
b86a695f9c Added support of on changing from view mode to other mode will auto scroll to corresponding position 2015-09-25 18:41:03 +08:00
Wu Cheng-Han
4b81ee9104 Changed permission Editable icon to prevent misunderstanding 2015-09-25 18:38:38 +08:00
Wu Cheng-Han
c900703d75 Updated windowResize, page unload, page error and minor some tweaks for performance 2015-09-25 18:37:40 +08:00
Wu Cheng-Han
db956cc298 Workaround foldGutter not showing on first view 2015-09-25 18:35:18 +08:00
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