mkdocs-link-embeds

Mkdocs plugin which displays links in a more elegant way. Links will automatically be populated with an image, description, fav icon, and title for the target website; or you can override the values to give your own.

MIT License

Downloads
474
Stars
3
Committers
1

Bot releases are visible (Hide)

mkdocs-link-embeds - 0.1.10 Latest Release

Published by AdminServ 7 months ago

Release Info

  • Version began on: ........2024-03-22T13:31:41.000Z
  • SHA256: ................................f7aa16e83cfdeb4b9ef6c92104e61d9394d7813606faa41a459b0b4b8d54e958 🔺 dist/mkdocs-link-embeds-plugin-0.1.10.tar.gz
  • Stamp: ....................................v0.1.9-2024-03-22T13:31:41.000Z 🔺 0.1.10-2024-03-22T23:25:41.000Z
  • Last Release: ......................0 days ago

What's New

This release contains the following changes:

  • feat: integrated developer logging which ties into verbose mode

Statistics

How the files have changed:


Pull Requests

🚀 Features

  • integrated mkdocs logging : da5cbad6ade2dcdcff532cb2922c9f6da2d3bb9b @Aetherinox
  • integrated mkdocs logging : 1a209fd55ea7a76a1e886ab5b677cc6c3dce2b4d @Aetherinox

✏️ Docs

  • update mkdocs.yml : 05b135dca38d8788c388c32424cc09063450ecfa @Aetherinox

📦 Build & Dependencies

  • bump version 0.1.10 : 03079c11eb28c270b310cfcfdb1fbd1c2a8bdfbb @Aetherinox


mkdocs-link-embeds - 0.1.9

Published by AdminServ 7 months ago

  • feat: add verbose config
    • outputs various detailed logs related to certain processes
mkdocs-link-embeds - 0.1.8

Published by Aetherinox 7 months ago

  • feat: add accent property
  • feat: advanced favicon fetching
  • dep: added package request to dependencies
  • change: ability to give custom names, descriptions, and images for invalid links
  • change: add backup metadata sources for all properties, e.g: og:description and description
  • change: added user agent to keep certain sites from blocking crawling
  • fix: certain websites returning nil values for missing metadata
mkdocs-link-embeds - 0.1.7

Published by Aetherinox 7 months ago

  • refactor: removal of fallback template
    • plugin now uses one template to control all links
  • refactor: updated and cleaned css file to remove excess properties
  • change: updated regex rule
    • now ignores spaces between property and value
  • change: BeautifulSoup now handles all links through the same methods, both valid and invalid
  • change: fetchurl module now utilized to grab link metadata
  • change: added css properties to define additional properties for users using different mkdocs themes
mkdocs-link-embeds - 0.1.6

Published by Aetherinox 7 months ago

  • feat: added target property for embed code blocks
  • change: updated fallback.html template to match that of the view.html template
mkdocs-link-embeds - v0.1.5

Published by Aetherinox 7 months ago

  • feat: added favicon_size property for embed code blocks
  • fix: bug which made codeblock css conflict with normal codeblocks and syntax highlighting
mkdocs-link-embeds - 0.1.1

Published by Aetherinox 7 months ago

  • fix: changed matching rules so that raw-code embedded codeblocks will not render
  • fix: z-index on embedded link cover with mkdocs Material theme header
  • style: modified how embedded links appear and now utilize mkdocs css variables
  • style: changed default cover image for unresolved links