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
Describe the bug
The prioritization buttons for the custom rules do not work as they are suppose to.
To Reproduce
Go to the plugin settings
Click on the prioritize buttons.
The rule doesn't move up or down.
Expected behavior
I expect the rules to move up or down in the list so I can prioritize them.
Additional context
I have quite a few custom rules, probably over 50, and this is an inconvenient bug. If I click once on one of the prioritization arrows in the settings nothing visibly changes, but the if I restart Obsidian, the rule I have just tried to re-prioritize IS moved one spot up or down.
Now, if I have to change the rule place---let's say 20 spots---I have to restart Obsidian 20 times.
Now, if I peek into the data.json file there is something that puzzels me:
Describe the bug
The prioritization buttons for the custom rules do not work as they are suppose to.
To Reproduce
Expected behavior
I expect the rules to move up or down in the list so I can prioritize them.
Additional context
I have quite a few custom rules, probably over 50, and this is an inconvenient bug. If I click once on one of the prioritization arrows in the settings nothing visibly changes, but the if I restart Obsidian, the rule I have just tried to re-prioritize IS moved one spot up or down.
Now, if I have to change the rule place---let's say 20 spots---I have to restart Obsidian 20 times.
Now, if I peek into the data.json file there is something that puzzels me:
The above snippet is only to illustrate what I'm seeing. One would notice that the `"order": ' part of the rules:
rules
have the sameorder
number.I don't know if that can be the reason for my problem or not, but I thought to stop by and report my findings.
Thank you for the otherwise great plugin. 🙇♂️
The text was updated successfully, but these errors were encountered: