Commit Graph

1610 Commits

Author SHA1 Message Date
bn-l
7904f0477d Readme.md changes, intended for fork only 2022-11-29 04:44:33 +01:00
bn-l
72d5560030 further changed logo files, clean up 2022-11-29 02:43:40 +01:00
bn-l
8cbbb4adca further replacing logo files with new one 2022-11-29 01:41:03 +01:00
bn-l
4e963b977d Added an command to command pallette to toggle spelling underlining. Fixed autosave toggle command. 2022-11-29 01:37:36 +01:00
bn-l
b69dae5423 Modified front matter (only) to wrap words. And cleanup from prev commit. 2022-11-28 23:01:53 +01:00
bn-l
f596b150a6 Add option to hide format picker popup on selected text in editor (requires restart) 2022-11-28 22:32:32 +01:00
bn-l
fbf52c54d8 minor change to 'custom titlebar'. Made menu button more visible and easier to click 2022-11-28 21:21:02 +01:00
bn-l
044a8deac3 added option to hide the 'front icon' i.e. the icon to the left of a focussed block 2022-11-28 19:43:44 +01:00
bn-l
36030d7001 Add 'hide word count' option to user preferences 2022-11-27 22:09:41 +01:00
bn-l
28ff1b8895 Very minor typo fixing / reword in docs 2022-11-27 20:01:41 +01:00
bn-l
75e12db65e Modernised logo in the style of minimalism
Explanation: 'M+', or M and T, MarkText. Also M+: Markdown, plus.
2022-11-27 05:43:22 +01:00
CouldBeThis
aed36dbf32
Remove expired "marktext.app" domain (#3350) 2022-07-16 15:45:58 +02:00
Felix Häusler
2bb405a03e
Replace node-spellchecker with Electron builtin spell checker (#2895)
* Replace node-spellchecker with Electron builtin spellchecker

* Fix word match unit tests

* Fix issue to enable spell checker if it was disabled at startup

* Fix spell checker was always disabled on macOS

* Code cleanup

* Fix circular dependency in Muya

Fix circular dependency between config/index.js and utils/index.js in Muya.
2022-03-27 11:27:39 +08:00
Felix Häusler
cb57af4b2a
Refactor menu actions and shortcut handling (#3032)
* Refactor menu actions and shortcut handling

* Remove duplicated command id

* Update docs
2022-03-27 10:54:02 +08:00
Felix Häusler
f01e30c59a
Remove Wayland workaround (#3147) 2022-03-21 21:52:37 +08:00
Felix Häusler
51f5f4c70c
Upgrade Electron to v17 (#3138) 2022-03-20 19:43:43 +08:00
Mitch Capper (they, them)
c841facdfa
Don't copy (or on cut) empty data to the clipboard, matches native behavior (#3130) 2022-03-19 20:01:44 +01:00
or1ko
5cf4c73383
Fixed multi line highlight. (#3115) 2022-03-15 11:02:29 +08:00
Felix Häusler
03afc1ec29
0.17.1 (#3105) 2022-03-07 19:09:38 +01:00
vdeschuy
d282fd7612
Fix typo in the DataCenter class init method (#3104) 2022-03-07 23:16:05 +08:00
Chayoung You
68a180394d
Fix links to macOS release (#3099) 2022-03-06 22:32:20 +01:00
Kiyoka Nishiyama
ed1b3354e9
fix: #2816 "delete" shortcut on a selected image deletes the text after it (#3088)
fix behavior of "delete" key.
fix behavior of "Ctrl+X" (cut) key behavior.
2022-03-06 16:10:55 +08:00
Felix Häusler
ca1d084f5d
Update dependencies (#3096) 2022-03-06 12:16:50 +08:00
Felix Häusler
225022b8c4
Add native support for Apple M1 (#3089) 2022-03-06 12:15:24 +08:00
Felix Häusler
485fcfe0e0
Fix image paste handler is not executed (#3076) 2022-03-06 12:12:34 +08:00
Lori
358fa83d6d
Update auto pair quote logic (#2960)
* Update autoPairQuote logic

* Fix spelling

* Update Regex thing

I thought matching anything except for space might be a better choice than selectively match some characters
2022-02-27 22:15:42 +08:00
Felix Häusler
220c6b9969
Ignore empty key bindings (#3077) 2022-02-27 22:06:50 +08:00
Felix Häusler
637395a1f7
0.17.0 (#3059) 2022-02-23 20:40:20 +01:00
Felix Häusler
d95506751b
Ignore watcher event if mtime doesn't changed (#3057) 2022-02-22 21:44:56 +01:00
SamuelBorn
6b394b4a9b
Added the AUR to LINUX.md installation guide (#3043) 2022-02-21 17:16:41 +01:00
Felix Häusler
2838dafcd7
fix-#3019: Workaround for post window shutdown exception (#3031) 2022-02-21 17:15:33 +01:00
Felix Häusler
744d927da0
Remove accelerator for heading size on Windows (#3050) 2022-02-21 00:22:09 +08:00
Felix Häusler
20b7a9dab6
Remove macos arm64 package (#3052)
* Remove arm64 macOS package from releases

* Remove macOS arm64 instructions from pipeline
2022-02-21 00:11:18 +08:00
Felix Häusler
3a70b848b6
Update dependencies (#3053) 2022-02-21 00:11:05 +08:00
Felix Häusler
dd14385cb4
fix clickable HTML links on Windows (#3015) (#3033) 2022-02-20 13:52:37 +01:00
Felix Häusler
34e4a22857
Check for same file before pasting (#3034) 2022-02-18 18:09:11 +08:00
Felix Häusler
fed1dac48f
Fix XSS in HTML table paste content (#3002) 2022-02-18 18:01:25 +08:00
Felix Häusler
ba8d89149f
Fix code intellisense and Vetur (#2988) 2022-02-07 18:55:54 +08:00
Felix Häusler
247a9e38e2
fix: prevent HTML rendering in preview mode (#2986)
Prevent HTML rendering in preview mode if HTML rendering is disabled in
settings. We allow the img tag to support our image resizer.
2022-02-07 18:55:45 +08:00
Felix Häusler
1d4cd88b3e
Fix non-character key unit tests (#2987) 2022-02-07 10:30:41 +08:00
Jia Hao xiang
1433dc0eac
fix new tab file extension (#2755) 2022-02-04 20:38:33 +01:00
Felix Häusler
08c2290a04
Fix non-character key bindings and Alt+F4 on Windows (#2974) 2022-02-04 20:37:07 +01:00
Felix Häusler
abca7b3255
Bump version to v0.17.0-rc.2 (#2973) 2022-02-04 20:36:51 +01:00
Ran Luo
dc54c7b629
fix: escape html in code block (#2967) 2022-01-31 10:58:07 +08:00
Felix Häusler
0e13ab37c9
Fix prebuilt architecture on macOS (#2965) 2022-01-30 18:38:10 +01:00
Felix Häusler
f6a1fcd88b
Bump version to v0.17.0-rc1 (#2952)
Add workaround to remove debug information from Electron production binaries on Linux.
2022-01-30 12:35:37 +01:00
Felix Häusler
10a94ebf1d
Update changelog (#2887) 2022-01-29 16:25:35 +01:00
Felix Häusler
6b3ead958e
Fix issues with non-US keyboards and add key binding settings page (#2930)
Replaced the key manager by atom-keymap to support non-US keyboards and
dead key translation on macOS and Windows. In addition, a GUI for key
bindings was added.
2022-01-29 15:14:19 +01:00
Felix Häusler
c959d185b2
Fix mermaid.js XSS (#2947)
* Fix mermaid.js XSS

* Update vega packages
2022-01-29 16:01:39 +08:00
Felix Häusler
ecc23a9cb0
Add architecture to artifact name on macOS (#2945) 2022-01-28 17:42:12 +01:00