2016-09-05 23:23:49 +00:00
|
|
|
extends ../layout.pug
|
2016-08-30 02:19:47 +00:00
|
|
|
|
|
|
|
block rootNavCenter
|
|
|
|
h2.nav-item Create New Document
|
|
|
|
|
|
|
|
block rootNavRight
|
|
|
|
i.nav-item#notifload
|
|
|
|
span.nav-item
|
|
|
|
a.button.is-warning.btn-create-discard
|
|
|
|
span.icon
|
|
|
|
i.fa.fa-times
|
|
|
|
span Discard
|
|
|
|
a.button.is-success.btn-create-save
|
|
|
|
span.icon
|
|
|
|
i.fa.fa-check
|
|
|
|
span Save Document
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
|
|
|
#page-type-create(data-entrypath=pageData.meta.path)
|
2016-09-11 06:08:22 +00:00
|
|
|
.editor-area
|
|
|
|
textarea#mk-editor= pageData.markdown
|
2016-08-30 02:19:47 +00:00
|
|
|
|
2016-09-25 04:08:49 +00:00
|
|
|
include ../modals/create-discard.pug
|
|
|
|
include ../modals/editor-link.pug
|
|
|
|
include ../modals/editor-image.pug
|
|
|
|
include ../modals/editor-codeblock.pug
|