Obsidian for this.
ISBNで書誌情報を取得してObsidianに登録する。
Run install.ps1 with vault folder path as an argument.
管理対象のフォルダパスを引数にして install.ps1 を実行する。
# Example
.\install.ps1 C:\Users\awtnb\Obsidian\yonda-log
Copy over main.js, styles.css, manifest.json to (VaultFolder)/.obsidian/plugins/obsidian-yonda/ .
main.js ・ styles.css ・ manifest.json をそれぞれ (管理対象のフォルダ)/.obsidian/plugins/obsidian-yonda/ にコピーしてもインストール可能。
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-LocationAfterwords, run npm i and npm run dev.
Then on Obsidian, run Reload app without saving command. Yonda should appear in Community plugins setting.
-
Generated from obsidian-sample-plugin
-
this.app.emulateMobile(!this.app.isMobile);



