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

Support file scheme and use bs4 to workaround missing 'body' element

This plugin is a command that lists future "scheduled" posts in different ways, laid out in the Readme. - 📅 ASCII calendar view showing scheduled post dates - 📋 Detailed...

This PR contains two simple fixes for the org-mode plugin: 1. Use pygments' Emacs Lisp highlighting instead of Scheme highlighting for ELisp, since pygments has supported it for years (https://github.com/pygments/pygments/blame/edef94d66c2d70f05a86ac6098a69ab253b8d946/pygments/lexers/lisp.py#L1668)....

The line ``` You need to copy the folder $BLOG_ROOT/plugins/mastodoncomments/files/assets to $BLOG_ROOT/files/assets ``` is followed by ``` cp -a plugins/mastodoncomments/files/assets files/ ``` which looks correct, but gets confused if `files/`...

Given the following org-mode test post: ``` #+BEGIN_COMMENT .. title: Test .. slug: test .. date: 2024-10-27 15:54:05 UTC+02:00 .. tags: .. category: .. link: .. description: .. type: text...

Add plugin to import post from pages of a [BookStack](https://github.com/BookStackApp/BookStack) instance. The import uses the [REST API](https://demo.bookstackapp.com/api/docs) of BookStack and is able to import single pages, pages from chapters or...

I use `tagcloud` plugin to generate tags and show a simple tag cloud(count) (Example: [https://avilpage.com/archive.html](https://avilpage.com/archive.html)) Recently, I noticed that it picks up `draft` posts as well which are not published....