Commit Graph

1548 Commits

Author SHA1 Message Date
Ran Luo
cd9afbb6a9
Release v0.16.0 (#2004)
* release version 0.16.0

* update readme file
2020-03-27 11:46:16 +08:00
Ran Luo
fe641a67f0
fix context menu on macos (#1993)
* fix context menu on macos

* update yarn.lock

* update lock file

* try to fix CI error

* try to fix CI error
2020-03-25 10:54:53 +08:00
rsapkf
b908f7963c
Fix Desktop File link in curl command. (#1994)
The current link after `curl -L` downloads the HTML page for the file link on GitHub. I've updated the link to correctly download the raw file into the corrent location(~/.local/share/applications).
2020-03-24 17:32:19 +01:00
Felix Häusler
6dfa793887
Fix inline math selection (#1959) 2020-03-22 15:52:37 +08:00
ishibaki
5da0bd8728
Update Japanese Readme (#1968)
* Update until "screenshot" section

* Fix links

* Update platform batch

* Update image link

* Minor update

* Latest Release Version Update

* Latest Development Version Update

* Fix links

* Fix minors

* Fix feature section
2020-03-21 10:02:40 +08:00
Felix Häusler
584d630afe
Fix image alignment in exported document (#1958)
* Fix image alignment in exported document

* Move renderer container out of window
2020-03-21 10:01:02 +08:00
Felix Häusler
cf49093aec
Fix Axios http adapter and update deps (#1989) 2020-03-21 09:02:01 +08:00
Sebastiaan Lokhorst
6491add217
Update BUILD: node-gyp supports python 3 (#1978)
According to official information from https://github.com/nodejs/node-gyp
2020-03-17 19:07:03 +01:00
Ed Luff
9dda975d9b
fix: grammar (#1970)
* docs: grammar

* preferences: grammar

* renderer/prefs: grammar

* render/prefs/editor: grammar fixes

* Update index.vue

* fix (renderer/prefs/general): grammar

* grammar

* prefs/spellchecker: grammar

* incorporate feedback

* slight tweaks to wording
2020-03-17 19:02:33 +01:00
Ran Luo
65f1bef31b
fix regexp in schema file (#1923) 2020-03-02 12:56:09 +08:00
kosssi
83f0933ec3
fix #1927 : update roadmap link (#1937)
I update link to the projects page on github, it's good idea ?
2020-03-02 12:54:48 +08:00
ZHENG Piao-Dan
a2e4ff0d58
Update installation doc for linux (#1921) 2020-02-23 15:44:02 +01:00
Ran Luo
1c5b714a84
release version 0.16.0-rc.3 (#1913) 2020-02-16 20:23:16 +08:00
Ran Luo
6a50b5cb69
fix: Editor jumps to last cursor if you toggle a task-list item (#1911) 2020-02-16 18:36:16 +08:00
Ran Luo
c8556c2785
Update: electron and other dependences (#1910) 2020-02-16 17:41:21 +08:00
Ran Luo
1e21689331
fix: export invalid math (#1902) 2020-02-11 21:56:36 +08:00
Ran Luo
1c7e852731
fix: can not select Chinese font family name. (#1901) 2020-02-11 21:56:12 +08:00
Ran Luo
f99addd239
fix: Cannot destructure property row of i as it is null. (#1900) 2020-02-11 21:55:15 +08:00
Ran Luo
609e435e9f
fix: Issue with paragraph starting with three or more * (#1899) 2020-02-11 21:54:44 +08:00
Ran Luo
7f087a04ab
fix: Math formula preview is not updated (#1898) 2020-02-11 21:54:13 +08:00
He Linming
3103aee8ed
A task checked should update related task (#1737)
* A task checked should update related task

* Improve code quality

* feat: add a option for autoCheck

* refactor: put autoCheck in Editor part

* refactor: refactor some functions and methods

1. fix autoCheck was not passed to the editor
2. put getParentCheckBox and cumputeChecboxStatus functions in utils folder.
3. put setCheckBoxState, updateParentsCheckBoxState, updateChildrenCheckBoxState
   and listItemCheckBoxClick methods in clickCtrl.js file.
2020-02-11 21:46:24 +08:00
Davis Riedel
862324387c Fix #1879 Add .md extension to files created in sidebar if no extension is given (#1886)
* Fix #1879: Add .md extension to files created in sidebar if no extension given.

* Use hasMarkdownExtension function everywhere an extension has to be checked.

Allowed markdown extensions are handeled in several places in different ways. Use the hasMarkdownFunction from common/filesystem/paths.js to allow to easily update the allowed extensions when needed.
2020-02-08 17:26:37 +08:00
Ran Luo
622ff90d58
update: electron, mermaid, vega-lite etc (#1893) 2020-02-08 16:54:54 +08:00
Griiid
d697666f9a Fix wrong flag emoji of zh_tw in README.md (#1896) 2020-02-08 16:53:47 +08:00
Caleb Maclennan
1348314060
Rename 'BC changes' to something intelligable (#1895) 2020-02-06 21:29:52 +08:00
He Linming
632eac3cf3
fix bold or italic hyperlinks can't be opened through Cmd+Click (#1810)
* fix bold or italic hyperlinks can't be opened through Cmd+Click

close #1698

* Optimize code
2020-02-06 20:33:16 +08:00
Caleb Maclennan
9b948340d7
Ignore dist files in repository, update PRtemplate (#1894)
* Ignore all permutations of dist in git

* Update PR template to direct contributors

The current template is largely being ignored with many PRs coming
through with "yes/no". Hopefully the text at the top will actually catch
peoples attention and keep the "clutter blindness" down that I think is
making people ignore the table entirely.

Also the note about dist files is pretty unnecessary with a properly
setup gitignore file.
2020-02-06 20:25:30 +08:00
DanEble
0aa0e04234
Forbid line-wrap in code blocks (#1051) (#1753)
Long lines in code blocks are not wrapped; instead, a thin scroll bar
is added when the content overflows.  This scroll bar appears
regardless of the user's preference for hiding the scroll bars of the
main content window.
2020-02-06 20:19:39 +08:00
Ran Luo
7a9a170876
update: dependences (#1850) 2020-01-30 21:58:03 +01:00
Julian Hofer
91f2af415b Remove sudo in flatpak installation instructions (#1836)
* Remove sudo in flatpak installation instructions

The use of sudo for installations is neither necessary nor encouraged

* Add additional information to flatpak installation instructions
2020-01-25 00:47:22 +01:00
Felix Häusler
593ca5f83b Refactor IPC selection messages (#1833) 2019-12-31 23:00:04 +08:00
He Linming
3f2e3340b6 feat: word wrap in TOC (#1811)
* feat: word wrap in TOC

close #1772

* rename wordWrap to wordWrapInToc
2019-12-27 22:08:03 +08:00
Alexander Misel
b6869979f0 Variables shouldn't use same color as strings (#1769)
* Variables shouldn't use same color as strings

* Fix dark (okaidia) theme lacking color

picked a color from color wheel which will keep harmony
2019-12-26 16:02:28 +08:00
Felix Häusler
23435ce6b1 fix: 1733 wrong task list indentation in parser (#1835) 2019-12-22 12:52:34 +08:00
Felix Häusler
09b067e371 Update documentation (#1819) 2019-12-17 10:50:10 +08:00
Ran Luo
dd9cc89caa
Update: link to readme translation of zh_tw (#1818) 2019-12-14 19:08:21 +08:00
water_lift
6701e9ac28 fix: spelling error (#1809)
* Update PREFERENCES.md

* Update PORTABLE.md
2019-12-11 23:58:48 +08:00
Ran Luo
0cd4091137
Update shortcut of table (#1800)
* Update shortcut of table

* change math to display math
2019-12-08 23:48:24 +08:00
Ran Luo
afd530a583
fix: unsplash not shown on production enviromment and about logo did not shown (#1799) 2019-12-07 23:01:05 +08:00
Ran Luo
088bbf76ea
update electron to 7.1.3 (#1798) 2019-12-06 11:19:06 +08:00
Ran Luo
57c145f06c
Performance optimization of code block (#1783)
* performance optimization of code block

* throttle render in code block

* render immediatly when auto pair
2019-12-05 10:34:16 +08:00
Ran Luo
e91193af23
fix: dompurify warning when init app (#1781) 2019-12-05 10:33:50 +08:00
Ran Luo
7c41414fa4
Update dependences to latest version (#1782) 2019-12-03 17:18:13 +08:00
Simon Holmberg
e3f0df7375 Add setting for sequence diagram theme (#1628) (#1708)
* Add setting for sequence diagram theme (#1628)

* Review fixes
2019-12-02 10:59:17 +08:00
Felix Häusler
eb5f265f1b
Forbid math overlay selection (#1768) 2019-12-01 17:51:27 +01:00
DanEble
f0e548d7e0 fix find next/previous (#1679) (#1745)
* fix find next/previous (#1679)

* document new find next/previous shortcuts (#1679)
2019-11-27 20:09:32 +01:00
Ran Luo
1883153913
fix format tool can not work in table cell (#1760) 2019-11-27 00:50:52 +08:00
Ran Luo
7aa4d1b144
fix export emoji in header (#1759) 2019-11-27 00:50:23 +08:00
Ran Luo
c3f128e725
fix #1678, copy task list should acording to the origin checked status (#1756) 2019-11-27 00:31:13 +08:00
Ran Luo
12622bef85
Update all dependences to latest version (#1758) 2019-11-25 16:10:40 +08:00