Commit Graph

1548 Commits

Author SHA1 Message Date
Ran Luo
d308b51fa1
feat: Remove aidou (#2889)
* feat: Remove aidou

* fix: dead key
2022-01-16 23:10:20 +08:00
Felix Häusler
75591f0958
Fix invalid fallback accelerator warning (#2892) 2022-01-16 16:06:03 +01:00
Felix Häusler
3f15e048f5
Fix multiple JS issues (#2893) 2022-01-16 16:05:46 +01:00
Flex Zhong
cb8b60ac96
Update zh_cn.md (#2894) 2022-01-16 22:18:39 +08:00
bigshans
ffce55df59
fix: fix sidebar display bug when data empty (#2883)
* fix: fix sidebar display bug when data empty

* style(render/sidebar): add space after data
2022-01-15 15:43:55 +08:00
Ran Luo
6f1e733cd5
fix: codeblock cursor error #2013 (#2885) 2022-01-15 00:29:16 +08:00
Ran Luo
9fe5611650
fix: fix export mermaid pie chart error (#2846) 2022-01-14 17:17:10 +01:00
Felix Häusler
b0299387a5
Add filename variable to relative image action (#2879) 2022-01-13 22:20:18 +01:00
Felix Häusler
701fb9aea3
fix: 2269 Append soft-lines on text removal (#2853) 2022-01-13 22:19:42 +01:00
toSayNothing
ccf105e146
fix: #2836 fix formula first render (#2860)
* fix: #2836 fix formula first render

* Revert "refresh svg by innerHTML"

* add NS to vNode before path

* improve readability
2022-01-14 00:14:46 +08:00
Ran Luo
d24a578a1a
fix: #2854 codeblock highlight error (#2877) 2022-01-13 12:59:57 +08:00
bolshoytoster
881e0c44e6
Added support for image path variables (#2809) (#2826) 2022-01-12 21:14:50 +01:00
Felix Häusler
3ecb8b6fd2
Fix async IO function in renderer (#2863) 2022-01-12 21:16:51 +08:00
Jefferey Neuffer
0954f70d71
Add zoom persistence (#2858) 2022-01-11 19:32:43 +01:00
toSayNothing
30ed5af274
fix: fix new line page scroll (fix #2541, fix #2470) (#2861) 2022-01-08 18:08:21 +01:00
Felix Häusler
8c031c6798
Fix editor overflow (#2850) 2022-01-08 17:28:23 +01:00
Felix Häusler
dbc878f6e8
Use system dependent key bindings (#2849) 2022-01-08 17:28:01 +01:00
toSayNothing
9cb2cbe88c
fix: #2851 #2805 fix toc update when modifying headers (#2857) 2022-01-08 17:11:59 +01:00
Tarcisio Gruppi
2d15933c53
added option to use a command line script as image uploader (#2100) 2022-01-08 17:00:28 +01:00
Ran Luo
4c517b1632
fix: search group (#2842)
* fix: search group

* fix: remove TODO
2022-01-06 23:12:47 +08:00
DesktopFolder
78ee785086
Do not use Cmd+Tab as a keybind on macOS. (#2841)
Co-authored-by: DesktopFolder <desktopfolder@users.noreply.github.com>
2022-01-04 22:05:10 +01:00
Felix Häusler
90afa84293
Invalidate CI cache and use async path exists (#2845) 2022-01-03 17:52:32 +01:00
Ran Luo
bbea7ecad1
feat: optimization of auto complement of markdown syntax (#2843) 2022-01-04 00:26:44 +08:00
Felix Häusler
1ecc360121
Fix markdown footnote parser (#2840) 2022-01-03 17:06:47 +01:00
Sukka
478f1ca97a
Remove unnecessary fs-extra usage (#2690)
Co-authored-by: Ran Luo <ransixi@gmail.com>
2022-01-03 22:35:44 +08:00
Martin Wittmann
1a9900e8f5
Issue 2566: Do not complete markdown syntax if the previous character is alphanumeric. (#2607) 2022-01-03 21:42:23 +08:00
ihipi
ead35e1819
Added Regex group replace on SearchMenu (#2205)
Co-authored-by: albert <albert.giro@softtek.com>
2022-01-03 16:47:19 +08:00
Christoph Singewald
c7060934ce
fix: #2720 Alt gr problem on other keyboard layouts (#2769) 2022-01-02 21:13:37 +01:00
Felix Häusler
f3caf90920
Normalize Codemirror cursor that start is always before end (#2834) 2022-01-02 20:59:48 +01:00
Felix Häusler
e741d6c6a5
Fix preference scaling and improve UX (#2815) 2022-01-02 20:58:14 +01:00
Ran Luo
5e16fac82c
fix: update file icons (#2838) 2022-01-02 22:15:06 +08:00
Felix Häusler
1cc2d4e3ca
Update build tools (#2814)
* Update build tools (babel, eslint and webpack)

* Fix karma configuration (unit tests)

* Fix invalid glob path on Windows

* Fix codemirror editor modes location for development

* Break welcome text on smaller terminals

* Fix ESLint error and reduce PlantUML compression level
2022-01-02 18:48:38 +08:00
Felix Häusler
16d61572e8
Fix 'partialRender' cursor if the block was already removed from the state (#2835) 2022-01-02 16:57:19 +08:00
Ran Luo
e690edc600
fix: update file icons (#2817)
* fix: update file icons

* fix: wrong classname of txt file
2022-01-01 10:41:33 +08:00
ianegordon
391f128955
Update MARKDOWN_SYNTAX.md (#2832)
Fix typo
2022-01-01 10:08:10 +08:00
Kiyoka Nishiyama
93da27118d
fix: feature request 2106 (Always use forward slashes on Windows) (#2824) 2021-12-30 12:11:46 +01:00
Felix Häusler
db1d2b7aef
Fix ESLint error and reduce PlantUML compression level (#2820) 2021-12-29 22:58:28 +08:00
Felix Häusler
4c0d960bcc
Fix preference migrations (#2811)
Preference migrations were always applied because 'store.set' didn't
remove old entries.
2021-12-27 16:22:43 +01:00
Rodrigo C
6492e00402
Add support to PlantUML diagrams (#2625)
* Add support to PlantUML diagrams

* Add plantuml icon files (copy of sequence's)

* Add PlantUML to docs and rename PlantUML internal render function

* Remove underscore from PlantUML renderer
2021-12-27 23:09:14 +08:00
Felix Häusler
3a47941e60
Fix build (#2810) 2021-12-27 23:03:22 +08:00
Ran Luo
8af9605e35
feat: support solidity in codeblock and optimization of file icons (#2775)
* feat: support solidity in codeblock and optimization of file icons

* feat: update file icons
2021-12-26 16:21:00 +08:00
Felix Häusler
c6d4368988
Enable macOS arm64 build target (#2788) 2021-12-26 00:32:52 +08:00
Pieter Edwards
8fee135abb
Fixed some grammar mistakes (#2783)
Co-authored-by: Ran Luo <ransixi@gmail.com>
2021-12-25 22:13:39 +08:00
Pieter Edwards
e77a53c753
Fixed grammar mistakes (#2784)
Co-authored-by: Ran Luo <ransixi@gmail.com>
2021-12-25 22:10:02 +08:00
Felix Häusler
a77b1c74b6
Code cleanup and improve issue templates (#2777) 2021-12-25 21:50:51 +08:00
Felix Häusler
f89ec51938
fix animated scrolling (#2780) 2021-12-25 21:45:42 +08:00
Ran Luo
2287780248
feat: change app name to MarkText and update spec test results (#2795) 2021-12-25 21:28:18 +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
Ran Luo
14d9c83b0e
fix: preference window style errors (#2794) 2021-12-25 20:53:49 +08:00
brainchild0
ebabd949c2
Improve templates in prefs box (#2230)
* Create possible starting point for better formatting in preferences

* Place switches adjacent to labels rather than beneath

* Include an example of component groups

Co-authored-by: Ran Luo <ransixi@gmail.com>
2021-12-25 20:23:27 +08:00