plugins icon indicating copy to clipboard operation
plugins copied to clipboard

A plugin to hide the input cells

Open SuryaSankar opened this issue 6 years ago • 2 comments

SuryaSankar avatar Feb 14 '19 14:02 SuryaSankar

Isn't this the same as adding that CSS in conf.py?

ralsina avatar Feb 14 '19 14:02 ralsina

I wasn't aware that there was a method to add CSS in conf.py. The documentation indicated that the way to insert css snippets common across all themes was to use site.template_hoooks['extra_head']. So tried this approach, so that the same will work on all themes.

I am trying to create multiple sites using Nikola. Will be nice if I can just enable this functionality using nikola plugin -i hide_input_cells instead of having to edit a file in every project.

SuryaSankar avatar Feb 14 '19 14:02 SuryaSankar