Skip to content

AWtnb/obsidian-yonda

Repository files navigation

Obsidian Yonda

Obsidian for this.

ISBNで書誌情報を取得してObsidianに登録する。

Screenshots

img

img

img

img

Install

Run install.ps1 with vault folder path as an argument.

管理対象のフォルダパスを引数にして install.ps1 を実行する。

# Example
.\install.ps1 C:\Users\awtnb\Obsidian\yonda-log

Manual install

Copy over main.js, styles.css, manifest.json to (VaultFolder)/.obsidian/plugins/obsidian-yonda/ .

main.jsstyles.cssmanifest.json をそれぞれ (管理対象のフォルダ)/.obsidian/plugins/obsidian-yonda/ にコピーしてもインストール可能。

Develop / Debug

Run below command in Vault root directory.

$n="obsidian-yonda";$repo="https://github.com/AWtnb/$n.git";$p=".obsidian"|Join-Path -ChildPath "plugins";if (-not(Test-Path $p -PathType Container)){New-Item -Path $p -ItemType Directory}Push-Location $p;git clone $repo; cd $n;if (Get-Command code -ErrorAction SilentlyContinue){code .};Pop-Location

Afterwords, run npm i and npm run dev.

Then on Obsidian, run Reload app without saving command. Yonda should appear in Community plugins setting.


About

ISBNで書誌情報を取得してObsidianに登録するプラグイン

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors