FBarrca / obsidian-handwritten-notes

Obsidian Handwritten Notes Plugin
MIT License
190 stars 5 forks source link

Use vault.adapter.exists to determine if a file exists. #2

Closed rjshep closed 1 year ago

rjshep commented 1 year ago

When running on iPad the prior method using vault.adapter.read did not work and always threw an error. vault.adapter.exists works both on iPad and on macOS, which are the only places I could test it.

FBarrca commented 1 year ago

Thanks for the help!