[FR] Keep properties synced between fileClass and Notes #591
Seventhxiv
started this conversation in
Tips and Tricks
Replies: 2 comments 1 reply
-
Modified the code to have folder path at the top, notifications, and efficiency.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Any news on this?
It would be soo sweet if the notes could be kept in sync with their classes, or at least "auto add missing fields" upon class assignment. I have tried to automate this myself, both via a plugin and via a quickAdd script. Both attempts failed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request
It would be great to use this plugin as a consistent schema for notes.
The biggest obstacle for that is that it's hard to keep all notes synced with the definition of their fileClass.
Work Around
If anyone is interested I ended up using a workaround with RunJS to trigger a script to sync all notes.
What it does is:
If you would like to skip (2), just disable the call to
DeleteUnschematizedMetadataFields()
.This is the code snippet:
Beta Was this translation helpful? Give feedback.
All reactions