You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's not related to a problem, but a suggestion to improve certain workflows. Currently, Iconize sets the icon into it's data.json, but can be configured to get from a note's icon frontmatter (or whatever the user has configured that identifier as).
It'd be a nice addition to have the inverse of this and have the Iconize plugin set the selected icon into the frontmatter as well. This helps with copying/pasting files or if a user happens to search upon the property field or lose their data.json iconize settings.
Additional context
Example Workflow:
User creates a new note and gives it a title.
User right-click's the note and uses the "Set Icon" command, then selects an icon (for this example, we'll use TiBulb).
Iconize sets the icon in it's data.json (current behavior) as well as:
If Iconize Settings has: Set Icon in Frontmatter == true
Sets frontmatter property on note for icon:TiBulb (assuming user has the "Frontmatter icon fieldname" setting set to "icon").
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's not related to a problem, but a suggestion to improve certain workflows. Currently, Iconize sets the icon into it's data.json, but can be configured to get from a note's icon frontmatter (or whatever the user has configured that identifier as).
It'd be a nice addition to have the inverse of this and have the Iconize plugin set the selected icon into the frontmatter as well. This helps with copying/pasting files or if a user happens to search upon the property field or lose their data.json iconize settings.
Additional context
Example Workflow:
icon:TiBulb
(assuming user has the "Frontmatter icon fieldname" setting set to "icon").The text was updated successfully, but these errors were encountered: