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
- Host: GitHub
- URL: https://github.com/mircomacrelli/cover-image
- Owner: mircomacrelli
- License: mit
- Created: 2026-06-01T07:16:56.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-06-10T17:49:32.000Z (6 days ago)
- Last Synced: 2026-06-10T19:19:13.384Z (6 days ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.