diff --git a/server.js b/server.js index dfb654d..3fb390d 100644 --- a/server.js +++ b/server.js @@ -220,6 +220,11 @@ app.ws('/ws/push-ghost', (ws, req) => { seance.pushToGhost(postSlug) .then(() => { console.info(`"${postSlug}" pushed successfully.`) + + // warn about fixing byline and description + ws.send('notification: The "make the title proper" bug is yet to be fixed! Please make sure to adjust the title and subtitle, as well as the excerpt in the sidebar.') + + // send 'done' message ws.send(`done: ${postSlug}`) }) } else { diff --git a/static/app.js b/static/app.js index 26ecfa7..3eb40e9 100644 --- a/static/app.js +++ b/static/app.js @@ -147,7 +147,7 @@ function ghostPush(e) { addNotification(commandData, className='is-danger') } else { // show alert - addNotification(`${postSlug} has been pushed to Ghost`, 'is-success') + addNotification(`${postSlug} has been pushed to Ghost. Buffer share link: https://www.snipettemag.com/${postSlug}`, 'is-success') } // since it's done, clean up