Releases: munach/obsidian-extract-pdf-annotations
Add setting 'Notes export path'
The new setting gives users the option to specify the export path for notes with annotations. When the path is specified, the notes with annotations are created there instead of the vault's root.
Add support for squiggle annotation type and some bugfixes
Users can now also extract squiggly annotations from their PDFs.
Additionally the following bugs were fixed:
- Preset desired annotations
- Use note template for FreeText instead of template for highlights
Add support for FreeText annotations and option to select desired annotation types for extraction
With this version user's can extract FreeText annotations from PDFs and they can specify which types of annotations they want to extract from their PDFs.
Adjust extraction algorithm
In order to improve the extraction algorithm which omits sometimes letters, this new version is released
Add features template settings and clipboard extract
This release includes the "Template Settings" and "Clipboard Extract" features.
"Template Settings" extends the settings for the template used to create nodes based on annotations in the PDF. You can use the following variables
- highlightedText: 'Highlighted text from PDF',
- folder: 'Folder of the PDF file',
- file: 'Binary content of the file',
- filepath: 'Path of PDF file
- pageNumber: 'Page number of annotation with reference to PDF pages',
- author: 'Author of the annotation
- body: 'Body of the annotation
"Clipboard Extract" includes a new command that allows you to extract annotations from a PDF by simply copying its path to the clipboard (CTRL + C). The PDF can be outside the Obsidian vault.
cleanup hyphenation
1.0.4 cleanup hyphenation
Fixed highlight extraction
updated highlight fetching to use QuadPoints instead of Rectangles
1.0.2
Fixed suggestins from lishid
Fixed suggestions for my very first obsidian plugin.
Initial release
Fixed Version numbering.