[Bug]: Plugin directory is only read for debba
An open-source desktop client for modern databases.
Status: Beta
Brought to you by:
debba92
Originally created by: traustitj
I wrote a plugin : https://github.com/traustitj/tabularis-mysql-ssl
Plugin is not read from my user directory
When I add it to my %APP_DATA%\tabularis\plugins, f.ex. C:\Users\traus\AppData\Roaming\tabularis\plugins\mysqlssl
The plugin is not read in.
If the plugin is put in the following directory : C:\Users\traus\AppData\Roaming\debba\tabularis\data\plugins\mysqlssl
The plugin is read in.
windows 11
v.0.9.13
Originally posted by: debba
Hi @traustitj ,
very interesting.
I think the problem could be in:
let proj_dirs = match ProjectDirs::from("com", "debba", "tabularis")
inside src-tauri/src/plugin/installer.rs and src-tauri/src/plugin/manager.rs
Looks correct to me, but I don't use Windows, I am a Linux user.
If you think it is not working, feel free to open a PR.
Reference:
https://tabularis.dev/wiki/plugins
Plugin is very interesting btw, let me know if I can help you.