From 5f82df7eb2f37b06684e380fd261b8eb9ea2d50b Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Fri, 25 Sep 2015 19:09:43 +0800 Subject: Added support of export to HTML, and changed the navbar menu for consistency --- public/views/header.ejs | 22 ++++--- public/views/html.hbs | 166 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 public/views/html.hbs (limited to 'public/views') diff --git a/public/views/header.ejs b/public/views/header.ejs index 88e63374..3e33e1e9 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -27,20 +27,22 @@
  • Publish
  • - +
  • Dropbox
  • - -
  • Markdown -
  • -
  • Dropbox
  • Clipboard
  • + +
  • Markdown +
  • +
  • HTML +
  • +
  • Feedback
  • @@ -94,17 +96,21 @@ Menu diff --git a/public/views/html.hbs b/public/views/html.hbs new file mode 100644 index 00000000..5ae63253 --- /dev/null +++ b/public/views/html.hbs @@ -0,0 +1,166 @@ + + + + + + + + + + + + + {{title}} + + + + + + + + + + + + {{{html}}} + + + + + + + + + \ No newline at end of file -- cgit v1.2.3