Commit Graph

1464 Commits

Author SHA1 Message Date
Ran Luo
1ef0d016a2
Feat: add link tooks: unlink and jump (#1357) 2019-09-24 11:23:51 +08:00
Felix Häusler
e0fb779f3e fix: #1145 (#1360) 2019-09-24 00:34:44 +08:00
Felix Häusler
6418496fe9 Fix main process exception due null access (#1350) 2019-09-24 00:03:37 +08:00
Felix Häusler
a4cd93a8cd
Add system emoji fallback fonts (#1348) 2019-09-23 17:15:07 +02:00
Ran Luo
b4f9f44a9b
Optimization inline image (#1347)
* fix: Hide all float box and image transformer when context click

* fix: image need to have unique id

* feat: support copy,cut and paste selected image

* link to creator

* Feat: prevent drag image

* fix: #1313

* Fix: enter to edit selected image
2019-09-23 11:36:41 +08:00
Ran Luo
8b998cee90
Update: dependences (#1346) 2019-09-19 18:24:46 +08:00
Ran Luo
46b5aad976
Opti: init loading page (#1339) 2019-09-19 18:24:06 +08:00
Ran Luo
7b0a5f755c
Use electron-rebuild (#1341) 2019-09-19 18:08:37 +08:00
Ran Luo
6ab75845e8
Opti image (#1345)
* Feature: size image

* Support edit and delete image

* render img tag by image render component

* Fix: can not recognize pencent symbal in img src

* Feat: align image

* Feat: align image

* add tooltip of image toolbar

* Update html tag regexp

* Fix: wrong class name

* Feat: resize image

* Some bug fix

* Fix: image loading status

* Fix: backspace error in image selector

* Remove: unused codes

* Add download event

* Opti: image

* Opti: style of transformer

* fix: do not treat one image html block as html block

* Fix: parse src and title error

* remove debug codes
2019-09-18 19:01:50 +08:00
Ran Luo
141d25d896
Feat: parse page title when paste a link (#1344) 2019-09-17 16:15:33 +08:00
Ran Luo
d26f509209
Feature: resize image and toggle inline and block image (#1335)
* Feature: size image

* Support edit and delete image

* render img tag by image render component

* Fix: can not recognize pencent symbal in img src

* Feat: align image

* Feat: align image

* add tooltip of image toolbar

* Update html tag regexp

* Fix: wrong class name

* Feat: resize image

* Some bug fix

* Fix: image loading status

* Fix: backspace error in image selector

* Remove: unused codes

* Add download event
2019-09-17 16:15:00 +08:00
Ran Luo
63cf573df7
update deps (#1334) 2019-09-11 12:36:56 +08:00
Ran Luo
435dca7483
feat: search image by unsplash (#1333) 2019-09-11 11:34:33 +08:00
Ran Luo
a4f5269beb
fix: update paragraph menu item task list error (#1330)
* fix: update paragraph menu item `task list` error

* Update exportStyleHTML api

* Update escapeText, because Safari do not support ?>! in reg
2019-09-11 11:33:25 +08:00
Yansongsongsong
c52431cb92 Feat: github uploader can customize branch(#1328) (#1328) 2019-09-11 11:32:06 +08:00
Ran Luo
034cb2fda7
Update: all dependences other than vega (#1332) 2019-09-10 14:18:04 +08:00
Ran Luo
7deaf9e052
Opti: extract electron config into a single file (#1323) 2019-09-10 11:24:36 +08:00
Ran Luo
3ac2c888b2
remove debug codes (#1326) 2019-09-06 15:19:09 +08:00
Ran Luo
e8efca0eeb
fix: inline image backspace error (#1325)
* fix: inline image backspace error

* Do not show buttons when image is uploading
2019-09-06 15:16:19 +08:00
Ran Luo
9fecc68261
Opti: inline-image style (#1322) 2019-09-05 11:17:19 +08:00
Ran Luo
cb7be189cc
Feat: Support inline image and small image (#1318) 2019-09-03 22:56:46 +08:00
Ran Luo
e25f5d8540
Update: update dialog API to Electron 6.0 (#1317) 2019-09-02 21:46:51 +08:00
Ran Luo
96909e23a9
Opti: correct url when there are pair brackets in link url or image src (#1308) 2019-09-02 18:49:56 +08:00
Ran Luo
9303fff0c7
update karma deps (#1314) 2019-09-02 18:49:31 +08:00
Ilias Ismanalijev
ab5068ea25 Search shows open folder warning, no results text and errors (#1312)
* Show messages in search
- Open folder prompt
- No result found
- Errors

* search message section use divs, refactor template
2019-09-02 18:07:46 +08:00
Ilias Ismanalijev
437cb23ed8 Search input now searches on keypress (#1307) 2019-09-01 18:33:39 +08:00
Ran Luo
fbbb600d7e
Opti: add loading page when init page (#1303) 2019-09-01 09:57:58 +08:00
Ran Luo
761c499eae
Fix: prevent parse a url (#1301) 2019-09-01 09:56:36 +08:00
Ran Luo
46371f8c56
Update Babel to 7.x.x (#1253)
* update deps

* update babel

* add babel-runtime

* update config file

* update config file

* modify config

* modify some codes

* update some dependences

* Update allowed licenses validate
2019-09-01 03:30:01 +08:00
Ran Luo
ffdb758e28
update Electron to latest version (#1300) 2019-08-28 16:24:21 +08:00
Ran Luo
ac3617dd7c
fix: vega lite render error (#1295) 2019-08-28 13:23:32 +08:00
Felix Häusler
96f3f7341b fix: #1284 (#1287) 2019-08-19 19:10:57 +08:00
Felix Häusler
1ab8388c1d Cycle through tabs (#1283)
* Cycle through tabs

* Add cycle backwards alias
2019-08-19 19:06:27 +08:00
Felix Häusler
225d30bd90 Close tab by mouse middle click (#1282) 2019-08-19 18:50:27 +08:00
Felix Häusler
15f8c7b2c5 Fix recommend title exception when heading contains spaces only (#1281) 2019-08-19 18:49:52 +08:00
Felix Häusler
04480e08ae fix: #1254 alt accelerator on Linux and Windows (#1262) 2019-08-14 10:49:05 +08:00
Felix Häusler
a09a391e1e Reformatted appdata file (#1263) 2019-08-13 22:57:08 +08:00
Ran Luo
65d12af922
Release v0.15.0 (#1242)
* release v0.15.0

* release version 0.15.0
2019-08-07 22:33:01 +08:00
Ran Luo
1c489f095e remove unnecessary attrs (#1241) 2019-08-06 16:41:11 +02:00
Felix Häusler
7341568156 Try to fix Travis CI cache issues (#1237) 2019-08-06 09:12:15 +08:00
Felix Häusler
77400b03ca Fix package filenames due electron-builder change (#1234)
* Fix package filenames due electron-builder change

* Fix checksum calculation and Windows setup name

* Fix package filenames
2019-08-06 09:09:59 +08:00
Felix Häusler
671f508693 Unpack all node modules during build (#1235) 2019-08-05 22:39:42 +08:00
Felix Häusler
e2bac53e66 Improve updatable packages detection (#1230) 2019-08-04 22:51:50 +08:00
Ran Luo
ac0566762e fix: #1136 (#1222)
* fix: #1136

* fix: negated lookbehind
2019-08-04 15:21:58 +02:00
Ran Luo
af8593a4ce fix: #1226 (#1227) 2019-08-04 15:20:30 +02:00
Ran Luo
c9d7eae952 opti: optimization of paste (#1229) 2019-08-04 15:17:12 +02:00
Ran Luo
da53d9323e fix: #961 (#1220)
* fix: #961

* add TODO
2019-08-04 15:17:01 +02:00
Felix Häusler
fdd13b8606 Update Third Party Notices (#1219) 2019-08-01 09:15:59 +08:00
Ran Luo
ee7095f1cc fix: #1208 (#1217)
* fix: #1208

* modify the shortcut of inline math
2019-07-31 20:28:21 +02:00
Ran Luo
f4e93016e3 fix: #1209 (#1214) 2019-07-31 18:47:10 +02:00