Note Favicon
by mdklab
Score: 41/100
favorite
share
Description
Category: Customization & UI

The Note Favicon plugin enhances note visibility in Obsidian by displaying a favicon next to note titles in the file tree. It extracts a URL from the frontmatter and fetches the corresponding favicon, allowing for quick visual identification of notes. Users can also embed base64-encoded images for greater customization without relying on external sources. The icons update dynamically when metadata is modified, ensuring an up-to-date representation of note associations.

Stats
4
stars
148
downloads
0
forks
14
days
10
days
10
days
8
total PRs
0
open PRs
0
closed PRs
8
merged PRs
15
total issues
7
open issues
8
closed issues
3
commits
Latest Version
10 days ago
Changelog
README file from

Note Favicon Plugin

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...
   ---
  1. 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.

docs/plugin-screen-01.png
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.

Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Link Favicons
3 years ago by Johannes Theiner
See the favicon for a linked website.
Icon Shortcodes
3 years ago by AidenLx
Obsidian Plugin: Insert emoji and custom icons with shortcodes
Binary File Manager
3 years ago by qawatake
An Obsidian plugin to manage binary files
Frontmatter Tag Sugest
3 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
Auto Card Link
3 years ago by Nekoshita Yuki
Media DB Plugin
3 years ago by Moritz Jung
A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
Metadata Menu
3 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Open Related Url
3 years ago by Dan Pickett
Custom File Explorer sorting
2 years ago by SebastianMC
Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
Meta Bind Plugin
2 years ago by Moritz Jung
A plugin for Obsidian to make your notes interactive with inline input fields, metadata displays, and buttons.
Frontmatter Links
2 years ago by Dion Tryban (Trikzon)
An Obsidian plugin that renders links in a note's frontmatter as links.
FuzzyTag
2 years ago by Adrian
Note aliases
2 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Material Symbols
2 years ago by Cristoph Berane
Callout Manager
2 years ago by eth-p
An Obsidian.md plugin that makes creating and configuring callouts easy.
Frontmatter Alias Display
2 years ago by muhammadv-i
A plugin for Obsidian.md to show front-matter aliases as display names in the file menu.
April's Automatic Timelines
2 years ago by April Gras
Simple timeline generator plugin for story tellers using obsidian
Linked Data Vocabularies
2 years ago by kometenstaub
Add linked data to the YAML of your Obsidian notes.
Iconoir Icons
2 years ago by @gapmiss
A plugin for creating customized icons in Obsidian.md
Pathfinder 2E Action Icons
2 years ago by Thiago Coutinho
Obsidian plugin for easily insertind the Pathfinder 2E Action icons
Notes dater
2 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
Bulk Exporter
2 years ago by symunona
Bulk export Markdown filtered, renamed and sorted by front matter metadata into a new structure.
Update frontmatter modified date
2 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
Copy Metadata
a year ago by wenlzhang
An Obsidian plugin to copy metadata to clipboard and insert it into file name.
Auto Tag
a year ago by Control Alt
Easily generate relevant tags for your Obsidian notes.
File Property Enhancer
a year ago by Boninall
Frontmatter generator
a year ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
File Index
a year ago by Steffo
Obsidian plugin to create a metadata file about the files present in the Vault
Sort Frontmatter
a year ago by Kanzi
Sort frontmatter automatically
Time Things
a year ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Additional Icons
a year ago by Matthew Turk
Add additional iconsets to Obsidian
Metadata Icon
a year ago by Benature
change metadata entry icon
Custom Sidebar Icons
a year ago by RavenHogWarts
Custom Icons
Update Time Updater
a year ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
Draft Indicator
a year ago by Brian Boucheron
Show draft status with ✎ icons in the Obsidian file explorer.
Update Time
10 months ago by Sébastien Dubois
Obsidian plugin that updates front matter to include creation and last update times
Watched-Metadata
9 months ago by Nail Ahmed
Watches for changes in metadata and updates the note content accordingly.
Front Matter Timestamps
9 months ago by LighthouseDino
Iconic
9 months ago by Holo
Customize your icons and colors directly from the Obsidian UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.
Image Metadata
9 months ago by alexeiskachykhin
Adds image metadata editing capabilities to Obsidian
CSS Inlay Colors
7 months ago by Benji Grant
Show inline color hints for CSS colors in Obsidian
Virus Total Enrichment
7 months ago by ytisf
An Obsidian plugin to enrich a note with VirusTotal API.
Onto Tracker
6 months ago by Jacob Hart
Plugin for obsidian allowing project management with ontologies.
metatemplates
4 years ago by avirut
Take advantage of YAML front-matter in generating notes from templates (for obsidian.md)
Icons
4 years ago by Camillo Visini
Add icons to your Obsidian notes – Experimental Obsidian Plugin
Icon Swapper
4 years ago by mgmeyers
Allows swapping out Obsidian's icons
Supercharged Links
4 years ago by mdelobelle
obsidian plugin to add attributes and context menu options to internal links
MetaEdit
4 years ago by Christian B. B. Houmann
MetaEdit for Obsidian
Force note view mode
4 years ago by Benny Wydooghe
Metadata Extractor
4 years ago by kometenstaub
Obsidian Plugin that provides metadata export for use with third-party apps.
Update time on edit
3 years ago by beaussan
Metacopy & URL
3 years ago by Mara-Li
A simple way to copy a frontmatter key in obsidian, and create an url from it !
Scrambling Title Animations
5 months ago by HistidineDwarf
Animates the title of an opened note by scrambling it in a few visually-appealing ways
Metadata Auto Classifier
5 months ago by Beomsu Koh
AI-powered Obsidian plugin that automatically generates tags and classifies metadata for your notes, enhancing organization and streamlining your knowledge management workflow.
Featured Image
5 months ago by Johan Sanneblad
Obsidian plugin to automatically set a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document. This allows you to create rich note galleries using Folder Notes and Dataview.
ExMemo Assistant
4 months ago by ExMemo AI
Using LLMs to manage files and generating metadata such as tags and summaries.
KoReader Highlight Importer
3 months ago by Tahsin Kocaman
Imports highlights and metadata from KoReader into Obsidian notes
Frontmatter Markdown Links
2 months ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
Boardgame Search
2 months ago by Marlon May
A plugin to create notes for boardgames based on the BGG API
Sentinel
2 months ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Current File Tags
2 months ago by Trung Tran
Dataview Autocompletion
2 months ago by Daniel Bauer
Image Preview on Icon Hover
2 months ago by rama1997
Plugin for Obsidian that add image popups when hovering over various icons in the user interface
NetClip
2 months ago by Elhary
this plugin is for Obsidian that allows you to browse the web and clip webpages directly into your vault.
Tag Tactician
2 months ago by Scott Tomaszewski
Media Companion
2 months ago by Nick de Bruin
Fold Properties By Default
a month ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
NerdFont Icon Picker
a month ago by Xaver Wenhart
a simple nerdfont icon picker for obsidian
LLM Tagger
a month ago by David Jayatillake
Paste Image Into Property
a month ago by Nito
My Thesaurus
a month ago by Mara-Li
A plugin that auto tags file based on contents and a csv file or a Markdown table (inspired by https://github.com/pmartinolli/MyThesaurus)
Content Cards
a month ago by leo
Insert content cards in Markdown, such as timeline, highlightblock, target card, book information card, music information card, movie information card, photoes ablum, business card, content subfield, countdown, etc.
AI Tagger Universe
a month ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
File Title Updater
14 days ago by wenlzhang
An Obsidian plugin that synchronizes titles between filename, frontmatter, and first heading in your notes.
Heading Decorator
7 days ago by dragonish
Implement displaying specific content around headings based on their levels.