Open aleksey-rowan opened 3 years ago
Thanks for the suggestion @aleksey-rowan. In the end state, ideally we can remove the reloadIndex
command altogether and have the engine do what it needs to do to properly reflect the workspace state at the right times (but with a better implementation than us just running the reloadIndex
command behind the scenes all the time, since this can be slow when the workspace is large :) .
This is particularly painful around workspace sync though, since it's a really common operation.
@Harshita-mindfire - can you take a look at this one later?
Please Select if your Request is Either something new or an Enhancement
Please select the area your request applys to. (Multiple selections are Possible)
Is your feature request related to a problem? Please describe
After running the
Workspace Sync
command:Create Daily Journal Note
command will replace it with a blank daily noteDescribe the solution you'd like
Dendron automatically reloads its index after the sync is complete.
Describe alternatives you've considered
Use the
ryuta46.multi-command
extension to sequentially rundendron.sync
anddendron.reloadIndex
commands: