{ "schemaVersion": "0.1.0", "name": "YouTube", "behavior": "create", "noteNameFormat": "{{schema:author}} – {{schema:name}}", "path": "Clippings", "noteContentFormat": "![{{schema:name}}]({{url}})", "properties": [ { "name": "title", "value": "{{schema:name}}", "type": "text" }, { "name": "author", "value": "{{schema:author|wikilink}}", "type": "multitext" }, { "name": "published", "value": "{{schema:uploadDate|date:YYYY-MM-DD}}", "type": "date" }, { "name": "source", "value": "{{url}}", "type": "text" }, { "name": "image", "value": "{{schema:thumbnailUrl|slice:0}}", "type": "text" }, { "name": "created", "value": "{{date}}", "type": "text" }, { "name": "tags", "value": "videos", "type": "text" } ], "triggers": [ "https://www.youtube.com/watch?v=" ] }