postgresql-obsidian icon indicating copy to clipboard operation
postgresql-obsidian copied to clipboard

Mobile support

Open clouedoc opened this issue 3 years ago • 0 comments

To dev on Android

  1. Enable adb
  2. Navigate to chrome://inspect
  3. Inspect the Obsidian page
  4. Profit

Issues

  • the postgres plugin needs a Buffer API to function
  • there is no Buffer API in the context of the mobile app

Solutions

  • use a Buffer polyfill
    • https://github.com/feross/buffer
    • https://github.com/chrisdickinson/bops
    • Browserify

Discord conversation

clouedoc avatar Oct 24 '22 06:10 clouedoc