Skip to content

Releases: kayr/xform-markup-editor

oxdmarkup-0.24

12 Apr 09:56
Compare
Choose a tag to compare

Does not use consolas as the default font on Linux environment.. since it does not render correctly

Oxmarkup-0.21

09 Aug 13:22
Compare
Choose a tag to compare
  1. Added @odkmetadata annotation on forms which automatically adds the meta group which contains 3 time-stamp fields (start.today and end)+ the instanceID field
  2. Added @selectother which automatically generates a select other question e.g
@selectother
Foods
>Meat
>Fish

is converted to

Foods
 >Meat
 >Fish
 >Other

@showif $foods = 'other'
Foods (Other)
  1. Add @jrcount annotation on repeats which fixes #8

  2. Bug fixes

Oxdmarkup 0.20

30 Jun 12:14
Compare
Choose a tag to compare
  • Bug fixed: editor freeze issue after a while of editing.
  • Added auto-save feature after every 5 mins.
  • Autocomplete when you type @...
  • @jrcount now behaves like the one of xlsform.. i.e it creates virtual question to hold your expressions

oxdmarkup-0.15

27 Feb 15:51
Compare
Choose a tag to compare

You can now import basic or semi complex odk/Javarosa Xform into the editor..
Added @trigger support
Auto-complete is automatically triggered when you type $v....
Ability to increase font size

oxdmarkup-0.12

11 Jan 12:56
Compare
Choose a tag to compare
oxdmarkup-0.12 Pre-release
Pre-release

You can now import basic odk/Javarosa Xform xml into the editor..
Added @trigger support
Auto-complete is automatically triggered when you type $v....

oxdmarkup-0.9

25 Nov 14:47
Compare
Choose a tag to compare
  • Integrated ODK Validate. Added a new option to validate your xform with ODK Validate.
  • Ui improvements with odk validate... Text is now color coded and stacktrace is sanitized

oxdmarkup-0.8

25 Nov 10:37
Compare
Choose a tag to compare
oxdmarkup-0.8 Pre-release
Pre-release

Integrated ODK Validate. Added a new option to validate your xform with ODK Validate.

oxdmarkup-0.7

24 Nov 11:52
Compare
Choose a tag to compare
oxdmarkup-0.7 Pre-release
Pre-release

Integrated ODK Validate. Added a new option to validate your xform with ODK Validate.

oxdmarkup-0.5

24 Oct 12:13
Compare
Choose a tag to compare
  • Added functionality to save generated xml
  • Side tree now syncs with caret position to make form navigation easier

oxdmarkup-0.4

09 Aug 13:02
Compare
Choose a tag to compare
  • You do not have to start a form with a study name
  • Minor bug fixes in the editor