Mirror of https://github.com/improsocial/impro-sample-plugin
0

Configure Feed

Select the types of activity you want to include in your feed.

Add tag version prefix

Grace Kind (May 22, 2026, 8:32 PM -0500) 15922ecc f311399e

+3 -3
+1
.npmrc
··· 1 + tag-version-prefix = "" 1 2 @atpkgs:registry = https://registry.atpkgs.easrng.net/
+1 -2
package.json
··· 1 1 { 2 2 "name": "impro-sample-plugin", 3 - "version": "0.1.2", 4 - "private": true, 3 + "version": "0.1.3", 5 4 "type": "module", 6 5 "scripts": { 7 6 "start": "npm run watch",
+1 -1
src/main.js
··· 104 104 105 105 this.addSettingTab(new SampleSettingTab()); 106 106 107 - this.addSidebarItem("lightning-bolt", "Open modal", () => { 107 + this.addSidebarItem("lightning-bolt-line", "Open modal", () => { 108 108 new SampleModal(this.settings).open(); 109 109 }); 110 110 this.app.on("post-context-menu", (menu) => {