Skip to content

⭐️ Favorites

Choose a tag to compare

@dwertheimer dwertheimer released this 12 Jan 03:39
· 334 commits to main since this release

Favorites Plugin Changelog

[1.3.3 - waiting for np 3.20.1 release (change showReloadButton to true)] - 2026-01-11 @dwertheimer

  • Added reload button to favorites browser window to allow for easy reloading of the window when changes are made to the plugin or the underlying note data.

[1.3.2] - 2026-01-11 @dwertheimer

Fixed

  • Fixed bug where removing a favorite note would remove the star from the title but not remove the frontmatter field. Now properly passes deleteMissingAttributes: true to updateFrontMatterVars() to ensure the frontmatter key is actually deleted. Thanks @stacey for the detailed bug report!

[1.3.1] - 2026-01-11 @dwertheimer

Fixed

  • CRITICAL: Fixed request timeout issue by removing outdated local copy of routerUtils.js and switching to shared version from @helpers/react/routerUtils
  • The local copy was missing the pluginJson parameter required by the shared router, which could cause silent failures when sending responses back to React
  • Router now properly passes pluginJson parameter to newCommsRouter for correct logging and response handling

[1.3.0] - 2025-01-10 @dwertheimer

  • Feature: Add new /favorites-browser command to open a sidebar window to view and open favorite notes and commands. This provides a persistent browser interface for managing and accessing your favorites.

[1.2.10] - 2025-04-10 @dwertheimer

  • Bugfix: Fix issue with frontmatter not being visible immediately after setting a favorite

[1.2.9] - 2025-02-20 @dwertheimer

  • Bugfix: Fix Stacey issue with writing title above frontmatter when only one field and no title
  • Bugfix: Fix issue with duplicate notes in favorites list

[1.2.7] - 2025-02-19 @dwertheimer

  • Bugfix: quoteText() now handles null, boolean, number and undefined values correctly

[1.2.6] - 2025-02-19 @dwertheimer

  • Add "Favorite Key" setting to allow for customizing the frontmatter key used to identify favorites.

[1.2.5] - 2025-02-15 @dwertheimer

  • Favorites now works with frontmatter

[1.2.4] - 2024-06-12 @dwertheimer

  • bump version for rerelease (plugin was missing from github)

[1.2.3] - 2023-09-29 @dwertheimer

  • change the default to not add a space in front of the default tag

[1.2.2] - 2023-08 @dwertheimer

  • Bugfix: allow for escaping and leaving command intact.

[1.2.1] - 2023-08 @dwertheimer

  • Add "rename" capability

[1.2.0] - 2023-08-27 @dwertheimer

  • Add prepended characters for favorite saved commands & xcallback creator inline. Thx for the idea @clayrussell

[1.1.3] - 2023-08 @dwertheimer

  • Add remember-presets-after-update code

[1.1.0] - 2023-08-25 @dwertheimer

  • Add capability to set a preset to run a favorite URL/X-Callback

[1.0.1] - 2021-11-30 (@dwertheimer)

  • Minor tweak to the plugin.json to be more descriptive in Description

[1.0.0] - 2021-11-16 (@dwertheimer)

  • Initial plugin functions: /fave, /unfave, /faves