Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M build.gradle
3333
}
3434
35
version = '1.2.1'
35
version = '1.2.2'
3636
applicationName = 'scrivenvar'
3737
mainClassName = 'com.scrivenvar.Main'
M src/main/r/README.md
2424
1. Paste the following definitions:
2525
26
       date:
27
         anchor: 2017-01-01
28
       editor:
29
         examples:
30
           season: 2017-09-02
31
           math:
32
             x: 1
33
             y: $editor.examples.math.x$ + 1
34
             z: $editor.examples.math.y$ + 1
35
           name:
36
             given: Josephene
26
        date:
27
          anchor: 2017-01-01
28
        editor:
29
          examples:
30
            season: 2017-09-02
31
            math:
32
              x: 1
33
              y: $editor.examples.math.x$ + 1
34
              z: $editor.examples.math.y$ + 1
35
            name:
36
              given: Josephene
3737
3838
1. Save and close the file.