obsidian-share-as-gist
obsidian-share-as-gist copied to clipboard
Can't share `Buffer is not defned`
Can't share as gist (neither private nor public) on Android
In obsidian terminal plugin there's an error
[ReferenceError: Buffer is not defned] { isTrusted: [Getter] }
I found something that might be useful: https://stackoverflow.com/questions/68707553/uncaught-referenceerror-buffer-is-not-defined
@mwoz123 Thanks for the issue and the pointer! I'll need to set up an Android device or emulator so I can try to fix this and test the fix.
Looking forward ;)
I've just spot that obsidian git has added buffer pollyfil in their commit to enable mobile support.
Thanks;)