You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If users set [**SLUGIFY_SOURCE = 'basename'**](http://docs.getpelican.com/en/stable/settings.html?highlight=slugify_source#basic-settings) in pelicanconf.py, Slug is not mandatory parameter.
2. Expected behavior
Not stack trace in console.
3. Actual behavior
command: pelican_insert_metadataTraceback (mostrecentcalllast):
File"D:\Sublime Text 3 x64\sublime_plugin.py", line818, inrun_returnself.run(edit)
File"Pelican in D:\Sublime Text 3 x64\Data\Installed Packages\Pelican.sublime-package", line187, inrunKeyError: 'Slug'
4. Settings
Example of User/Pelican.sublime-settings file, I remove Slug parameter:
1. Summary
If users set
[**SLUGIFY_SOURCE = 'basename'**](http://docs.getpelican.com/en/stable/settings.html?highlight=slugify_source#basic-settings)
inpelicanconf.py
,Slug
is not mandatory parameter.2. Expected behavior
Not stack trace in console.
3. Actual behavior
4. Settings
Example of
User/Pelican.sublime-settings
file, I removeSlug
parameter:5. Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
I open any
md
file → Ctrl+Shift+P →Pelican: Insert Metadata
→ I get actual behavior.6. Environment
Operating system and version:
Windows 10 Enterprise LTSB 64-bit EN
Sublime Text:
Build 3126
Thanks.
The text was updated successfully, but these errors were encountered: