Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M README.md
66
Word processing with variables.
77
8
![Screenshot](images/screenshot.png)
8
Requirements
9
---
10
[Java 8u40 or greater](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
911
10
Features
12
Quick Start
1113
---
14
Complete the following steps to run the application:
1215
13
* User-defined variables
14
* Recursive variable definitions
15
* Real-time document preview with variable substitution
16
* Platform independent (Windows, Linux, MacOS)
17
* Auto-complete variable names based on variable values
18
* Real-time XML document transformation using XSLT2
16
1. [Download](https://github.com/DaveJarvis/scrivenvar/releases) `scrivenvar.jar`.
17
1. Double-click `scrivenvar.jar` to start the application.
18
19
Features
20
---
1921
* R integration
22
* User-defined variables, interpolated
23
* Real-time preview with variable substitution
24
* Auto-complete variable names based on variable values
25
* XML document transformation using XSLT2
26
* Platform independent (Windows, Linux, MacOS)
2027
2128
Future Features
2229
---
2330
* Spell check
24
* Search and replace text with variables
31
* Search and replace using variables
2532
* Re-organize variable names
2633
27
Requirements
34
Screenshot
2835
---
29
30
Download and install [Java 8u40 or greater](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
3136
32
Usage
33
---
34
1. [Download](https://github.com/DaveJarvis/scrivenvar/releases) `scrivenvar.jar`.
35
1. Double-click `scrivenvar.jar` to start the application.
37
![Screenshot](images/screenshot.png)
3638
3739
License
3840
---
39
4041
This software is licensed under the [BSD 2-Clause License](LICENSE).
4142
M build.gradle
3333
}
3434
35
version = '1.2.3'
35
version = '1.2.5'
3636
applicationName = 'scrivenvar'
3737
mainClassName = 'com.scrivenvar.Main'
M images/screenshot.png
Binary file