0.1.53 • Published 1 year ago

@moonjot/moon-obsidian-plugin v0.1.53

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Moon Obsidian Plugin

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-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
				}

Publishing

First remove current git origin

git remote remove origin

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

Then

yarn pub
0.1.53

1 year ago

0.1.52

1 year ago

0.1.51

1 year ago

0.1.50

1 year ago

0.1.45

1 year ago

0.1.46

1 year ago

0.1.47

1 year ago

0.1.48

1 year ago

0.1.44

1 year ago

0.1.43

1 year ago