You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Integrating pdfobject or Mozilla's pdf.js is a priority for my quartz installation. This would allow quartz to serve the pdf documents currently being used as reference material on the site. In Hugo such an integration would almost be effortless, but being completely unfamiliar with typescript, the task of integration is enigmatic.
Describe the solution you'd like
Quartz already utilizes CDNs quite effectively, which is why pdfobject appeared to be the easiest means of integrating a pdf viewer into quartz. Implementation would be as easy as dropping in the reference to the library being served by the CDN, and include some additional code to ensure quartz recognizes links to pdf files.
Integration with mozilla's pdf.js, which pdfobject uses, is another option. Although, it may be more appealing for a more robust and streamlined solution, at first glance, integration appeared more cumbersome and bulky.
Additional context
The desire for this feature arose from discovering the plugins that allow embeding pdf files in obsidian did not translate at all over to quartz, meaning the pdf file and/or link to the pdf file was completely absent from the page. Although full integration with quartz was never assumed, a link to the referenced file was assumed.
The text was updated successfully, but these errors were encountered:
anoduck
changed the title
Integrating pdfobject.js to allow quartz to serve PDF files, just like obsidian currently does.
Integrating pdfobject.js to allow quartz to serve PDF files, just like obsidian can do with additional plugins.
May 21, 2024
Is your feature request related to a problem? Please describe.
Integrating pdfobject or Mozilla's pdf.js is a priority for my quartz installation. This would allow quartz to serve the pdf documents currently being used as reference material on the site. In Hugo such an integration would almost be effortless, but being completely unfamiliar with typescript, the task of integration is enigmatic.
Describe the solution you'd like
Quartz already utilizes CDNs quite effectively, which is why pdfobject appeared to be the easiest means of integrating a pdf viewer into quartz. Implementation would be as easy as dropping in the reference to the library being served by the CDN, and include some additional code to ensure quartz recognizes links to pdf files.
For a vanilla HTML file, the steps would be:
Describe alternatives you've considered
Integration with mozilla's pdf.js, which pdfobject uses, is another option. Although, it may be more appealing for a more robust and streamlined solution, at first glance, integration appeared more cumbersome and bulky.
Additional context
The desire for this feature arose from discovering the plugins that allow embeding pdf files in obsidian did not translate at all over to quartz, meaning the pdf file and/or link to the pdf file was completely absent from the page. Although full integration with quartz was never assumed, a link to the referenced file was assumed.
The text was updated successfully, but these errors were encountered: