sublime-jekyll icon indicating copy to clipboard operation
sublime-jekyll copied to clipboard

A Sublime Text package for Jekyll static sites.

Results 11 sublime-jekyll issues
Sort by recently updated
recently updated
newest added

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.`

bug
in progress

### 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...

question

### 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...

bug
question

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement