jermspeaks / chrome-extension-markdown-link

Creates a markdown link using a chrome extension that can be ported to Obsidian
0 stars 0 forks source link

PDF Support #3

Open jermspeaks opened 4 months ago

jermspeaks commented 4 months ago

Today, using writeText to clipboard sometimes has access issues. We need to figure out workarounds for these and failbacks.

Update: We should use the filename of that pdf as the title then

jermspeaks commented 3 months ago

Looks like this post might help: javascript - Chrome extension: How to show custom UI for a PDF file? - Stack Overflow

Also, Interact with the clipboard - Mozilla | MDN.

To be honest, there might be a workaround, but it's certainly not navigator since the PDF viewer is its own frame.