nikola icon indicating copy to clipboard operation
nikola copied to clipboard

A static website and blog generator

Results 75 nikola issues
Sort by recently updated
recently updated
newest added

### Environment **Python Version: 3.7.6 **Nikola Version: 8.2.0 **Operating System:MacOS Mojave, safari, firefox, Chrome ### Description: When I start Nikola with "nikola serve" or "nikola serve -b" the 127.0.0.1 page...

bug

Sorry, I can't find any other place to post this question. I want to add custom translations but I don't know how to do it. The only relevant description that...

question
good first issue
documentation

### Environment **Python Version:** Python 3.8.0 **Nikola Version:** Nikola v8.2.0 **Operating System:** Windows 10 Build 19043 ### Description: The `MARKDOWN_EXTENSION_CONFIGS` configuration variable is translatable, but is not noted as such...

bug

**Requested Feature:** (short description) Users need to be able to hide code input, hide code output and sometimes hide a whole code cell in a Jupyter Notebook. The canonical way...

feature request

### Environment **Python Version:** 3.9.6 **Nikola Version:** 8.1.3 **Operating System:** macOS 10.14.6 ### Description: After breaking ghp-import and unsuccessfully trying to reinstall it, I reinstalled an updated version of nikola...

bug

### Pull Request Checklist - [X] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). -...

### Pull Request Checklist - [X] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). -...

**Requested Feature:** Resolve the shortcodes in an `ipynb` file _after_ converting to HTML. This would make it possible to use custom `ipynb` preprocessors that inject/convert source cells to formatted shortcodes....

feature request

The name specified for a plugin seems not to be correctly accessed - it's not being read from the `plugin_info`'s `plugin_object`, as it ought to be. Instead of https://github.com/getnikola/nikola/blob/650b954294ab01627ba9b45d81835293a5e02bb8/nikola/nikola.py#L1152 it...