Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcode name conflicts with rest_html5 plugin #147

Closed
andredias opened this issue May 22, 2016 · 4 comments
Closed

Shortcode name conflicts with rest_html5 plugin #147

andredias opened this issue May 22, 2016 · 4 comments
Assignees
Labels

Comments

@andredias
Copy link

I'm using rest_html5 plugin but I can't use the chart directive because there are some conflicts with Shortcode names.

Steps to reproduce:

  1. nikola init --demo demo
  2. cd demo
  3. nikola plugin -i rest_html5
  4. Include conf.py.sample contents in conf.py
  5. nikola build

Error messages:
[2016-05-22T21:01:30Z] WARNING: Nikola: Shortcode name conflict: media
[2016-05-22T21:01:30Z] WARNING: Nikola: Shortcode name conflict: post-list
[2016-05-22T21:01:30Z] WARNING: Nikola: Shortcode name conflict: chart

Is there a workaround?

@ralsina
Copy link
Member

ralsina commented Jun 3, 2016

This seems to be caused by a few plugins being loaded twice. It should be harmless, but I will try to find a workaround.

@ralsina ralsina added the bug label Jun 3, 2016
@ralsina ralsina self-assigned this Jun 3, 2016
@ralsina
Copy link
Member

ralsina commented Jun 3, 2016

So, the problem is that both rest and rest_html5 plugin try to enable all the RestExtension plugins.

There are a few workarounds, I'll get one in there.

@andredias
Copy link
Author

Hi, there.

When will this fix be released?

@Kwpolska
Copy link
Member

Done, updated the plugin site too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants