@moonjot/moon-obsidian-plugin
v0.1.53
Published
Moon obsidian plugin for Moon
Downloads
4
Maintainers
Readme
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