Releases: kayr/xform-markup-editor
Releases · kayr/xform-markup-editor
oxdmarkup-0.24
Does not use consolas as the default font on Linux environment.. since it does not render correctly
Oxmarkup-0.21
- Added
@odkmetadata
annotation on forms which automatically adds the meta group which contains 3 time-stamp fields (start.today and end)+ the instanceID field - 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)
-
Add
@jrcount
annotation on repeats which fixes #8 -
Bug fixes
Oxdmarkup 0.20
- 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
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
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
- 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
Integrated ODK Validate. Added a new option to validate your xform with ODK Validate.
oxdmarkup-0.7
Integrated ODK Validate. Added a new option to validate your xform with ODK Validate.
oxdmarkup-0.5
- Added functionality to save generated xml
- Side tree now syncs with caret position to make form navigation easier
oxdmarkup-0.4
- You do not have to start a form with a study name
- Minor bug fixes in the editor