@moonjot/moon-obsidian-mention-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.17 • Public • Published

Moon Plugin Sample

Installation

yarn

Build before publishing

yarn build

For dev mode run

yarn watch

This wil build the app each time you do a change

on you app add to you settings.plugins.list

{
	"id": 2,
	"packageName": "{PATH_TO}/moon-obsidian-mention-plugin", // path to the plugin
	"description": "Sample app",
	"fromPath": true, // if you packages name is develop locally
	"devMode": true, // allow auto refresh before each use
	"npmRegistryUrl": "https://npm.pkg.github.com", // if you use moon plugin
}

Publishing

First remove current git origin

git remote remove origin

Add you repo origin and change also credential iin package.json

Then

yarn pub

Package Sidebar

Install

npm i @moonjot/moon-obsidian-mention-plugin

Weekly Downloads

14

Version

0.1.17

License

MIT

Unpacked Size

51.3 kB

Total Files

17

Last publish

Collaborators

  • castrocrea