For example, the following does not appear to work in the new UI:
extensionPoints: {
bottomBar: {
title: "Cardsy",
tooltip: "Generate Cards",
svgIcon: icon,
Source:
https://github.com/YashBhalodi/cardsy/blob/master/main.js
For one of my personal projects, I had to switch to the ‘toolbar’ extension point and replace ‘svgIcon’ with:
toolbarSvgIcon: icon,
librarySvgIcon: icon,
Tagging in