Replies: 1 comment 1 reply
-
|
I would suggest using windingwind/zotero-better-notes#227 along with actions like: or |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have been enjoying this plug-in very much. However, I have been struggling to get a script working that will automatically sort my annotations into a templated note based on the color of the annotation. Currently, it prints the proper name of the section that the annotation should go under, but they are all put into the end of the note. Can anyone find the problem in my script or template?
// Automatic script that finds sections based on their visible text titles.
// If a section is found, the annotation is added. If not, it's appended to the end.
const Zotero = require("Zotero");
(function () {
const observerKey = 'autoAnnotationProcessorObserverID';
})();
return "Automatic annotation processor with text-based matching started.";
Template:
⚙️ Metadata
📊 Basic Information
❓ Research Question
📚 Literature Engaged With
➡️ Follow-on Reading
⭐ Importance
📖 Key Definitions
⚗️ Method
📊 Result
Beta Was this translation helpful? Give feedback.
All reactions