An open API service indexing awesome lists of open source software.

https://github.com/mircomacrelli/cover-image

A simple plugin for Obsidian that adds a cover image at the top of the note if the property "cover" contains a link to a file
https://github.com/mircomacrelli/cover-image

Last synced: 5 days ago
JSON representation

A simple plugin for Obsidian that adds a cover image at the top of the note if the property "cover" contains a link to a file

Awesome Lists containing this project

README

          

# Cover Image

Automatically include the image linked in the property `cover` at the top of the note body.

The maximum width and height of the cover image are limited by default to 256 pixels. This value can be controlled
by changing the two CSS variables `--cover-image-max-width` and `--cover-image-max-height`.