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
Juuso Laine
43d461f2a1
Add katex mhchem ( #2327 )
2021-12-25 18:49:03 +08:00
Felix Häusler
56c51b52f5
Fix slow startup on Windows ( #2786 )
2021-12-25 18:06:34 +08:00
Felix Häusler
54a3b585ca
Fix wrong HTML escape in paste handler ( #2787 )
2021-12-25 17:49:20 +08:00
ic-e
b43eda2586
docs: fix link from src/i18n/*.md to another ( #2464 )
2021-12-23 18:51:50 +01:00
Beni Cherniavsky-Paskin
c7735df5f4
build instructions: Correct case for libX11 ( #2492 )
2021-12-23 18:50:15 +01:00
Adrian Bill
c86fe103f2
Add winget to install options for windows ( #2523 )
2021-12-23 18:49:32 +01:00
pan93412
186cc61f48
fix async exists call ( #2490 )
...
`The file already exists` always pop up even that file doesn't exist.
2021-12-23 18:10:44 +01:00
ekoster1
572ed9ee86
Open non-markdown files in default application #2396 ( #2563 )
2021-12-22 22:21:18 +01:00
m-mcneive
53c6a39faf
added automatic call to search for global search function ( #2572 )
2021-12-22 22:07:31 +01:00
Nikolai
1fd9574564
add link to FAC in Aidou preference ( #2692 )
2021-12-22 21:40:52 +01:00
Felix Häusler
bdaca98876
Update Electron to v15 ( #2772 )
...
* Prepare Electron >=14 upgrade
* Replace spectron with playwright
* Upgrade Electron to v15
* Fix unit test issue with @electron/remote
* Use per day cache directory for E2E tests
* Fix code style
2021-12-18 21:52:24 +08:00
Felix Häusler
0dd09cc684
fix XSS on language input and hyperlinks ( #2548 , #2601 ) ( #2765 )
2021-12-16 21:14:06 +01:00
Kiyoka Nishiyama
c631d00f6a
fix: issue 2652 Fixed a problem with image links being absolute paths. ( #2676 )
2021-12-11 12:36:57 +01:00