No description
Find a file
2024-10-27 23:59:06 +06:00
.github/workflows fix: add zip to release workflow 2023-10-13 17:01:18 +06:00
src fix: increase icon creation delay 2024-10-27 23:57:21 +06:00
.editorconfig feat: github workflow setup 2023-10-12 21:30:29 +06:00
.eslintignore Initial commit 2023-10-06 12:07:19 +00:00
.eslintrc Initial commit 2023-10-06 12:07:19 +00:00
.gitignore fix: gitignored compiled css 2023-10-13 03:43:49 +06:00
.npmrc Initial commit 2023-10-06 12:07:19 +00:00
esbuild.config.mjs fix: favorite button creation 2023-10-12 21:30:16 +06:00
event.json test: local action test with tag 2023-10-13 17:01:40 +06:00
LICENSE Create LICENSE 2023-10-12 15:45:23 +00:00
manifest.json chore: version bump to 2.0.3 2024-10-27 23:59:06 +06:00
package-lock.json chore: version bump to 2.0.3 2024-10-27 23:59:06 +06:00
package.json chore: version bump to 2.0.3 2024-10-27 23:59:06 +06:00
preview.png doc: preview added 2023-10-13 17:28:19 +06:00
README.md doc: preview added 2023-10-13 17:28:19 +06:00
styles.css feat: icon filled mode added 2024-09-24 21:50:17 +06:00
tsconfig.json Initial commit 2023-10-06 12:07:19 +00:00
version-bump.mjs Initial commit 2023-10-06 12:07:19 +00:00
versions.json chore: version bump to 2.0.3 2024-10-27 23:59:06 +06:00

Obsidian Favorite Note Plugin

The missing Obsidian plugin to mark your note as favorite.

What sets this plugin appart from the core Bookmarks plugin?

This plugin introduces the ability to mark individual notes as favorites directly within the note list, offering a more convenient and visual way to manage and access preferred notes. Unlike the core Bookmarks feature, which focuses on general document navigation and linking, this plugin is tailored for users who want a streamlined method to highlight and access specific notes of importance.

How to Install

You can activate this plugin within Obsidian by doing the following:

Manually

  • Download the latest release zip file
  • Extract and put the three files (main.js, manifest.json, styles.css) to folder {{ YOUR VAULT}}/.obsidian/plugins/favorite-note
  • Open Settings > Community plugins
  • Make sure Restricted mode is off
  • Activate the plugin

From Obsidian

  • Open Settings > Community plugins
  • Make sure Restricted mode is off
  • Click Browse community plugins
  • Search for "Favorite Note"
  • Click Install
  • Once installed, close the community plugins window and activate the "Favorite Note" plugin
  • Now you will see a heart icon if you hover to a note from the list