I am using Visual Studio Code as my editor which is on my path. My config looks like:
* editor = code
* pager = less
pages_directory = /Users/matthewpflueger/.um/pages
default_topic = shell
pages_ext = .md
When doing
just brings up a blank editor. HOWEVER, setting the editor to vi brings up what you'd expect (a the template file).