Description from extension meta
To support writing, editing and managing the github.io based Jekyll Blog, with Markdown Previewer.
Image from store
Description from store
# Jekyller
## Intro
Jekyl Tool supported in Chromium Based Browser . Hope to :
1. Support Markdown Editor focusing on Jekyl (hosted in Github.io);
2. Support list recent posts, edit recent post, publish post, delete post, etc.;
3. Support 'cloud' feature with sync API .
And, some key reuse inputs:
* Markdown Editor :
* fork from https://github.com/iphands/Meltdown, thanks,
* Github simple check/update/create/delete for recent posts:
* mainly got from https://github.com/GoogleChrome/chrome-app-samples for oauth2 part
Several highlight points:
- For security concern, removed the key.pem file from folder, so, if anyone fork and want to do own development for chrome app, you need to generate the pem file by yourself and use it for publishing (without it, you can't get fixed key for the Github API access);
- Some critical changed on Meltdown code to support cross domain picture display;
Source code: https://github.com/shinemoon/jekyller
## History
+ 1.03: Adjust the permission , remove unlimitedstorage, assuming we will not take >5MB content
+ 1.02: Optimize Some Style
+ 1.01: To support automatic judge for Edge/Chrome/Firefox, and light/dark theme switch
+ 1.0: Baseline for Edge Support
Latest issues
- (2016-04-18, v:0.61) Xuesong Shi: Cannot sync with GitHub
Hi shinemoon, is this tool supposed to be good for now? It does not work on my Windows 7. I've signed in with my github account, and it showed "Blog of:xxx" on the top bar of Jekyller, but I cannot sync down my recent posts or publish new posts to github. Are there any known issues like that? Thanks a lot! - (2015-07-08, v:0.5.7) Bryce Stradling: Posting Issues for jekyll 2.4.0
I've posted with this twice, and I have to adjust the commit so it'll display properly on my blog. I'm sure this is an issue with my config file, but my blog won't accept an .md file only .markdown. I also have to add "layout: post" the front matter. It also seems to dislike having the date in quotes or tags separated by dashes. It's been pretty tricky. Pretty great otherwise! - (2015-03-18, v:0.5.7) Support Github Org
Hi, try give support for other github-pages in the brand gh-pages or for orgs. Thank you.