Simple but powerful PDF annotator for Obsidian.
Stay tuned when Obsidian merge the pdf.js 4.x version, I will support save the annotations into pdf file.
- Annotate PDFs in Obsidian;
- Highlight text;
- Add comments;
- Add stamps;
- Add shapes;
- Circle;
- Rectangle;
- Add signatures;
- Currently, it is not possible to save the highlight annotations to the PDF file itself (So I don't support save it into pdf yet), but the annotations are saved in the Obsidian vault.
- Because Obsidian is still using 3.9.0 version of pdf.js, which does not support save highlight annotations to the PDF file itself.
- And the highlight annotations is supported in 4.x stage of Pdf.js.
- All the annotations is follow the pdf.js annotations extension format, so it is possible to save it into pdf file in the future.
BRAT (Beta Reviewer's Auto-update Tool) is a plugin that allows users to install Obsidian plugins directly from GitHub with automatic updates.
via Commands:
- Ensure BRAT is installed
- Enter the command
BRAT: Plugins: Add a beta plugin for testing
- Enter
Quorafind/Obsidian-PDF-Annotator
- Click on Add Plugin
via Settings:
- Ensure BRAT is installed
- Go to Settings > BRAT > Beta Plugin List
- Click on Add Beta plugin
- Enter
Quorafind/Obsidian-PDF-Annotator
- Click on Add Plugin
Option 1:
- Go to Releases
- Download the latest
Obsidian-PDF-Annotator-${version}.zip
- Extract its contents
- Move the contents into /your-vault/.obsidian/plugins/obsidian-PDF-Annotator/
- Go to Settings > Community plugins
- Enable PDF Annotator
Option 2:
- Go to Releases
- Download the latest
main.js
,styles.css
andmanifest.json
- Move the files into /your-vault/.obsidian/plugins/obsidian-PDF-Annotator/
- Go to Settings > Community plugins
- Enable PDF Annotator
- Most features from pdf.js annotations extension
- pdf.js