Stand-alone application for creating and compiling documents with Documark.
A quick mockup of the idea:
As shown above the basic stuff of creating, compiling, and watching a project/document. Additionally:
- When creating a document a picker can be shown with all available themes (
dmp-theme-
) and styles (dmp-style-
). - Plugins should be automatically installed (write a plugin for this and always that one?).
- The generated
document.jade
will contain a basic document layout (cover, header, footer, page numbering, toc, etc.), although this varies depending on the chosen theme or style. - The
Open
button will open the generated document in the default PDF viewer. This could also be a built in previewer (PDF.js?). - There should be some way of opening the document's directory to add assets, do version control, etc.