Commit Graph

1464 Commits

Author SHA1 Message Date
Jocs
d367fd3ae9 opti: only show front matter option when at the first paragraph 2018-10-07 12:59:16 +08:00
Jocs
5c5832bef7 feat: add html bock to paragraph menu 2018-10-07 12:12:20 +08:00
Jocs
f6fcc5cafd opti: rewrite create table in quick insert 2018-10-07 11:34:18 +08:00
Jocs
9f572324eb opti: optimization float box style 2018-10-07 11:04:23 +08:00
jocs
38add818c1 fix: wrong emoji postion when preview 2018-10-07 01:44:53 +08:00
jocs
997e7c4912 feat: quick insert with some bugs 2018-10-07 00:37:04 +08:00
jocs
7d5bc941f8 feat: quick insert basic use 2018-10-06 23:34:48 +08:00
Jocs
65da93f820 opti: extract click event into single file 2018-10-06 21:37:54 +08:00
Jocs
c8e610656a opti: extract clipboard class from index.js 2018-10-06 18:30:24 +08:00
Jocs
71cf08bb96 opti: lib structure optimization 2018-10-06 14:52:19 +08:00
jocs
37e64cabd3 feat: quick insert paragraph 2018-10-06 14:15:08 +08:00
jocs
7b1576e048 opti: optimization of search emoji 2018-10-05 19:27:30 +08:00
jocs
c0d7652f25 feat: add tooltip to editor 2018-10-05 14:59:13 +08:00
jocs
e9b3d121ab opti: delete some unused codes 2018-10-05 09:57:47 +08:00
jocs
8b6f8e59a3 typo error 2018-10-01 19:44:27 +08:00
Asmilex
04d6cb7b8d Added Spanish translation (#499)
* Added Spanish translation

* Fixed typo
2018-10-01 19:41:41 +08:00
Jocs
11f5f45b8b fix: #393 2018-10-01 13:36:07 +08:00
Jocs
94db7a7c7f fix: #399 #476 #490 math render with style miss 2018-10-01 12:37:04 +08:00
Jocs
1681b48503 opti: use Node.compareDocumentPosition to compare two paragraphs 2018-09-28 18:01:15 +08:00
jocs
af38ca1a85 fix(#450) style error when render inline math 2018-09-27 21:35:50 +08:00
jocs
5ff7f7b92e fix(#434): no need to auto pair in math block 2018-09-27 21:20:56 +08:00
jocs
6736b8d57f fix(#431): broken math expression 2018-09-27 21:03:39 +08:00
jocs
d46b3946ad opti: import files 2018-09-26 01:19:37 +08:00
jocs
aeeb34fb93 bug: check pandoc command exist before drag import 2018-09-26 00:47:11 +08:00
Jocs
818dd254dc opti: typo error 2018-09-24 21:50:21 +08:00
Jocs
2ff6b77488 feat: drag to import 2018-09-24 18:40:40 +08:00
Jocs
dc9f128249 feat: export files in file menu 2018-09-24 16:32:50 +08:00
Jocs
400bb9cdc3 update: update all the dependencies 2018-09-23 22:44:59 +08:00
Jocs
8b24b1611b update: electron to v3.0.0 2018-09-23 21:25:11 +08:00
Jocs
c3f8c9d129 opti: drag image to upload directlly 2018-09-22 18:11:11 +08:00
Jocs
a0ffb60054 opit: rewrite export pdf and print 2018-09-22 13:01:21 +08:00
Jocs
79866a4604 opti: delete some unused codes 2018-09-22 12:16:02 +08:00
Jocs
7d6af4f587 opti: rewrite export html 2018-09-22 12:01:51 +08:00
Jocs
adc491142e opti: remove duplicated codes when export file 2018-09-20 23:55:43 +08:00
Jocs
db5e7b8e8d fix: #485 Open Project command. Maybe rename to Open folder 2018-09-20 21:50:14 +08:00
Jocs
e80c8c4098 feat: #487 Show filename while hovering over marktext file on dock 2018-09-20 21:43:10 +08:00
Jocs
78ec06c3cd fix: YAML frontmatter duplicates a new line on each opening of the file #494 2018-09-20 21:03:59 +08:00
jocs
75bb1df5eb update: dependencies 2018-09-01 23:33:08 +08:00
Felix Häusler
deb7f0cb1b fix: #481 add missing dot to parser markdown files only (#483) 2018-09-01 13:43:12 +08:00
Heymind
7585870b35 fix: #429 Support DataURL images (#480)
* fix: #429 Support DataURL images

* replace dataurl's regex
2018-08-30 22:57:51 +08:00
Maksym Dogadailo
f1e2085e6d fix: remove separators from help menu in OSX (#473)
* fix: remove separators in OSX

* code review: replace const with let
2018-08-24 17:37:58 +08:00
Maksym Dogadailo
bf839b5a4b Arrow key up/down navigation in a table (#470)
* fix: arrow key up/down navigation in table

When the cursor is active and pressing up/down key in the table, the cursor should leave the table.

* style: remove unnecessary space

* fix: parent table can be inside a list

Fix getting the table when it inside another element.
Now it should take first parent table.

* fix: replace/remove getTable with getTableBlock
2018-08-19 19:12:41 +08:00
Felix Häusler
45aa733ceb export styled HTML with heading id's (#460)
* export styled HTML with heading id's

* Overwrite id attribute
2018-08-16 21:51:40 +08:00
Ran Luo
d1be68372f
Readme (#466)
* update readme

* update sponsors
2018-08-12 22:39:24 +08:00
Ran Luo
26724c86d9
update readme (#465) 2018-08-12 22:03:25 +08:00
sandersantema
3fa5eab2d8 typo mistake in readme (#464) 2018-08-12 21:38:06 +08:00
Felix Häusler
b006545e67 Fix invalid "fileAssociations" syntax and update packages (#458)
* Fix invalid "fileAssociations" syntax

* Update packages
2018-08-12 21:04:09 +08:00
enyaxu
c01c65cbba #421 Add experiment function RTL support (#439)
* feature: Add experiment RTL support

* fix: binding to currentfile textdirection

* feature: add sourcecode RTL support

* feature: add text direction menu upgrade

* fix sourceCode does't change from menu switch text direction
2018-08-12 20:55:48 +08:00
Elias Ojala
8fd91f1071 OS X is now macOS, added comma (#444) 2018-08-12 20:50:24 +08:00
sandersantema
8e44b70861 Formatting cleanups (#463)
Changed:
1. Mac OS X to macOS
2. , and to and (instead of using both)
3. Various reformats of the text

I hope this helps, I can't contribute to the code since I can't write Java. But I hope I can help this way 😄 
I think there might still be some mistakes because English isn't my native language either. But I've checked it and I hope it's correct.
2018-08-12 20:46:49 +08:00