ozntel / oz-image-in-editor-obsidian

This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
339 stars 13 forks source link

Plugin does not work on iPad #25

Closed timjore closed 3 years ago

timjore commented 3 years ago

It would be really helpful if this plugin could be refactored such that it could run on iOS, not just the desktop app.

ozntel commented 3 years ago

Hi @timjore, unfortunately, Obsidian uses CodeMirror 6 for the mobile while desktop uses CodeMirror 5. The common methods for manipulation of the CM5 don't work anymore in CM6. The API for CM6 is also not enough to manipulate the line widgets yet. Therefore, it is not possible for me just yet to support the mobile apps. However, once Obsidian has native WYSIWYG support, hopefully there is not going to be a need for installing my plugin :)

ozntel commented 3 years ago

Duplicate #22