No description
Find a file
2025-01-28 15:35:51 -03:00
.editorconfig Initial commit 2024-11-15 15:52:00 -03:00
.eslintignore Initial commit 2024-11-15 15:52:00 -03:00
.eslintrc Initial commit 2024-11-15 15:52:00 -03:00
.gitignore Initial commit 2024-11-15 15:52:00 -03:00
.npmrc Initial commit 2024-11-15 15:52:00 -03:00
demo.gif Implement suggestions and edit README 2024-11-18 21:27:50 -03:00
esbuild.config.mjs Initial commit 2024-11-15 15:52:00 -03:00
LICENSE Add MIT license 2024-11-15 16:00:55 -03:00
main.ts feat: improve preview functionality 2025-01-28 14:11:47 -03:00
manifest.json Change release version 2025-01-28 15:18:36 -03:00
package-lock.json feat: improve preview functionality 2025-01-28 14:11:47 -03:00
package.json feat: improve preview functionality 2025-01-28 14:11:47 -03:00
README.md Update README with link to plugin 2025-01-28 15:35:51 -03:00
styles.css feat: improve preview functionality 2025-01-28 14:11:47 -03:00
tsconfig.json Initial commit 2024-11-15 15:52:00 -03:00
version-bump.mjs Initial commit 2024-11-15 15:52:00 -03:00
versions.json First release 2024-11-15 16:40:07 -03:00

Link Preview for Obsidian

A plugin for Obsidian that shows a preview of external links when hovering over them.

Demo of Link Preview

Features

  • Instantly preview external links without leaving Obsidian
  • Customizable preview window size
  • Configurable hover delay
  • Clean, native-looking interface that matches Obsidian's theme

Installation

Click here or:

  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Link Preview"
  4. Install the plugin and enable it

Settings

  • Preview Delay: Set how long to wait before showing the preview (in milliseconds)
  • Maximum Preview Height: Set the maximum height of the preview window (in pixels)
  • Maximum Preview Width: Set the maximum width of the preview window (in pixels)

Usage

Simply hover over any external link in your notes to see a preview of the webpage.

Support

If you encounter any issues or have suggestions, please file them on the GitHub repository.

License

MIT