I’m making a button in the AddCards menu, that pulls in data from an online dictionary, and sets the fields accordingly.
I found the Editor class, but it seems very complicated with the fields themselves in JS. I couldn’t find any methods to edit the fields programatically in that file.
Would I need to run my own JS similar to how loadNote works? Is there some way to sync the note object with the JS, edit it, then send it back to JS?
I’m not really sure how to do this (this is my first addon) so I’d appreciate the help ![]()