Commit Graph

113 Commits

Author SHA1 Message Date
Ran Luo
c902f6b76b
bugfix: #406 relative image path not display (#411) 2018-07-03 10:49:46 +08:00
Jocs
05bf5b96d5 bugfix: #167 #357 #344 2018-06-19 18:38:40 +08:00
冉四夕
4be72ade97
Notification (#337)
* rewrite notice module

* optimization: show some notification when export html or pdf

* optimization: style of open project button

* little bug fix

* style: uniform titlebar hight to remove some style error
2018-06-15 21:30:10 +08:00
Jocs
ff78118611 bugfix: #335 2018-06-15 00:45:34 +08:00
Jocs
8c392a7a5c feature: feedback via twitter
bugfix: can not save when there is no file edited
optimization: Don't show welcome page when init App
2018-06-12 19:42:31 +08:00
Jocs
fe6645e684 feature: add new tab menu item 2018-06-11 19:20:09 +08:00
Jocs
68b0871e94 fix style error in side bar 2018-06-07 21:01:04 +08:00
Jocs
a703501fe6 feature: tab view in dark and light theme 2018-06-06 23:29:18 +08:00
Jocs
d9e058bb57 bugfix: can not save single file 2018-06-06 22:09:21 +08:00
Jocs
69aeebfba4 bufix in sidebar 2018-06-06 19:33:28 +08:00
Jocs
6df0c8fa6e feature: table of content 2018-06-06 16:08:04 +08:00
Jocs
c099cc3ce7 bugfix: history error and main process error 2018-06-06 12:12:18 +08:00
Jocs
8fd13ed068 sidebar support dark theme 2018-06-05 23:58:32 +08:00
Jocs
184d96c76e optimization style of side bar 2018-06-05 23:09:58 +08:00
冉四夕
dc79014147
Support Side Bar、 Tabs and Quick Open in Mark Text (#317)
* side-bar-view

* list files view

* update the structure of store, add modules

* open project and change select files

* add tabs view

* listen for file/dir changing, and update in sidebar

* delete some unused code

* context menu in sidebar

* add tool bar and tab bar menu item

* save all and save all and close

* copy, cut, paste, new file, new directory, move to trash, open in folder

* rename in sidebar
2018-06-04 11:23:51 -05:00
Felix Häusler
f4f96de478 Insert spaces when tab key is pressed (#296) 2018-05-28 00:45:24 +08:00
冉四夕
80e6668957
Custom copy and paste (#303)
* Custom copy

* rewrite marked.js by es6 modules

* remove all the `var`

* optimization sanitize html

* feature: copyAsMarkdown copyAsHtml pasteAsPlainHtml

* remove debug codes
2018-05-27 14:13:41 +08:00
冉四夕
30caf53d08
List item marker (#290)
* add bullet list marker to preference file

* list marker

* update change log

* update change log

* code style and remove debug codes
2018-05-22 10:19:37 +08:00
Jocs
a6dbc29874 feature: Click filename to rename or save in title bar. 2018-05-14 18:12:19 +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
Anderson
62295d7872 feature: add editorFont setting in user preference. (#175)
* feature: add editorFont setting in user preference.

* Remove unused code.

* Update editor.js

* Update preference.md

* Add editorFontFamily fallback

* Remove unused code.
2018-04-18 22:04:47 +08:00
Felix Häusler
e87b301ff4 Fix UTF-8 BOM encoding (#147)
* Fix UTF-8 BOM encoding

* Update changelog
2018-04-15 20:52:48 +08:00
Jocs
cc731ef529 Feature: auto pair 2018-04-08 20:47:55 +08:00
Felix Häusler
a924b52096 Reset modification indicator after successfully saved changes (#117) 2018-04-08 18:04:42 +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
Felix Häusler
4d7d850969 Add loose and tight list compatibility (#74)
* Add loose and tight list compatibility

* Fix 'false' preference booleans are not handled
2018-03-30 01:52:54 +08:00
冉四夕
7e884b1f10
Image path auto complement (#96)
* Image path auto complement

* Update: CHANGELOG and DOTOLIST
2018-03-30 01:03:33 +08:00
Felix Häusler
05ddf6374c Debug cleanup (#85) 2018-03-28 15:03:32 +08:00
Jocs
d0fe613135 Bugfix: #55 2018-03-25 04:18:05 +08:00
Jocs
d7d21b5448 Feature: rename filename 2018-03-24 22:13:50 +08:00
Jocs
579220bbd8 Opti: If user click move to when the file is not save, show save dialog directly 2018-03-24 20:04:27 +08:00
Davis Riedel
a88fe322b4 Added move to (#72)
* Added move to

* Fixes
2018-03-24 19:47:43 +08:00
Jocs
216c5226c2 Update: DOTO LIST 2018-03-24 17:15:37 +08:00
Jocs
fdd22a893d Opti: can set color independently in dark and light theme 2018-03-23 22:56:48 +08:00
Jocs
0b08429436 feature: add fontSize, lineHeight, color setting in the view menu.
You can also change them in use preferences.
2018-03-23 18:54:19 +08:00
Felix Häusler
e3340e14a2 Added 'Mark Text' menu for Linux and Windows (#59)
* Add 'Mark Text' menu for Linux and Windows

* Add about dialog for linux and windows
2018-03-23 18:27:17 +08:00
Jocs
39f5400544 feat: user preference and fix issues #45 #16 2018-03-21 17:11:18 +08:00
Jocs
203a6ba538 Bugfix: remove the symbol in output styled html. #41
1. update css-tree to latest version.
2. Add lineWrapping is true to codeMirror config
2018-03-20 11:24:00 +08:00
Jocs
68be26d190 feature: Insert Image
1. Abusolute path
2. relative path
3. Upload Image to Cloud
2018-03-18 03:02:35 +08:00
kepler0
7dd0104685
assign platform state directly 2018-03-15 13:14:53 +11:00
Daniel
9d3951cf1c revise app-drawn window controls 2018-03-14 20:36:22 +11:00
Jocs
12c22ce588 feat: add dark theme and light theme 2018-03-04 21:05:46 +08:00
Jocs
a77cf47ea0 feat: source code mode 2018-03-03 02:30:06 +08:00
Jocs
2ff0137b97 feat: focus mode 2018-03-02 17:56:20 +08:00
Jocs
993bd6cfdb feat: type writer mode 2018-03-02 01:59:49 +08:00
Jocs
d59702bb13 feat: search value, find next find prev 2018-03-01 20:50:11 +08:00
Jocs
2870be80af opti: optimize output PDF file, delete cursor etc 2018-02-24 19:27:25 +08:00
Jocs
3dd4dec02e feat: export PDF 2018-02-24 18:05:56 +08:00
Jocs
d23e4a3f8c feat: inline formats 2018-02-12 20:04:27 +08:00
Jocs
88db1f79f7 feat: add shotcut 2018-02-08 20:58:51 +08:00
Jocs
125f03e1d7 bug: fix the bug backspace in table 2018-02-04 22:28:38 +08:00
Jocs
e6fcdda5e0 feat: enable paragraph menu and disable paragraph menu 2018-02-04 21:46:57 +08:00
Jocs
0f5d5c4734 feat: insert table by menu 2018-02-04 17:50:45 +08:00
Jocs
8609e4d4db feat: export html with style 2018-01-27 03:00:57 +08:00
Jocs
fd52c90373 feat: word count 2017-12-26 23:52:11 +08:00
Jocs
dae27c393a feat: if you change content but not save, give a popup 2017-12-22 00:15:26 +08:00
Jocs
ad25585406 feat: handle backspace when selection multiple lines 2017-12-19 00:49:37 +08:00
Jocs
8d55ddcd66 feat: history 2017-12-14 23:28:28 +08:00
Jocs
3fa2a07b04 feat: undo except code block 2017-12-14 21:14:21 +08:00
Jocs
807da16c53 feat: Save as 2017-12-14 15:36:14 +08:00
Jocs
970f149b7f handle local path 2017-12-12 18:35:51 +08:00
Jocs
0438d68fac feat: auto load file when file content changed 2017-12-12 17:40:56 +08:00
Jocs
0ac3d779ba feat: auto-save 2017-12-12 15:34:25 +08:00