obsidian-better-pdf-plugin
obsidian-better-pdf-plugin copied to clipboard
Fix ReferenceError with Buffer object for iOS
Use generic Uint8Array
instead of the Buffer
object. Buffer
object raises a reference error and the base Uint8Array
works well enough for the use case.
Tested locally. With the fix, I can view pdfs on my iPhone app.
Resolves #36 and #21
@MSzturc Can we do something to get this PR merged?
@batman-nair & @sportluffi This PR is included in the Better PDF 2 plugin.