Skip to content

fa7ad/ghst-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghst-edit: Ghost's Markdown Editor (resurrected?)

Background

This is my attempt at resurrecting Ghost's old markdown editor as a standalone editor.

This is largely based on the works of @ig3, @durgesh-priyaranjan, and @timsayshey.

Goals / Roadmap

  • Dockerize and simplify the development process

  • Create a desktop app (electron)

  • Add support for saving/opening markdown files

    ...

  • (maybe) Try to update the codebase to not rely on jQuery?

Run

  • Generate an API Key on ImgBB from here
  • Create a .env file on the root directory
  • Add your API key to the .env file like the following example:
    IMGBB_APIKEY=PASTE_YOUR_API_KEY_HERE
  • Start the application using docker compose
    yarn start