Dave Jarvis' Repositories

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

Updated readme with new application screenshot.

Authordjarvis <email>
Date2017-01-23 23:16:06 GMT-0800
Commitc6daa64e77544947aee7bdda80c92e152e32aa5f
Parent7462b74
README.md
Word processing with variables.
-![Screenshot](images/screenshot.png)
+Requirements
+---
+[Java 8u40 or greater](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
-Features
+Quick Start
---
+Complete the following steps to run the application:
-* User-defined variables
-* Recursive variable definitions
-* Real-time document preview with variable substitution
-* Platform independent (Windows, Linux, MacOS)
-* Auto-complete variable names based on variable values
-* Real-time XML document transformation using XSLT2
+1. [Download](https://github.com/DaveJarvis/scrivenvar/releases) `scrivenvar.jar`.
+1. Double-click `scrivenvar.jar` to start the application.
+
+Features
+---
* R integration
+* User-defined variables, interpolated
+* Real-time preview with variable substitution
+* Auto-complete variable names based on variable values
+* XML document transformation using XSLT2
+* Platform independent (Windows, Linux, MacOS)
Future Features
---
* Spell check
-* Search and replace text with variables
+* Search and replace using variables
* Re-organize variable names
-Requirements
+Screenshot
---
-
-Download and install [Java 8u40 or greater](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
-Usage
----
-1. [Download](https://github.com/DaveJarvis/scrivenvar/releases) `scrivenvar.jar`.
-1. Double-click `scrivenvar.jar` to start the application.
+![Screenshot](images/screenshot.png)
License
---
-
This software is licensed under the [BSD 2-Clause License](LICENSE).
build.gradle
}
-version = '1.2.3'
+version = '1.2.4'
applicationName = 'scrivenvar'
mainClassName = 'com.scrivenvar.Main'
images/screenshot.png
Binary files differ
Delta19 lines added, 18 lines removed, 1-line increase