Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Updates download links

AuthorDaveJarvis <email>
Date2023-10-22 12:39:38 GMT-0700
Commit6c00d5227640ccd3d5eec724cc5af1aa927e4a16
Parent49bcfa3
README.md
## Download
-Download one of the following editions:
-
-* [Windows](https://github.com/DaveJarvis/keenwrite/releases/latest/download/keenwrite.exe)
-* [Linux](https://github.com/DaveJarvis/keenwrite/releases/latest/download/keenwrite.bin)
-* [Java Archive](https://github.com/DaveJarvis/keenwrite/releases/latest/download/keenwrite.jar)
+Visit [KeenWrite.com](https://keenwrite.com/) for downloads.
## Run
```
-### Other
+### Java
-On other platforms, such as MacOS, start the application as follows:
+Using Java, first follow these one-time setup steps:
1. Download the *Full version* of the Java Runtime Environment, [JRE 21](https://bell-sw.com/pages/downloads).
* JavaFX, which is bundled with BellSoft's *Full version*, is required.
1. Install the JRE (include JRE's `bin` directory in the `PATH` environment variable).
1. Open a new terminal.
1. Verify the installation: `java -version`
-1. Download [keenwrite.jar](https://github.com/DaveJarvis/keenwrite/releases/latest/download/keenwrite.jar).
-1. Download [keenwrite.sh](https://raw.githubusercontent.com/DaveJarvis/keenwrite/master/keenwrite.sh).
+1. Download [keenwrite.jar](https://keenwrite.com/downloads/keenwrite.jar).
+1. Download [keenwrite.sh](https://gitlab.com/DaveJarvis/KeenWrite/-/raw/main/keenwrite.sh?inline=false).
1. Place the `.jar` and `.sh` in the same directory.
1. Make `keenwrite.sh` executable: `chmod +x keenwrite.sh`
+
+Start the application as follows:
+
+1. Open a new terminal.
+1. Change to the `.jar` and `.sh` directory.
1. Run: `./keenwrite.sh`
* Integrated file manager
* Interactive document outline
-* Internationalized font support (e.g., Chinese, Japanese, Korean, etc.)
+* Internationalized font support (e.g., Chinese, Japanese, Korean)
* Support for Pandoc's fenced div extended attribute syntax
* R integration
Delta11 lines added, 10 lines removed, 1-line increase