Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Note Favicon

mdklabmdklab1k downloads

Extracts a URL from the frontmatter of notes and displays an associated favicon image next to the note title in the file tree. Supports standard URLs and base64-encoded images.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Obsidian Plugin – Note Favicon

Description

This Obsidian plugin extracts a URL from the frontmatter of your notes and displays an associated favicon image next to the note title in the file tree. It supports both standard URLs and base64-encoded images, making it easy to visually distinguish notes at a glance.

Features

  • Favicon Display: Automatically display favicons next to note titles based on URLs provided in the frontmatter.
  • Base64 Image Support: Allows embedding base64-encoded images directly in the frontmatter for greater flexibility.
  • Dynamic Updates: Icons update in real-time as metadata is added, modified, or removed.

Installation

From GitHub

  1. Download the latest release from the Releases page.
  2. Extract the contents to your Obsidian vault's plugins folder (.obsidian/plugins).
  3. Enable the plugin in Obsidian's community plugin settings.

From Obsidian

Not available yet.

Usage

  1. Add a favicon field to the frontmatter of any note. Example:

    ---
    favicon: http://www.example.com
    ---
    

    Or use a base64-encoded image:

    ---
    favicon: data:image/png;base64,iVBORw0KGgoAAAANS...
    ---
    
  2. The favicon will automatically appear next to the note title in the file tree once added.

Example

Here is how a note frontmatter with a favicon URL looks:

---
favicon: https://developer.mozilla.org/en-US/
---

This will show the StackOverflow favicon next to the note in the file tree.

Another example with base64 images:

---
favicon: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACm0lEQVQ4jWWSTYhWdRjFz/P8P+577zhOUpothFYTfSC0G4lwNUGBoMhAU4RBUBQEtXAWru6EKI20ihYtcmFazQwi7cRNGxdFgStpoRi5cdGXovO+9/6/TouZV8bXs/vD8xzOc/4/YEJtSwWAC6e5a/VMuPrDSrg6ObNd8uiTAgjPnhzum6rc6s4d9sDd+/EXk+TTFOyNt1r5e9LATi6fP9W/4Ct3yRqZDREAzLfFliV1qQLwxnhuvKXbwvBcyz3G4rI1MptzzsMu3yrgHyJ4rRnY11dX4hIgJCiPGIzvdlV4xTm/r4+hrytjiLxmWOab2jajPhUCJ775/K9pmUxw/fpmF2rMroEHQJEukgrzOwXzMYKlUCm0DZ6a3t6BAsD6uuS1BZrIcOXBRvypHjgfYiql5A6QmUxABFRIZUx8BqCQm2c87GDjRUxbdd9R9IvQxxvTjTNUeQIo/1oDAdENKmtT4jwgXF7eSr2wQAMAVR2PPP2kfRUlv5uKfD1VI6hgINQ1bxG9d3WIpajRj8+e4u62lQJQZFzibB2uDSr3UsrMKXNRGO9u/rJMiaBQymFn3XtWgVGI5xeP+3cAigWA55t8xHm7vw8p7Gic3xill0mzt6ntsVGf1Du9Per0k6jpz5kp+1kXsHfMgwJAQZmpnEJEsggJyIyoelVYghnQZ6sKF5nx63/3wpWSZRkQtqDKlhO+X0lf1ZX5UBV4MAwnBJhrGn9oOIoFIL33NvbxJkfu4Jst7oxZ0C0subhkP+r6eKEPBRb+N1Wdi5GAoIiI5FRIwe7Q3+8fA2mse0P3fig8nDXMVc7WMSXWlXMiarxTEeHPx07v/OcxkMb6oJXh28ftj531X2biOZJHR104WXK5VkoBIevb0QeA/wGJbEKYYXTTdwAAAABJRU5ErkJggg==
---

This will show the Obsidian favicon next to the note in the file tree.

Screenshot 1 Favicon displayed next to note titles in the file tree.

Permissions

This plugin requires the following permissions:

  • Read Vault: To access the metadata of the notes.
  • Modify Workspace: To update the file tree and display the icons.

Privacy and External Requests

This plugin fetches favicons from Google's service (https://www.google.com/s2/favicons). When a note contains a URL in its frontmatter, the plugin makes an external request to Google's favicon service to retrieve the favicon associated with the domain.

Privacy Considerations

  • External Requests: The plugin sends the domain of the URL to Google's favicon service to fetch the favicon image.
  • Data Privacy: Users should be aware that using this feature involves making external requests, which may have privacy implications depending on the content of the URLs.
  • Base64 Images: To avoid external requests, users can embed base64-encoded images directly in the frontmatter.
  • Caching: The plugin caches the favicons to reduce the number of requests made to Google's service.
  • Data Collection: The plugin does not collect any data or send any information to third parties.

Contributing

Contributions are welcome! Please feel free to submit a pull request or report issues in the GitHub repository.

Support

If you find this plugin useful, consider sponsoring me to support future development.

License

This project is licensed under the MIT License. See the LICENSE file for details.

HealthGood
ReviewCaution
About
Display favicons next to note titles in the file explorer using a URL or base64 image specified in a note's frontmatter. Update icons in real time as frontmatter metadata is added, modified, or removed.
IconsSidebarProperties
Details
Current version
1.4.3
Last updated
Last year
Created
2 years ago
Updates
7 releases
Downloads
1k
Compatible with
Obsidian 1.0.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
mdklabmdklab
github.com/mdklab
GitHubmdklab
  1. Community
  2. Plugins
  3. Icons
  4. Note Favicon

Related plugins

Tags Overview

An extended tags panel where tagged files can be easily viewed, filtered, and accessed.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

MetaEdit

Manage your metadata.