Commit Graph

129 Commits

Author SHA1 Message Date
Pieter Edwards
8fee135abb
Fixed some grammar mistakes (#2783)
Co-authored-by: Ran Luo <ransixi@gmail.com>
2021-12-25 22:13:39 +08:00
bolshoytoster
2ed5a85012
Removed the space in 'Mark Text' (#2763) (#2782)
* Removed the space in 'Mark Text' (#2763)

Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed.

This is directly related to #2763.

* Revert changes to .github directory

Reverted changelog etc.

* Added `cs` alias for `csharp` in code blocks (Fixes #2760)

* Added error handler in the renderer process (should fix #2758)

The `src/muya/lib/contentState/clickCtrl.js` file will now return if
`document.querySelector` fails to find an element.
2021-12-25 21:05:58 +08:00
Adrian Bill
c86fe103f2
Add winget to install options for windows (#2523) 2021-12-23 18:49:32 +01:00
Felix Häusler
cb38f99d2d
Release v0.16.3 (#2448) 2020-12-27 13:26:19 +01:00
カワリミ人形
f72523926a
Fix installation instructions in README.md (#2449)
* Update README.md

Calling brew cask install is disabled

* Update i18n files
2020-12-24 14:11:56 +08:00
nyanpasu64
078aa70585
Replace PRC emoji for zh_TW translation with Taiwan flag (#2278) 2020-07-14 17:10:59 +08:00
Felix Häusler
1e7ff90685
Release v0.16.2 (#2200)
Bump version to 0.16.2 and update documentation.
2020-06-18 21:57:23 +02: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
shaunmbg
454f24725a
Include Chocolatey package installation option (#2107) 2020-05-21 15:18:04 +02:00
Ran Luo
95380d2210
Release v0.16.1 (#2011) 2020-03-28 09:34:28 +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
cd9afbb6a9
Release v0.16.0 (#2004)
* release version 0.16.0

* update readme file
2020-03-27 11:46:16 +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
Griiid
d697666f9a Fix wrong flag emoji of zh_tw in README.md (#1896) 2020-02-08 16:53:47 +08:00
Ran Luo
dd9cc89caa
Update: link to readme translation of zh_tw (#1818) 2019-12-14 19:08:21 +08:00
sclaire-1
727eaeeeaa Edit README.md (#1702)
Differences between Open Collective and Patreon sponsorships have been reorganized for clarity. Some grammar issues were also fixed.
2019-11-14 12:58:38 +08:00
BradyBromley
725c30800e Changed wording for clarity in README.md (#1659) 2019-11-09 10:26:08 +08:00
Felix Häusler
ad69d6e22e
Update spelling in readme (#1656) 2019-11-08 16:31:50 +01:00
Tomer Cohen
25cd752555 Documentation: Replace 'Is' with 'If' in 'If a version for your system unavailable' (#1655) 2019-11-08 21:47:44 +08:00
Ran Luo
8e32838b8a Feature: support markdown extension superscript and subscript (#1531)
* Feature: support markdown extension superscript and subscript

* Update readme file

* Fix: theme setting error

* fix issue in comment

* Fix some typo
2019-10-26 17:15:49 +02:00
Zhang Wang
5c47f12c80 fix grammar error (#1524) 2019-10-24 11:40:56 +08:00
Pattarawat Chormai
cc63cf87da Fix the download section anchor (#1440) 2019-10-04 16:39:47 +08:00
Ran Luo
60a12ae221 Update readme to version 0.15.1 and update dependences (#1416)
* Update readme to version 0.15.1 and update dependences

* update readme in other language
2019-10-02 11:26:39 +02:00
Felix Häusler
63d41155ab Update documents (#1411) 2019-10-01 11:58:44 +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
Felix Häusler
c364004325
docs: fix readme links (#1066)
[skip ci]
2019-06-06 21:19:33 +02:00
Felix Häusler
4dada5b84d
Drop support for portable Windows binary (#1065)
* Dropped support for portable Windows binary

* Update documentation
2019-06-05 21:39:23 +02:00
Andres
e923286cfb fix typo in readme (#999) 2019-05-02 00:09:50 +02:00
Ran Luo
413b3f92db Add a result table (#965)
* Add a result table

* update comments

* update readme
2019-04-23 17:18:04 +02:00
Ran Luo
09aa23ebeb Update Spec from 0.28 to 0.28 in comments and menus (#932) 2019-04-13 15:01:05 +02:00
Felix Häusler
5ab688a52f
release v0.14.0 (#930) 2019-04-12 19:51:30 +02:00
罗冉
e3582297c2 update offical website address 2019-04-09 11:09:43 +08:00
Ran Luo
4e918503f4 feat: add front menu (#875)
* feat: add front menu

* update changelog

* feat: add short cut of paragraph edit

* fix location bug of submenu

* update checkbox style in editor

* update selected background color

* update KEYBINDINGS.md

* Bullet to ordered list issue:

* emit change event after control paragraph

* fix: marked parse error

* disable table, front-matter and horizontal line in paragraph turn into, and fixed paragraph turn into html and math

* fix unwanted space before text paragraph when heading turn into text paragraph

* fix error when turn heading to paragraph

* put front menu on the left on front icon

* update readme

* if the selection span in two lnes, disable paragraph turn into heading
2019-04-07 16:16:49 +02:00
罗冉
2bd52d06e0 update sponsor qordoba logo and link 2019-04-03 13:26:54 +08:00
jocs
21e6ebc1ff update theme image url in readme 2019-04-02 20:38:49 +08:00
Ran Luo
270900518f
update sponsors (#842)
* update sponsors

* change main picture in readme

* update themes picture in readme
2019-04-02 20:35:05 +08:00
Felix Häusler
2007fc59e9 docs: update readme (#767) 2019-03-15 08:45:06 +08:00
Felix Häusler
5d23b08ea9 fix: README.md image sources (#763) 2019-03-13 10:26:29 +08:00
罗冉
ea22a94286 update: readme file 2019-02-27 19:12:16 +08:00
jocs
ce8d17de95 release version 0.13.65 2018-11-21 10:27:17 +08:00
jocs
8e44992d22 update: readme 2018-11-11 10:14:56 +08:00
Felix Häusler
b1518e266a Add AppVeyor configuration (#550) 2018-11-10 10:53:38 +08:00
Felix Häusler
5339ef6bb4 Fix keybinding issues (#543)
* Fix keybinding issues

* Check for duplicate accelerators

* Allow to unset menu accelerators

* Disable AppVeyor to reconfigure later

AppVeyor is currently not in use. We have to enable it and configure.

* Update documentation

* Update documentation [ci skip]
2018-11-07 00:16:50 +08:00
Jocs
cdc9c6c8ab release version 0.13.53 2018-10-28 19:03:56 +08:00
Jocs
3c52ecf87a release: version 0.13.50 2018-10-25 11:27:54 +08:00
Felix Häusler
d2e74fbefa Update github issue tracker (#518) 2018-10-25 08:11:56 +08:00
Ran Luo
39e1ea8081
Prism replace codemirror (#516)
* feat: basic use of code block by prism

* opti: remove codemirror from muya

* feat: add highlight to math and frontmatter

* feat: import and export in math block, html block, frontmatter, code block

* update: paragraph ctrl

* feat: copy and paste in new math block and html block

* feat: update code block style in dark theme

* feat: search and replace in code block

* fix: update menu item status when selection changed

* opti: optimization of updateCtrl divide it into clickCtrl and inputCtrl

* opti: search and replace in code block when no lang selected

* opti: copy paste in code block

* feat: insert paragraph before or after code block

* opti: change emoji.js to emoji.json

* feat: auto indent in code block

* opti: auto indent in code block

* opti: remove the use of snabbdom-virtualize

* fix: do not show format float box in code block

* opti: emoji picker

* update: delete some unused codes

* update: electron

* use a temp prismjs2 instead of prismjs
2018-10-23 21:21:58 +08:00
Enderson Menezes
25c8420e69 addes portuguese archives (#514) 2018-10-18 11:10:49 +08:00
jocs
8b6f8e59a3 typo error 2018-10-01 19:44:27 +08:00