plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Extra plugins for Nikola

Results 68 plugins issues
Sort by recently updated
recently updated
newest added

I get this error when I type `nikola markdown` raise MediumError("API request failed", json) medium.MediumError: Application not found I am not sure what is the problem. I have created a...

Even though I have install htmlize from source does not generate any output for the new post ``` Loading /etc/emacs/site-start.d/00debian.el (source)... Loading /etc/emacs/site-start.d/50autoconf.el (source)... Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... Loading debian-ispell... Loading...

I would like the plugin to also parse the caption of an image, like when using `org-html-export-as-html`, so that the relative path for the image folder is `../images` for the...

The plugin seems to otherwise be working great for me, including links to external websites, but I can't seem to get [path handlers](https://getnikola.com/path-handlers.html) working. Any time I drop in an...

Hello, very nice plugin! What do you think about adding support to display only events from within certain date range?

In the example given for this extension, change the extensions of the files for the `/about/team/` page to `html`: ``` about/team.html about/team.de.html ``` Now when you run `nikola build` you...

Hi, I'm trying the _sass_ plugin with bootstrap Scss files and I would like to what it the canonical way to generate the _bootstrap.min.css_ file if any. In my `targets`...

Hi, it could be nice to be able to optionally specify the template to use, something like: ``` .. gallery:: [] ``` if no template name is passed, the directive...

On Windows 10 anaconda python, this plugin uses "\" or "%5C" instead of "/" between site/galleries and gallery name. Kludge fix.

Similar to the problem with image url's, the url's of internal link are also not handled well by ox-html for correct use with nikola. I copied and slightly the solution...