Closed felixfontein closed 7 years ago
Merge at will, the site will (or at least, should) update itself on midnight UTC.
Ok, thanks!
@Kwpolska: it looks like the plugin site didn't update (correctly).
What went wrong?
The page for sidebar (https://plugins.getnikola.com/#sidebar) still has the broken ReST-style link, and the page for static_tagcloud doesn't seem to exist (https://plugins.getnikola.com/#static_tagcloud).
I can see it, force a reload (Ctrl+Shift+R) and blame our single-page architecture.
Now both vanished for me...
Try refreshing the JS file or using incognito mode?
It's really strange. If I load the JS file via wget
or open it in a new tab, I can see sidebar
and static_tagcloud
in there. But when I check out via inspector what the browser is using on the pages, it uses an old version. Forcing reload or using incognito mode in Chromium (I'm testing both Firefox and Chromium) doesn't help, the same thing is happening there. Also, clearing the cache has the same result, which I find even more strange!
Hmm, maybe this is all related to CloudFlare? They seem to convert JavaScript to "rocketscript", and their rocket scripts are doing the actual loading, so this could be completely independent from what the browser is doing.
I guess I get the content from another CloudFlare server than you do, and the one I get the content from serves an outdated version of plugin_data.js
.
I tried nuking that file from cache. I should probably get going on the JS-less version of that site.
https://github.com/Kwpolska/nikola-plugins-v2 is going to be the JS-less version, right?
Yes.
Can I help with that?
Sure, I just invited you to that project. I think there isn’t that much to do, and to run it, you need to copy v7
from this repo into the root directory.
Where does it expects the plugin repository to be?
Ah. I tried that, but now I get an exception. Looks like one of the plugins is missing a Nikola
section in the config.
Actually, that's v7/notebook_shortcode/notebook_shortcode.plugin
.
(And is there a better place to discuss this then here?)
getnikola/nikola#2482
I fixed notebook_shortcode.plugin
.
Ok, thanks!
Allows to create HTML fragments and CSS for tag clouds which can be included in the blog via JavaScript or some post-processing.