You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
587 B

  1. extends ../layout.pug
  2. block rootNavCenter
  3. h2.nav-item Create New Document
  4. block rootNavRight
  5. i.nav-item#notifload
  6. span.nav-item
  7. a.button.is-warning.btn-create-discard
  8. span.icon
  9. i.fa.fa-times
  10. span Discard
  11. a.button.is-success.btn-create-save
  12. span.icon
  13. i.fa.fa-check
  14. span Save Document
  15. block content
  16. #page-type-create(data-entrypath=pageData.meta.path)
  17. .editor-area
  18. textarea#mk-editor= pageData.markdown
  19. include ../modals/create-discard.pug
  20. include ../modals/editor-link.pug
  21. include ../modals/editor-image.pug
  22. include ../modals/editor-codeblock.pug