mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Improve local image rendering in README of installed marketplace packages https://github.com/siyuan-note/siyuan/issues/14502
This commit is contained in:
parent
7ab4ccf991
commit
4b27f131ca
6 changed files with 20 additions and 9 deletions
|
|
@ -227,7 +227,7 @@ func InstalledPlugins(frontend string, checkUpdate bool) (ret []*Plugin) {
|
|||
continue
|
||||
}
|
||||
|
||||
plugin.PreferredReadme, _ = renderREADME(plugin.URL, readme)
|
||||
plugin.PreferredReadme, _ = renderLocalREADME("/plugins/"+dirName+"/", readme)
|
||||
plugin.Outdated = isOutdatedPlugin(plugin, bazaarPlugins)
|
||||
plugin.Incompatible = isIncompatiblePlugin(plugin, frontend)
|
||||
ret = append(ret, plugin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue