Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planetjekyll/awesome-jekyll-editors
A collection of awesome Jekyll editors
https://github.com/planetjekyll/awesome-jekyll-editors
List: awesome-jekyll-editors
Last synced: 3 months ago
JSON representation
A collection of awesome Jekyll editors
- Host: GitHub
- URL: https://github.com/planetjekyll/awesome-jekyll-editors
- Owner: planetjekyll
- Created: 2016-04-21T16:57:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T09:38:32.000Z (about 1 year ago)
- Last Synced: 2024-08-02T22:13:56.843Z (3 months ago)
- Size: 24.4 KB
- Stars: 391
- Watchers: 15
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Awesome Series @ Planet Jekyll
[Jekyll](https://github.com/planetjekyll/awesome-jekyll) •
[Jekyll Themes](https://github.com/planetjekyll/awesome-jekyll-themes) •
[Jekyll Plugins](https://github.com/planetjekyll/awesome-jekyll-plugins) •
[Jekyll Editors](https://github.com/planetjekyll/awesome-jekyll-editors)# Awesome Jekyll Editors
A collection of awesome Jekyll editors
#### _Contributions welcome. Anything missing? Send in a pull request. Thanks._
## "Visual" Editors n Tools
### Open Source
- **Netlify CMS** ★9,246 (github: [netlify/netlify-cms](https://github.com/netlify/netlify-cms)) -- a content management system (CMS) for static site generators
- **Prose** ★4,225 (web: [prose.io](http://prose.io), github: [prose/prose](https://github.com/prose/prose)) -- a content editor for GitHub designed for managing (web)sites
- **Jekyll Admin** ★2,058 (github: [jekyll/jekyll-admin](https://github.com/jekyll/jekyll-admin)) by Ben Balter, Mert Kahyaoğlu et al -- a jekyll plugin offering a classic CMS-style "visual" editor in your browser to write posts and manage jekyll sites
- **Federalist** ★210 (web: [federalist.18f.gov](https://federalist.18f.gov), github: [18F/federalist](https://github.com/18F/federalist)) by 18F (a US government agency) -- a content management system (CMS) for publishing static government websites; automates common tasks for integrating GitHub, Prose, and Amazon Web Services offering a simple way for developers to launch new websites or more easily manage existing ones
- **MrHyde** ★75 (play store: [org.faudroids.mrhyde](https://play.google.com/store/apps/details?id=org.faudroids.mrhyde), github: [FauDroids/MrHyde](https://github.com/FauDroids/MrHyde)) -- an Android app that can add and edit posts, drafts and files that can be previewed
- **Little Jekyll** ★40 (github: [L-A/Little-Jekyll](https://github.com/L-A/Little-Jekyll)) by Louis-André Labadie -- a desktop app to manage Jekyll websites, overview and control your Jekyll processes
- **Content Editor** ★39 (github: [mushishi78/content-editor](https://github.com/mushishi78/content-editor)) by Max White -- a web interface for editing documents on GitHub
### Commerical / For Pay
- **JekyllPad** (web: [jekyllpad.com](https://www.jekyllpad.com)) - Seamless online content editor for Jekyll and GitHub Pages; Integrates with github and helps you crafting Markdown blog posts, managing tags, and categorizing content; start for free
- **CloudCannon** (web: [cloudcannon.com](http://cloudcannon.com)) by Mike Neumegen et al - a static site content management system (CMS); pricing plans per user/month (basic $25/agency $75/enterprise $125)
- **Siteleaf** (web: [siteleaf.com](http://www.siteleaf.com)) - a visual CMS with markdown and advanced metadata editor, suitable for use with clients and non-technical users; includes full content API (JSON) to access Jekyll data in mobile apps and elsewhere (free for developers, paid plans start at $7/month with unlimited users)
- **Forestry.io** (web: [forestry.io](https://forestry.io)) - a content management system (CMS) for Jekyll; pricing plans (11+ users $99/month; enterprise ask for quote)
- **Stastic** (web: [stastic.net](https://stastic.net) - a content management system (CMS) for Jekyll, currently in beta; pricing is free for early adopters
## "Classic" Editors Addons
### Atom
- [**markdown-writer**](https://atom.io/packages/markdown-writer) -- an Atom package for Jekyll. It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings.
- [**jekyll-atom**](https://atom.io/packages/jekyll) -- an Atom package for Jekyll. It can create neww/posts/drafts in any folder. Publish Drafts. Run a test server with on save rebuilding for working localy. Commands to open the current files layout, current tags data file and current tags include.### Sublime
- [**sublime-jekyll**](https://github.com/23maverick23/sublime-jekyll) -- a Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://packagecontrol.io/packages/Jekyll).
### Vim
- [**vim-jekyll**](https://github.com/parkr/vim-jekyll) -- a vim plugin to generate new posts and run `jekyll build` all without leaving vim.
### Visual Studio Code
- [**jekyll-snippets**](https://marketplace.visualstudio.com/items?itemName=ginfuru.vscode-jekyll-snippets) -- Jekyll snippets for Visual Studio Code.
- [**jekyll-syntax-support**](https://marketplace.visualstudio.com/items?itemName=ginfuru.ginfuru-vscode-jekyll-syntax) -- Adds Jekyll _(better liquid + front-matter)_ syntax support for Visual Studio Code.## Markdown Editors
See [**Awesome Markdown Editors**](https://github.com/mundimark/awesome-markdown-editors) -- a collection of awesome markdown editors and (pre)viewers for Linux, Apple OS X, Microsoft Windows, the World Wide Web and more.
## Meta
**License**
The awesome list is dedicated to the public domain. Use it as you please with no restrictions whatsoever.
**Questions? Comments?**
Post them to the [jekyll talk forum](http://talk.jekyllrb.com). Thanks!