Is it possible to read a file’s content from a viewplugin ?
If it’s not, is it possible to send file’s content from a plugin to its registered viewplugin ?
In a plugin, I was able to read a file using : this.app.workspace.getActiveFile().
Seems impossbile from viewPlugin that is registered to plugin.
Thanks for your help.