Commit Graph

950 Commits

Author SHA1 Message Date
Felix Häusler
dc89a7f5cc Update documentation (#279) 2018-05-20 00:03:29 +08:00
Felix Häusler
066c5485dd Fix frameless window drag (#280) 2018-05-19 23:42:30 +08:00
Felix Häusler
b3cd4661ba fix: #277 inline math and typo (#278)
* fix: #277 inline math

* fix typo
2018-05-18 23:59:28 +08:00
King Luo
7c891f5fbc modify a wrong word (#275) 2018-05-18 21:45:55 +08:00
Jocs
1e134e39f4 optmization: change folder structure of parser folder 2018-05-17 22:54:58 +08:00
Jocs
0cf6ab8cb1 update electron-builder 2018-05-17 16:10:55 +08:00
Jocs
7f3f6439e5 performance optimization, cache of tokenization 2018-05-17 15:04:16 +08:00
Jocs
3f01cb8865 optimization: change folder structure of parser 2018-05-17 14:24:25 +08:00
Felix Häusler
8255ae73b8 fix: get menu item by id (#270) 2018-05-17 10:29:07 +08:00
冉四夕
0b46fe2f2d
feature: Support setext heading but the default heading style is atx (#268)
* feature: Support `setext` heading but the default heading style is `atx`

* optimization: change fenced code block style

* change hard line break icon

* optimization: render content state
2018-05-17 10:11:53 +08:00
Jocs
968891d334 optimization: in paragraph menu 2018-05-16 17:49:26 +08:00
Jocs
c90bf90e66 bug: use render replace partialRender when insert front matter 2018-05-16 17:41:38 +08:00
Jocs
62b7e4b475 update snabbdom-to-html 2018-05-16 16:41:39 +08:00
Jocs
dcb50e3de2 fix: fix snabbdom-to-html error, and already submit an issue to snabbdom-to-html 2018-05-16 15:56:15 +08:00
ScratchBuild
f7c52af8f4 Update Japanese readme (#266)
Minor Fixes
2018-05-16 10:45:53 +08:00
Jocs
ac8322d81f fix bug in shortcut when introduced the line break 2018-05-16 01:55:06 +08:00
冉四夕
1e144f6c38
feature: support front matter #144 #220 (#261)
* feature: support front matter #144 #220

* rename in title bar only for macOs

* fix: need press `ENTER` twice when there in not `\n` at the end of front matter text

* refactor: add line block to front matter box

* update: issue template
2018-05-15 20:45:35 +08:00
Jocs
a6dbc29874 feature: Click filename to rename or save in title bar. 2018-05-14 18:12:19 +08:00
Jocs
d0b62033bf optimization: partial render 2018-05-14 15:41:26 +08:00
冉四夕
8abdf9bfe9
fix: #243 (#260) 2018-05-14 10:40:24 +08:00
冉四夕
4ecfdcc502
fix: #232 (#259) 2018-05-13 22:50:36 +08:00
Jocs
f56c2f35ae bugfix: #251 2018-05-12 21:31:12 +08:00
Jocs
342565ccff bugfix: #251 2018-05-12 21:27:40 +08:00
冉四夕
e7d76e2785
Partial render (#258)
* delete some unused codes

* optimization: rewrite getUniqueId in editor/util/index.js

* delete some unused codes

* replace all partialRender to new one

* delete debug code
2018-05-12 20:52:24 +08:00
Jocs
fb41bd72df delete debug code 2018-05-12 20:42:45 +08:00
Jocs
1b66bfcce5 replace all partialRender to new one 2018-05-12 20:38:50 +08:00
Jocs
776d28d863 delete some unused codes 2018-05-12 11:03:09 +08:00
Jocs
9ae3b10916 optimization: rewrite getUniqueId in editor/util/index.js 2018-05-12 10:37:37 +08:00
Jocs
6150f67871 delete some unused codes 2018-05-12 10:03:40 +08:00
Jocs
40db811e7c bugfix: some bug fix in backspace control 2018-05-10 17:33:46 +08:00
Felix Häusler
dfffc73e69 Line ending (#234)
* Prepare line ending feature

* Detect document line ending

* Line ending conversion

* Add "endOfLine" settings option

* Add line ending menu

* Notify user about mixed endings

* Fixes

* Change line ending menu entries to radio style
2018-05-09 20:29:40 +08:00
Jocs
6cad091f6d optimization: reduce the width of scroll bar in float box 2018-05-09 18:50:49 +08:00
Jocs
2183c74a53 update: readme file 2018-05-09 10:35:28 +08:00
Felix Häusler
c7f574b7b9 fix: #248 dark background disappears when export PDF (#252) 2018-05-08 10:19:04 +08:00
Felix Häusler
2add5d5856 Smaller scrollbars and hover color (#245) 2018-05-06 01:20:52 +08:00
Jocs
2ebf8c841f update: update electron to v2.0.0 2018-05-03 11:45:24 +08:00
Jocs
dc82145d00 optimization: remove debug code 2018-05-01 21:25:43 +08:00
Jocs
70023e526a optimization: backspace ctrl 2018-05-01 19:56:41 +08:00
Jocs
44ff375517 optimization: rewrite of partial render 2018-05-01 18:40:55 +08:00
Jocs
8399cbe402 optimization of performance: source code mode 2018-04-30 21:08:03 +08:00
冉四夕
f569d2e9d9
fix some performance problem, add partial render and undo depth (#222)
* fix some performance problem, add partial render and undo depth

* optimization of performance: rewrite getBlock, getBlocks ...

* optimization of performance: cache the result of tokenization

* optimization of performance: render code block only needed
2018-04-30 01:46:09 +08:00
Felix Häusler
d19dc9f4b8 fix: #217 "ready-to-show" event issues (#219) 2018-04-30 01:22:24 +08:00
Jocs
6fd10faf3a Update: todo list and delete some unused codes 2018-04-27 23:13:44 +08:00
Jocs
6a260a5e89 fix: #94 history error 2018-04-27 22:48:54 +08:00
Jocs
b650481d35 fix: the temp p block does not deleted when it has empty line 2018-04-27 22:15:35 +08:00
Jocs
9882dbe59c fix: #213 style error when render math 2018-04-26 22:30:58 +08:00
Jocs
f0343533b5 feat: unindent list item 2018-04-26 21:09:06 +08:00
Felix Häusler
74d2fbf64c Update documentation (#210) 2018-04-26 10:20:02 +08:00
Felix Häusler
68b0594597 Add fallback editor font family (#209) 2018-04-26 10:19:39 +08:00
Jocs
b8f33f9e6f fix: style error in task list 2018-04-23 22:37:07 +08:00