-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reordering functionality for custom rules #237
Conversation
Some testing with theses rules: "rules": [
{
"rule": "sandbox",
"icon": "FarFolder",
"for": "folders",
"filepath": true,
"useFilePath": true,
"order": 0
},
{
"rule": "subfolder",
"icon": "BoBxsBolt",
"for": "files",
"order": 1,
"useFilePath": true
},
{
"rule": "\\.md$",
"icon": "LiFile",
"for": "files",
"order": 2
}
] Tree:
Renamed file :Renaming a file add the default icon ( Creating fileNo issue found, but as renaming change the icon to the default one… Note Reloading Obsidian fix the icons problem, so each time:
We need to reload Obsidian. |
Thank you for the detailed explanation. These issues should be resolved now. |
Fixed! Ty :> |
This is an adaption of #229 which implements #71 for the fix of #226