Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahlil/grit-preact
A Markdown editor for statically generated blogs.
https://github.com/kahlil/grit-preact
Last synced: 7 days ago
JSON representation
A Markdown editor for statically generated blogs.
- Host: GitHub
- URL: https://github.com/kahlil/grit-preact
- Owner: kahlil
- License: mit
- Created: 2019-03-27T08:51:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T12:02:35.000Z (over 5 years ago)
- Last Synced: 2024-08-05T09:15:28.808Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.6 MB
- Stars: 43
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Grit
> A Markdown editor for statically generated blogs.
This app alows you to manage a directory full of Markdown blog posts more easily.
You can edit, create and delete Markdown files as well as trigger a deployment via Git.Read about why I built it [here](https://www.kahlillechelt.com/2019/05/07/announcing-grit-a-markdown-editor-for-blogging-with-a-static-site-generator/).
## Get Grit
⚠️ Use it at your own peril, this is an **alpha version**. There be 🐉s.
[Download the latest release](https://github.com/kahlil/grit/releases/download/v1.0.0-alpha.2/Grit-darwin-x64-1.0.0-alpha.2.zip) (macOS only).
## Features
⬇️ **Store** the path to your folder containing your Markdown files & 👓 **Filter** through your Markdown files.
![](docs/01-store-path.gif)
✏️ **Edit** any file in that folder
![](docs/02-file-editing.gif)
✨ **Create** a new Markdown file for a new post
![](docs/03-new-file.gif)
🚢 **Deploy** your new post via Git with `cmd+u`
![](docs/04-publish.gif)
# License
MIT