https://github.com/fa7ad/ghst-edit
Ghost's markdown editor (resurrected)
https://github.com/fa7ad/ghst-edit
ghost markdown markdown-editor
Last synced: 29 days ago
JSON representation
Ghost's markdown editor (resurrected)
- Host: GitHub
- URL: https://github.com/fa7ad/ghst-edit
- Owner: fa7ad
- License: isc
- Created: 2022-01-08T21:43:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T20:36:25.000Z (over 2 years ago)
- Last Synced: 2025-02-05T19:13:24.791Z (over 1 year ago)
- Topics: ghost, markdown, markdown-editor
- Language: JavaScript
- Homepage:
- Size: 4.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [ghst-edit](https://github.com/fa7ad/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](https://github.com/ig3/ghosditor), [@durgesh-priyaranjan](https://github.com/durgesh-priyaranjan/ghosditor), and [@timsayshey](https://github.com/timsayshey/Ghost-Markdown-Editor).
## Goals / Roadmap
- [x] ~~Dockerize and simplify the development process~~
- [x] 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](https://api.imgbb.com/)
- Create a `.env` file on the root directory
- Add your API key to the `.env` file like the following example:
```bash
IMGBB_APIKEY=PASTE_YOUR_API_KEY_HERE
```
- Start the application using docker compose
```bash
yarn start
```