From 1e8fa944a15c7194286b13d1fae3c7115b923d89 Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 13 Feb 2018 23:04:54 +0000 Subject: [PATCH] New import menu with HTML to Markdown conversion --- README.md | 4 +- src/components/SideBar.vue | 4 ++ src/components/menus/ImportMenu.vue | 83 +++++++++++++++++++++++++++++ src/components/menus/MainMenu.vue | 33 ++---------- 4 files changed, 93 insertions(+), 31 deletions(-) create mode 100644 src/components/menus/ImportMenu.vue diff --git a/README.md b/README.md index 318ed5af..a6559735 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://img.shields.io/travis/benweet/stackedit.svg?style=flat)](https://travis-ci.org/benweet/stackedit) [![NPM version](https://img.shields.io/npm/v/stackedit.svg?style=flat)](https://www.npmjs.org/package/stackedit) -StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites. +> Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites. https://stackedit.io/. @@ -14,7 +14,7 @@ https://stackedit.io/. - Edit existing Markdown files from Google Drive, Dropbox and your local hard drive - Post your Markdown file on Blogger/Blogspot, WordPress, Zendesk - Publish your Markdown file on GitHub, Gist, Google Drive, Dropbox - - Share a workspace over Google Drive + - Share a workspace over Google Drive, CouchDB ### Features: diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue index ec46a8e2..1495cb3d 100644 --- a/src/components/SideBar.vue +++ b/src/components/SideBar.vue @@ -18,6 +18,7 @@ +