Skip to main content

An MkDocs plugin. Generates thumbnails of PDF files and YouTube links.

Project description

mkdocs-thumbnails

MkDocs plugin to generate thumbnails automatically.

Provides a mechanism to indicate, in Markdown, the desire for PDF files and YouTube links to have a thumbnail image, automatically generated/downloaded.

Setup

Install the plugin using pip:

pip install mkdocs-thumbnails

Edit mkdocs.yml:

  1. Add thumbnails to the list of plugins.
  2. Add markdown.extensions.attr_list (explained here) to the list of markdown extensions:
plugins:
  - search
  - thumbnails:
      # optional styling for the thumbnail:
      style: margin-top:5px;margin-bottom:5px;margin-right:25px  

markdown_extensions:
    - markdown.extensions.attr_list 

Note: The extension If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set, but now you have to enable it explicitly.

More information about plugins in the MkDocs documentation.

Config

  • style - This is the CSS style to be set in the thumbnail's image tag

Usage

In the attribute list of a link, add .pdf or .youtube to turn on the thumbnail for that link:

[My PDF file](foo.pdf){.pdf}⸱⸱
[A YouTube video link](https://youtu.be/dQw4w9WgXcQ){.youtube}⸱⸱  

The markdown conversion generates:

<a href="foo.pdf" class="pdf" >My PDF file</a>
<br>
<a href="https://youtu.be/dQw4w9WgXcQ" class="youtube" >A YouTube video link</a>
<br>

...which is converted by the plugin:

<a href="foo.pdf"><img src="foo.pdf-thumb.png" class="pdf" >My PDF file</a>
<br>
<a href="https://youtu.be/dQw4w9WgXcQ"><img src="dQw4w9WgXcQ-thumb.png" class="youtube" >A YouTube video link</a>
<br>

Thumbnails are generated automatically. PDF links will have the first page of the PDF in the thumbnail. YouTube thumbnails are downloaded from Youtube via the link: https://img.youtube.com/vi/{id}/default.jpg

In the example above two spaces are added after each line, to force a markdown line break.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-thumbnails-0.0.10.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

mkdocs_thumbnails-0.0.10-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs-thumbnails-0.0.10.tar.gz.

File metadata

  • Download URL: mkdocs-thumbnails-0.0.10.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for mkdocs-thumbnails-0.0.10.tar.gz
Algorithm Hash digest
SHA256 14eda833eecdc3b607adbf76cd733aeb7fe785a132e6a63e9542bc619cb38bdc
MD5 443a66c656e894256337e45941825e5a
BLAKE2b-256 32800ec8e6c93731dce21fd0ddaecfee3342d9ed6a05267c3e317eb18a9bb27c

See more details on using hashes here.

File details

Details for the file mkdocs_thumbnails-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_thumbnails-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 a31c737abd3ffdeab57a8da315e53897133ae7598bb6fde8c49bf9ff5cf8aee5
MD5 4c9ea56bb6aa7ae22683e966eb763e1b
BLAKE2b-256 f1adbe3b39cac269ffdd78c5203f135e239e6b9df653b0126e3b255ea89ba2a3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page