Ben Hancock44 downloadsReplaces today's Daily Note tab icon with a solid yellow star.
Daily Note Icon replaces the document icon in today's Daily Note tab with a solid yellow star. The star stays yellow when the tab is active and becomes slightly darker on hover.
The plugin follows the folder and date format configured in the Daily Notes core plugin and updates automatically after file changes and at midnight.
Once Daily Note Icon is available in the Community Plugins directory:
Copy main.js, manifest.json, and styles.css from the latest release into
your vault's .obsidian/plugins/daily-note-icon/ directory, then enable the
plugin under Settings → Community plugins.
Daily Note Icon:
The plugin uses a guarded reference to Obsidian's tab-header element because there is no public API for changing the icon of a built-in Markdown tab. If a future Obsidian update changes the tab DOM, the plugin is designed to fail without affecting notes or other tabs.
npm install
npm run check
For a development build that watches for changes, run npm run dev.
Report bugs and request features through GitHub Issues.