You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Therefore Katvan is a new editor application, with a very specific focus on this
21
21
- Mostly thanks to Qt's excellent Rich Text Framework
22
22
- But also specific additional functionality, for example:
23
23
- Syntax-aware line directionality heuristc
24
+
- Automatic directionality isolation of inline math and code
24
25
- Toggling between logical and visual cursor movement
25
26
- Manually flipping paragraph direction (using both Windows style `Ctrl+RShift`/`LShift`, or Firefox style `Ctrl+Shift+X`)
26
27
- Handy commands to insert BiDi control marks and isolates for when the algorithm doesn't quite lead to the right result (e.g. for inline math)
@@ -46,9 +47,9 @@ There is also an [AUR package](https://aur.archlinux.org/packages/katvan) for Ar
46
47
47
48
### Windows
48
49
49
-
Builds for 64-bit Windows 10/11 are available from the project releases page. There is a traditional installer, as well as a portable build. The portable build will store settings, the personal dictionary file and the cache for downloaded Universe packages in the same directory as the main executable, so make sure to extract the archive in a writable location. To write settings to the registry instead, run the `katvan.exe` binary with the `--no-portable` flag.
50
+
Builds for 64-bit Windows 10/11 are available from the project releases page. There is a traditional installer, as well as a portable build. The portable build will store settings and the cache for downloaded Universe packages in the same directory as the main executable, so make sure to extract the archive in a writable location. To write settings to the registry instead, run the `katvan.exe` binary with the `--no-portable` flag.
50
51
51
-
Neither build includes spell checking dictionaries. You'll need to download hunsepll dictionaries for any desired languages (as a pair of `.dic` and `.aff` files), and save them to the `hunspell` sub-directory next to the main executable file. See the hunspell [README](https://github.com/hunspell/hunspell?tab=readme-ov-file#dictionaries) page for locations to get dictionaries from.
52
+
Both builds use the built-in Windows spell checker, and will therefore make use of the language packs available on the host.
52
53
53
54
### macOS
54
55
@@ -63,7 +64,7 @@ To compile and install Katvan from source code, you'll need:
63
64
- CMake 3.19 or later
64
65
-[Corrosion](https://github.com/corrosion-rs/corrosion) (optional, will be automatically downloaded if missing)
65
66
- A working `pkg-config`
66
-
-[hunspell](http://hunspell.github.io/) (not required on macOS)
67
+
-[hunspell](http://hunspell.github.io/) (required only on Linux)
67
68
-[libarchive](https://libarchive.org/)
68
69
-[GoogleTest](https://google.github.io/googletest/) (optional, for running unit tests)
0 commit comments