plugins
plugins copied to clipboard
Extra plugins for Nikola
**Requested Feature:** (short description) It would be good to have feed per tag, and generate an OPML file to download all at once for easy import into feed readers. **Related...
Hi, After updating my Nikola installation to v8.3.0 the locally installed commonmark plugin fails. ``` $ nikola --version [2024-01-26 22:06:19] ERROR: PluginManager: Plugin commonmark from /.../carstengrohmann.de/plugins/commonmark/commonmark.plugin (/.../carstengrohmann.de/plugins/commonmark/commonmark.py) threw an exception...
The ability to insert a gallery into a page/post is great, thank you! But what is the trailing list at the end of the provided `gallery_shortcode.tmpl` for?: ``` ``` On...
First, I know already that this doesn't work. But I wanted to get what code I have up and then start some discussions on how to fix my errors. The...
Hi. How to mark created already posted as that that should be posted on the medium?
Traceback (most recent call last): File "/home/user/lib/bin/nikola", line 8, in sys.exit(main()) File "/home/user/lib/lib/python3.8/site-packages/nikola/__main__.py", line 166, in main _ = DN.run(oargs) File "/home/user/lib/lib/python3.8/site-packages/nikola/__main__.py", line 352, in run self.nikola.init_plugins(load_all=True) File "/home/user/lib/lib/python3.8/site-packages/nikola/nikola.py", line...
I was a bit confused with the `medium` and `devto` plugins (not sure other plugins have this problem). The documentation says: > At that point your posts with the "devto"...
Hello, I am using Nikola 8.2.0 on my Win10 machine with Winpython 3.9.8.0 and have a Windows specific problem when using the gallery_directive or the gallery_shortcode. It is a typical...
The `continuous_import` plugin doesn't include a slug in the metadata it writes. That is, instead of something like: ``` .. slug: my-latest-post ``` you just get: ``` .. slug: ```...
This allows you to make changes to your local version of an imported post, and not have it overwritten the next time the plugin runs. To use it, in `FEEDS`...