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

This is a plugin to support using the Quotebacks JavaScript library via Markdown (as discussed [here](https://github.com/getnikola/nikola/pull/3460)).

### Environment **Python Version:** Python 3.8.8 **Nikola Version:** Nikola v8.1.3 **Operating System:** Fedora 34 ### Description: Emacs Orgmode source files are failing to be rendered as html if they contain...

1. Redirections are created before the page import happens, so the redirection map is always empty and no redirects are written into the config file 2. Folder structure of the...

bug

* Actually consider generated redirects * Do not squash post sub-folder structure (like date folders) * Only generate redirects if URLs change * Support having blog posts in a differently...

The org compiler presently uses the following workaround to include ReST-style metadata. ``` #+BEGIN_COMMENT .. title: My post .. date: 2021-06-06 #+END_COMMENT ``` Native org metadata, for instance below, should...

I would like to use the ``pyplots`` plugin but I'm using markdown and the plugin is not compatible with that: is it possible to modify the plugin to use **also**...

**Not ready to merge** because PlantUML v1.2021.2 is needed but not yet released so tests will fail. This allows PlantUML rendering via HTTP request instead of launching a new Java...

in ReST https://getnikola.com/quickstart.html image directives are taken .. image:: /images/nikola.png :height: 100 :width: 200 :scale: 50 :alt: alternate text Would it be possible add something similar ;; Export images with...

Rather than generate a sidebar-en.inc file as a task, perhaps the sidebar plugin could add a `set_site` method and add the sidebar as a blinker.signal callback, like static_comments does. This...

I am trying to publish articles on devto website but I get the following error `LOGGER.info('Published {} to {}'.format(post.meta('slug'), m_post['url'])) KeyError: 'url'` I investigated and found that this error occurs...