Closed michael closed 5 years ago
@Integral you can move on:
Tasks:
template name -> template path
to app/main.js
openNew()
in app/main.js
to accept a parameter template
and use the mapping to get the template pathNew
in createMenu() in app/main.js
to be nested with two items Article
and Figure Package
, which should call ‘openNew(‘article’) and ‘openNew(‘figure-package’), respectively this is covered in #1130
Since we now have two different document types, we need to specify templates and allow to create new documents based on them.
File > New > Article File > New > Figure Package