postgresql-obsidian
postgresql-obsidian copied to clipboard
Mobile support
To dev on Android
- Enable
adb - Navigate to
chrome://inspect - Inspect the Obsidian page
- Profit
Issues
- the
postgresplugin needs aBufferAPI to function - there is no
BufferAPI in the context of the mobile app
Solutions
- use a Buffer polyfill
- https://github.com/feross/buffer
- https://github.com/chrisdickinson/bops
- Browserify