Felix Häusler
de29043086
fix: tab switch exception due invalid cursor ( #792 )
2019-03-24 20:58:46 +08:00
Ran Luo
c0c8ea4b15
feat: open external link and local markdown file ( #790 )
...
* feat: open external link and local markdown file
* image view
* browse image by CmdOrCtrl + click
* use esc to close image viewer
* change image viewer z-index to prevent math render show on top of it
* support windows and linux
2019-03-24 13:20:43 +01:00
Ran Luo
eff619df34
update change log ( #793 )
2019-03-24 13:11:35 +01:00
Ran Luo
e1cfec6e3e
opti: rewrite TOC and remove hard code theme ( #778 )
...
* opti: prevent the duplicated header text error
* scroll error in toc
* delay the change event when init muya, so that the change event listener can handle change event.
* opti: style
* almost finished need last check
* style in table
* clear up some unused codes
* clear up theme hard code
* add no search data picture and new Folder new File
* move search and replace to top of editor
* add: no data image when there is no TOC
* update structure
* little bug fix
* update styles
* update un_draw icons
* update style of editor
* add animation when make open folder collapse.
* remove theme props in editor component, deprecated lightColor and darkColor
* add Ulysses Light
* theme: graphite
* update Ulysses blockquote
* update emoji style
* update titleBar height
* change theme color
* Support macOs dark mode
* update style of tooltip in editor
* update styles
* fix: TOC auto expand all
* patch added
2019-03-24 05:09:00 +08:00
Ran Luo
07d0bbb249
fix : #679 ( #788 )
2019-03-24 05:06:39 +08:00
Ran Luo
7936e3f4ba
fix #636 selection can not be canceled ( #786 )
2019-03-24 05:01:35 +08:00
Ran Luo
54004025e0
fix : #782 ( #789 )
2019-03-23 19:55:14 +01:00
Ran Luo
5f2c889e05
fix : #754 ( #759 )
...
* fix : #754
* update regexp
2019-03-21 21:26:32 +01:00
Ran Luo
8030956579
update all muya icons ( #775 )
...
* update icons
* add format math icon
* remove opacity of delete icon
2019-03-19 15:39:36 +08:00
Ran Luo
93055587b2
fix #760 ( #774 )
2019-03-19 15:21:04 +08:00
Ran Luo
70cea33d78
update: icon path ( #771 )
...
* update: icon path
* update icon path
2019-03-19 15:19:16 +08:00
Haoshen Zhong
14b9513a88
Update zh_cn.md ( #777 )
2019-03-19 15:15:13 +08:00
Ran Luo
c332e71f69
fix : #705 ( #714 )
...
* fix : #705
* remove debug codes
* fix nested list and multiple paragraphs
2019-03-17 17:51:20 +08:00
Felix Häusler
ebe929619a
fix: open files in current window ( #762 )
...
* fix: open files in current window
* fix: open drag&drag also in new tab if specified
2019-03-17 17:49:34 +08:00
Felix Häusler
7c5a6143b9
fix: broken relative image sources when exporting ( #761 )
2019-03-17 17:44:26 +08:00
Felix Häusler
eff54dcaa1
fix: sidebar tree view ( #764 )
2019-03-17 17:39:00 +08:00
Felix Häusler
2007fc59e9
docs: update readme ( #767 )
2019-03-15 08:45:06 +08:00
Felix Häusler
360f28b7ae
docs: update changelog ( #768 )
2019-03-15 08:38:38 +08:00
Felix Häusler
c47795e4ba
fix: XSS and Electron vulnerability ( #765 )
...
* fix(security): XSS when exporting
* fix(security): Electron security vulnerability
2019-03-14 02:06:57 +08:00
Felix Häusler
5d23b08ea9
fix: README.md image sources ( #763 )
2019-03-13 10:26:29 +08:00
Ran Luo
fd3daf4e51
fix : #752 ( #758 )
...
* fix : #752
* fix typo
2019-03-13 00:12:52 +08:00
Ran Luo
c1351dab7d
narrow the width of edit area ( #750 )
...
* narrow the width of edit area
* change source edit area width
2019-03-12 16:56:02 +01:00
Ran Luo
1fd335853f
update quick insert icons ( #746 )
2019-03-11 18:50:08 +01:00
Marco Westerhof
6d608d16c3
fix small typo ( #745 )
2019-03-11 21:45:28 +08:00
Ran Luo
0a3efbf88e
fix: 622 text selection ( #743 )
2019-03-09 19:29:56 +01:00
Ran Luo
6639bb9ba8
fix #659 allow width and height attributes in img tag ( #742 )
...
* fix #659
* valid width and height attributes of img tag
* remove debug codes
2019-03-09 19:11:42 +01:00
Ran Luo
dec7502ebe
Feat setextheading ( #741 )
...
* suport sutext heading input
* fix : #708
* fix: unrecognize horizontal line syntax
2019-03-09 14:13:42 +01:00
Ran Luo
2c87af7f2f
update pageage.json, add maintainer ( #733 )
...
* update pageage.json, add maintainer
* update dep
* feat: opti quick insert
* update quick insert icon
* update pageage.json, add maintainer
* update dep
* feat: opti quick insert
* update quick insert icon
* add windows support
* fix #576
2019-03-09 12:51:55 +01:00
Felix Häusler
8f73940e2e
Fix tab change in source code mode ( #737 )
2019-03-08 21:30:02 +08:00
Ran Luo
9d5f3ae496
fix #710 automatically wrap code block lines when printing ( #725 )
2019-03-08 12:55:03 +01:00
Felix Häusler
e668aeb350
Always add files to recently used document list ( #736 )
2019-03-08 02:32:52 +08:00
木士羽
519f82451a
Add support for recently used directory ( #718 )
2019-03-07 17:38:32 +01:00
Felix Häusler
cbd90bfeb4
User-defined open files ( #735 )
2019-03-07 22:59:40 +08:00
Felix Häusler
44c537a62c
Initialize editor when loading a folder and show default tab ( #729 )
2019-03-07 22:35:16 +08:00
Marco Westerhof
b4c23d1f02
fix small typo ( #734 )
2019-03-07 22:20:13 +08:00
Felix Häusler
a803cf4ab5
Fix titlebar null property during initialization ( #726 )
2019-03-07 08:28:44 +08:00
Felix Häusler
7bab8fa69c
Update desktop file ( #730 )
2019-03-07 08:08:01 +08:00
Ran Luo
1c42555a10
fix : #671 allow pasting multiline text into a heading ( #719 )
2019-03-06 19:33:20 +01:00
Felix Häusler
471e2381e2
Improve dev experience ( #731 )
2019-03-06 23:01:45 +08:00
Felix Häusler
9af9111d31
Fix Windows path separator in tree view ( #728 )
2019-03-06 22:44:21 +08:00
Felix Häusler
e94131b342
Fix recommended filename/title ( #727 )
2019-03-06 10:34:23 +08:00
Ran Luo
4880af4dad
Fix #684 ( #723 )
...
* fix: auto focus language input field when create code block by quick insert or menu
* fix: active language input field by arrow up and down
2019-03-05 23:34:14 +08:00
Ran Luo
a758a2e9a2
opti: better auto pair ( #722 )
...
* opti: better auto pair
* fix error in deleteContentForward
2019-03-05 16:32:21 +01:00
Ran Luo
60275d89b3
fix : #666 show tooltip on document info hover ( #717 )
...
* fix : #666
2019-03-04 22:21:22 +01:00
Felix Häusler
9a16361c1b
Partial rebase from markedjs ( #701 )
...
* markedjs#1239, markedjs#1262: Escapedpipes
* markedjs#1303: add hard line break when backslash at EOL
* markedjs#1135: update the list of markdown escapes, per commonmark
* markedjs#1224: fix unsafe heading regex
* markedjs#1023: new blockquote rule: match any paragraph-like content up to next line
* markedjs#1245: GFM table compliance
* markedjs#1013, markedjs#1181 fix backticks in inline code and em
* markedjs#1351: fix emphasis closing by single _
* markedjs#1034: make autolinks compliant
* markedjs#1387: fix language identifier parsing
* Restore table escape characters
2019-03-04 20:26:21 +08:00
Felix Häusler
359387a390
User-defined titlebar settings ( #721 )
2019-03-04 10:57:31 +08:00
Ran Luo
62633c498e
fix : #629 ( #720 )
2019-03-03 21:05:51 +01:00
Ran Luo
240d64aa55
fix : #706 combine lists of different type ( #716 )
2019-03-03 21:05:39 +01:00
Ran Luo
4278362f82
fix : #673 disable autocompletion in inline math ( #715 )
2019-03-03 21:04:37 +01:00
Ran Luo
39e0e683a9
fix : #672 style error in list item ( #713 )
2019-03-02 15:57:01 +01:00