generated at
Obsidian Web CliperでAmazonから書籍ページを取り込む
便利な点
URLによる切り分けができる
ページ内の情報をセレクターで取得できる

ref.

たとえば、の設定
できあがるノート

books_amazon-clipper.json
{ "schemaVersion": "0.1.0", "name": "Books|Amazon", "behavior": "create", "noteContentFormat": "{{selector:#landingImage?src|image}}\n\n", "properties": [ { "name": "author", "value": "{{selector:#bylineInfo .author a}}", "type": "multitext" }, { "name": "title", "value": "{{selector:#productTitle}}", "type": "text" }, { "name": "description", "value": "{{selector:#bookDescription_feature_div>.a-expander-collapsed-height>.a-expander-content|Markdown}}", "type": "text" } ], "triggers": [ "https://www.amazon.co.jp" ], "noteNameFormat": "『{{selector:#productTitle}}』", "path": "Books" }
ref.


iPhone版だとAmazonページで情報がうまく取得できない
表紙画像
foramzonatios.js
{{selector:#landing-image-wrapper>img?src|image}}
お仲間