[Share] Create book section from annotation #204
Replies: 3 comments 1 reply
-
This is awesome! I've been looking for a replacement for Zutilo's ability to create a book section. This works wonder, thanks! |
Beta Was this translation helpful? Give feedback.
-
hello. thank you for this. i made a few small changes to your code. I intend for the highlighted text to be used as the title and the comment of the highlighted text to be added to the new item as an author. but it doesn't work. could you help me? this is the code: /**
const ZoteroPane = require("ZoteroPane"); ZoteroPane.selectItem(topItem.id); let section;
} catch (e) { |
Beta Was this translation helpful? Give feedback.
-
Is this script (the original one) still working? When I try to execute it via the annotation menu, I get this error: I'm not sure what it is complaining about because it did switch to the library pane and the correct item was selected. |
Beta Was this translation helpful? Give feedback.
-
Description
Create book section from annotation. See also #181
create book section
(or the menu label you assigned)title
of new book section and the link to annotation position will be added toURL
of the book section.This is only for annotations right-click menu.
Event
None
Operation
Script
Data
Anything else
No response
Beta Was this translation helpful? Give feedback.
All reactions