https://github.com/senselogic/glimpse
Customizable MP4/WEBM video player plugin for Obsidian.
https://github.com/senselogic/glimpse
Last synced: 4 months ago
JSON representation
Customizable MP4/WEBM video player plugin for Obsidian.
- Host: GitHub
- URL: https://github.com/senselogic/glimpse
- Owner: SenseLogic
- License: gpl-3.0
- Created: 2023-10-20T18:50:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T09:26:03.000Z (over 1 year ago)
- Last Synced: 2025-01-17T09:22:18.826Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Glimpse
Customizable image and video rendering for Obsidian.
## Description
This plugin renders GIF/JPG/PNG/WEBP images and MP4/WEBM videos defined using the following formats :
* `[title](path/to/video.ext)`
* `[title](http://path/to/video.ext)`
* `[title](https://path/to/video.ext)`
* ``
* ``
* ``
* ``
* ``
* ``
* `![[path/to/image.ext|title]]`
* `![[http://path/to/image.ext|title]]`
* `![[https://path/to/image.ext|title]]`
* `![[path/to/video.ext|title]]`
* `![[http://path/to/video.ext|title]]`
* `![[https://path/to/video.ext|title]]`Their default minimum and maximum sizes can be adjusted in the plugin settings.
Their individual width or height can also be specified through the link title :
* ``
* ``
* ``
* `![[path/to/video.mp4|title¨50%]]`
* `![[http://path/to/video.mp4|title¨:16rem]]`
* `![[https://path/to/video.webm|title¨:9rem]]`## Limitations
* The minimum width is still enforced when the maximum height is applied.
## Installation
* In your vault folder, create a `.obsidian/plugins/glimpse` subfolder.
* Copy `main.js`, `manifest.json` and `styles.css` inside this subfolder.
* Enable the Glimpse plugin from the `Community plugins` settings panel.## Version
1.0
## Author
Eric Pelzer ([email protected]).
## License
This project is licensed under the GNU General Public License version 3.
See the [LICENSE.md](LICENSE.md) file for details.