diff --git a/README.md b/README.md index 20147b69..b8446267 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ https://stackedit.io/ -### NEW!!! Embed StackEdit in any website! +### Ecosystem -See https://github.com/benweet/stackedit.js - -Chrome extension: https://chrome.google.com/webstore/detail/ajehldoplanpchfokmeempkekhnhmoha +- [Chrome app](https://chrome.google.com/webstore/detail/iiooodelglhkcpgbajoejffhijaclcdg) +- NEW! Embed StackEdit in any website with [stackedit.js](https://github.com/benweet/stackedit.js) +- NEW! [Chrome extension](https://chrome.google.com/webstore/detail/ajehldoplanpchfokmeempkekhnhmoha) that uses stackedit.js +- [Community](https://community.stackedit.io/) ### Build Setup diff --git a/src/components/Modal.vue b/src/components/Modal.vue index f26b9277..dac6a7be 100644 --- a/src/components/Modal.vue +++ b/src/components/Modal.vue @@ -41,6 +41,7 @@ import DropboxPublishModal from './modals/providers/DropboxPublishModal'; import GithubAccountModal from './modals/providers/GithubAccountModal'; import GithubOpenModal from './modals/providers/GithubOpenModal'; import GithubSaveModal from './modals/providers/GithubSaveModal'; +import GithubWorkspaceModal from './modals/providers/GithubWorkspaceModal'; import GithubPublishModal from './modals/providers/GithubPublishModal'; import GistSyncModal from './modals/providers/GistSyncModal'; import GistPublishModal from './modals/providers/GistPublishModal'; @@ -84,6 +85,7 @@ export default { GithubAccountModal, GithubOpenModal, GithubSaveModal, + GithubWorkspaceModal, GithubPublishModal, GistSyncModal, GistPublishModal, @@ -176,6 +178,10 @@ export default { hr { margin: 0.5em 0; } + + p { + line-height: 1.5; + } } .modal__inner-1 { @@ -221,9 +227,9 @@ export default { .modal__image { float: left; - width: 64px; - height: 64px; - margin: 1.5em 1.5em 0.5em 0; + width: 60px; + height: 60px; + margin: 1.5em 1.2em 0.5em 0; & + *::after { content: ''; @@ -262,6 +268,11 @@ export default { } } +.modal__info--multiline { + padding-top: 0.1em; + padding-bottom: 0.1em; +} + .modal__button-bar { margin-top: 1.75rem; text-align: right; diff --git a/src/components/menus/HistoryMenu.vue b/src/components/menus/HistoryMenu.vue index 94508a91..2481be94 100644 --- a/src/components/menus/HistoryMenu.vue +++ b/src/components/menus/HistoryMenu.vue @@ -31,7 +31,7 @@ diff --git a/src/components/modals/providers/GoogleDriveAccountModal.vue b/src/components/modals/providers/GoogleDriveAccountModal.vue index ec948fdb..7d695540 100644 --- a/src/components/modals/providers/GoogleDriveAccountModal.vue +++ b/src/components/modals/providers/GoogleDriveAccountModal.vue @@ -4,7 +4,7 @@ -

This will link your Google Drive account to StackEdit.

+

Link your Google Drive account to StackEdit.