sublime-jekyll
sublime-jekyll copied to clipboard
A Sublime Text package for Jekyll static sites.
When trying to create a draft I am getting the error "Path is null for "_drafts" directory." I see that I must either enable the `jekyll_auto_find_paths` setting for the plugin...
As the title says, this program gives a warning / error pop up when I open the palette (Ctrl + Shift + P) or when I right click within Sublime...
### Summary of issue Typo in log message for path detection at [line 325](https://github.com/23maverick23/sublime-jekyll/blob/master/jekyll.py#L325). `for` should be `the`. ### Sublime console output `Unable to find for "uploads" directory.`
### Summary of issue Sublime Text becomes extremely slow after activating the option `jekyll_auto_find_paths`. For example, it takes **several seconds** to open the command palette and the context menu. I...
### Summary of issue The "jekyll_markdown_extension" setting works when I set it within the project settings file but not when I set it in the User settings file. If I...
I am a veteran of bash, and a newbie to Jekyll. I love sublime, the Jekyll plugin, but I miss autocompletion of files Clearly, not all tags/context would need to...
Today, the package requires absolute paths to ensure directory and file lookups are correct. The ST3 API allows for variables to now be extracted that could aid in finding relative...
Add an option for searching the Jekyll config for available collections, and allow new entries to be added, including the use of templates. May require adding pyyaml to make searching...
Currently, the "Promote draft to post" command uses the current datetime to set the date of the post - [source](https://github.com/23maverick23/sublime-jekyll/blob/master/jekyll.py#L859-L865). It would be preferable if this command looked for a...
Interested in figuring out a way to support auto-completion of tags on posts using the Completion API and past posts. May try and release this as a beta feature first...