Commit Graph

1464 Commits

Author SHA1 Message Date
Felix Häusler
5aa027cbad
Add missing encoding entry (#2132) 2020-05-31 15:12:26 +08:00
Felix Häusler
2e5c880029
Fix Hunspell dictionary downloader on Windows (#2131) 2020-05-31 15:11:30 +08:00
Felix Häusler
9b873b5f57
Fix empty shortcuts in shortcut validator (#2130) 2020-05-31 15:10:24 +08:00
Dan Dascalescu
c19bb30dbb
Add ability to paste images to Features (#2127) 2020-05-31 15:05:42 +08:00
Ran Luo
95696c4c14
Update sponsor (#2141)
* update: sponsors

* update img width and height
2020-05-24 23:35:14 +08:00
Micael Dias
016c7b4c15
Fix max width of editor tabs (#2097)
* Fix max width of editor tabs
2020-05-23 21:41:41 +02:00
Felix Häusler
330d161f4a
Update dependencies (#2133) 2020-05-22 10:20:32 +08:00
shaunmbg
454f24725a
Include Chocolatey package installation option (#2107) 2020-05-21 15:18:04 +02:00
saymoon
6892a14393
Fix typo (#2118) 2020-05-16 21:03:39 +08:00
jocs
90fdd28afb Release v0.16.1 2020-03-28 09:40:13 +08:00
Ran Luo
95380d2210
Release v0.16.1 (#2011) 2020-03-28 09:34:28 +08:00
jocs
18eb4efd1a fix: style error in editor setting 2020-03-27 21:58:25 +08:00
Ran Luo
2d52705853
update readme (#2008) (#2009)
Release v9.16.0 and fix CI error
2020-03-27 14:50:21 +08:00
Ran Luo
bf322a0231
update readme (#2008)
* update readme

* remove unused codes

* Update third party

* remove unused codes
2020-03-27 14:15:47 +08:00
Ran Luo
df1300c433
Merge pull request #2006 from marktext/develop
Release version 0.16.0
2020-03-27 12:04:02 +08:00
jocs
904d4b4ff3 Fix conflict 2020-03-27 11:59:04 +08:00
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