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

[BUG] missing file oz-image-in-editor-obsidian/main.js #4

Closed maxpietsch closed 3 years ago

maxpietsch commented 3 years ago

The plugin fails to load on macos, obsidian 0.11.13.

Installation:

cd <path to notebook>/.obsidian/plugins
git clone git@github.com:ozntel/oz-image-in-editor-obsidian.git

Activation:

Screenshot 2021-04-28 at 12 29 46

The obisian developer console states:

Plugin failure: oz-image-plugin Error: ENOENT: no such file or directory, open '<path to notebook>/.obsidian/plugins/oz-image-in-editor-obsidian/main.js'

ozntel commented 3 years ago

Hi @maxpietsch, The plugin is still under development. To be able to work efficiently with the Obsidian team, I removed the .js file from the repo as per their request.
There are going to be a few changes to make the plugin more efficient, however, if you want as a temporary solution, you can download oz-image-in-editor-obsidian.zip from https://github.com/ozntel/oz-image-in-editor-obsidian/releases and extract it into /.obsidian/plugins/. But please follow the plugin since I will release the new .js file very soon.

maxpietsch commented 3 years ago

Thanks, works for me now! Very much appreciate your plugin!