add: support for exporting multiple notes to LaTeX#1386
Merged
windingwind merged 4 commits intoJun 12, 2025
Conversation
Owner
|
Thanks. Any reason we don't reuse the logic of zotero-better-notes/src/modules/export/api.ts Lines 121 to 125 in f7db12e We can add a checkbox to the export dialog for latex export to control if to pack all items in one file. |
windingwind
requested changes
May 10, 2025
Owner
|
Thank you very much. I left some comments, please see if they make sense. |
Contributor
Author
|
I updated the code, but I'm seeing an unexpected CI / test (pull_request) failure. The changes pass locally without errors. |
be11c6f to
8570c08
Compare
Owner
|
Thanks! |
|
🚀 This ticket has been resolved in v2.5.0. See Release v2.5.0 for release notes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added the feature of exporting multiple notes to LaTeX (fix: #1378). The use is as follows, but I'm not sure if this is a reasonable implementation.