2

I want to use a custom markup to generate a GUI in enaml. Is it possible to bind variables from the input form to a text file?

Sample Input:
template.ml

!MENUBAR
 !ITEM TEXT="NEW FILE"  ACTION="emacs -nw {{textinput}}" FORM=(@textinput@|"new document.txt")!END
!END

new document.txt is supposed to be a default value.

Is it possible to use enaml like this?

wellwhynot
  • 97
  • 6
Debanjan Basu
  • 834
  • 1
  • 8
  • 29

0 Answers0