0.1.18 • Published 10 months ago
@moonjot/moon-obsidian-mention-plugin v0.1.18
Obsidian Mnetion plugin
Features
- Find tags with # and set location files with > inside Obsidian
- Insert note snippets easily with /
- Triggered with @ to set your personal CRM; a person can be auto-fetched by the context or added manually
Installation
yarnBuild before publishing
yarn buildFor dev mode run
yarn watchThis 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 originAdd you repo origin and change also credential iin package.json
Then
yarn pub