tomoki1207 / vscode-pdfviewer

Show PDF preview in VSCode.
https://marketplace.visualstudio.com/items/tomoki1207.pdf
Other
295 stars 70 forks source link

open PDFs on a specific page by Markdown-Link #108

Open jan-lehmkuhl opened 3 years ago

jan-lehmkuhl commented 3 years ago

Actual I try to implement a knowledge base based on markdown files. These should also reference to literature usually stored as pdf and I want to reference specific pages in following style:

[Markdown-Link](myPDF.pdf#page=4)

At the moment this link opens the pdf at the first page. In firefox it is possible to use this kind of URL to enter specific sites:

file:///home/.../myPDF.pdf#page=4

This is also specified at Adobe.

Together with #44 this feature would allow me to build an amazing open-source knowledge base.

By the way: Thanks for this great extension.