Commit Graph

1039 Commits

Author SHA1 Message Date
Jocs
f08d01a6c5 Feature: handle backspace in HTML block when only has one line 2018-04-12 19:17:33 +08:00
Jocs
d8f942d5b4 Update readme 2018-04-12 15:51:18 +08:00
Jocs
a11f9f4fa2 Update: readme 2018-04-12 15:41:57 +08:00
Jocs
744ee72225 Bugfix: unexpect console error when click Block HTML 2018-04-11 23:28:32 +08:00
冉四夕
a2cc87f7cf
Optimization: sanitize html to avoid XSS attack #127 (#132)
* Optimization: sanitize html to avoid XSS attack

* Bugfix: some bug fix when press arrow key

* remove unnecessary console

* Bugfix: sanitize raw html and html from source code mode
2018-04-11 22:50:43 +08:00
Felix Häusler
8f7169c4af Fix #131 and update packages (#133) 2018-04-11 18:29:01 +08:00
Jocs
56d4f3584e Bugfix: #128 #129 2018-04-11 15:22:56 +08:00
Jocs
58fbf8ee7d Bugfix: #124 strictly follow GFM 2018-04-10 01:31:10 +08:00
Jocs
3fe6ebdd5d Bugfix: #124 but not perfect 2018-04-10 01:10:11 +08:00
Felix Häusler
205cce066b Fix hr and dark background style when export HTML (#123) 2018-04-10 00:58:50 +08:00
Jocs
b71e11c094 Bugfix: parse error when escape markdown syntax 2018-04-09 16:33:23 +08:00
Jocs
98436f4896 Bugfix: parse error in emphasize #116 2018-04-09 16:17:34 +08:00
Jocs
581afdca56 Update: change log 2018-04-09 00:57:43 +08:00
Jocs
d73604a0c0 Feature: ability to insert an empty line between elements #33 2018-04-09 00:49:38 +08:00
Jocs
bc0230ddce Bugfix: strong and em parse error #116 2018-04-08 23:40:03 +08:00
Felix Häusler
d7abed3619 Fix user preferences (#122) 2018-04-08 22:27:05 +08:00
Jocs
a41274c1d8 Bugfix: style error when export PDF/HTML with hr 2018-04-08 20:57:03 +08:00
Jocs
cc731ef529 Feature: auto pair 2018-04-08 20:47:55 +08:00
Jocs
b7c0e31692 Bugfix: export raw html correctly 2018-04-08 19:47:10 +08:00
Felix Häusler
a45bf48bb1 Fix horizontal line style (#120) 2018-04-08 18:54:09 +08:00
Felix Häusler
9e7b07b68d Disable tab focus and indent list items with tab (#119) 2018-04-08 18:52:29 +08:00
Jocs
e166499972 Update: dependence, Todo list, change log 2018-04-08 18:17:15 +08:00
冉四夕
5e6774f1e6
Feature: raw html (#121)
1. create raw html
2. edit raw html
3. copy and paste
4. output (unfinished)
5. `a` and `img` auto preview when lose focus
2018-04-08 18:07:26 +08:00
Felix Häusler
a924b52096 Reset modification indicator after successfully saved changes (#117) 2018-04-08 18:04:42 +08:00
Jocs
b16c23b5ee Feature: validate block html 2018-04-08 02:47:25 +08:00
Jocs
1e1f7f7cd8 Bugfix: escape title script style tag in block html 2018-04-08 02:06:51 +08:00
冉四夕
07e08bcf99
Block html (#118)
* Feature: Basic use of Block HTML create and edit

* Feature: import Block HTML

* Feature: add dev snabbdom-virtualize to translate dom string to vitual dom

* Feature: export HTML block

* Feature: Block html export markdown, PDF, HTML

* bugfix: judge block html more strictly

* Bugfix: adjust cursor in source code mode when cursor is in block html
2018-04-07 22:08:24 +08:00
Jocs
42179e1c0f Optimization: user preference 2018-04-04 11:32:43 +08:00
Felix Häusler
571d3ea7a3 bugfix: #100 update outdated preferences on startup (#102) 2018-04-04 10:37:27 +08:00
Felix Häusler
23cfc1199b enable frameless window on Linux (#115) 2018-04-04 10:29:48 +08:00
Jocs
5f58ae7061 Update: DOTO LIST 2018-04-04 00:17:36 +08:00
Jocs
5669c85398 Update: update the gif in readme 2018-04-03 17:07:52 +08:00
Jocs
937aedeed2 Update: readme file 2018-04-03 16:02:14 +08:00
Jocs
b797a3328f Bugfix: float box not hide when there is not recommanded files 2018-04-01 13:05:45 +08:00
Jocs
efe58c7835 Bugfix: Can not select emoji 2018-04-01 12:09:55 +08:00
Jocs
13f4164b32 Bugfix: Can not display math block in exported HTML and PDF 2018-04-01 10:31:02 +08:00
Jocs
366dfe6867 Update: changelog 2018-04-01 02:47:57 +08:00
Jocs
91918dccd8 Optimization: watch image path change and rebuild the cache 2018-04-01 02:21:30 +08:00
Jocs
fd963f7b00 Optimization: A closing sequence of # characters is optional when
write ATX heading
2018-04-01 01:23:37 +08:00
Jocs
bc275032c5 Optimization: More than six # characters is not a heading
So we don't need to highlight `#`
2018-04-01 00:29:27 +08:00
Jocs
b3ce25d630 Optimization: Obey the GFM and optimization of thematic break update. 2018-04-01 00:16:58 +08:00
Jocs
379ffbddbc Bugfix: #112 2018-03-31 22:16:21 +08:00
Jocs
aab3c652c5 Bugfix: can not empty the content in source code mode #105 2018-03-31 18:37:27 +08:00
Jocs
fb057ee825 Bugfix: #107 2018-03-31 18:16:45 +08:00
Felix Häusler
d39701f459 fix: #88 (#108) 2018-03-31 17:33:33 +08:00
Felix Häusler
723fec398b Allow exiting full screen with maximize button on windows (#109) 2018-03-31 17:33:02 +08:00
Jocs
12fa87fa99 Update: update vue and snabbdom to the latest version 2018-03-31 15:22:11 +08:00
Jocs
412e277e82 Optimization: Use 'fuzzaldrin' to filter language when insert code block 2018-03-31 00:47:38 +08:00
Jocs
eb41ea06ff Bugfix: Caret can not move right when it's at the end of math format. #101 2018-03-31 00:16:10 +08:00
冉四夕
01903bd0ff
Feature: Toggle loose list item in paragraph menu (#103)
1. fix task list not work
2. fix order list not work
3. fix output unstylish html error
2018-03-30 23:48:06 +08:00