{
  "schemaVersion": "0.1.0",
  "name": "new post video template",
  "behavior": "create",
  "noteContentFormat": "```vid\n{{url}}\n```\n> [!info] tldw\n> {{\"write a <350 character summary of what the video is about and key insights covered in lowercase\"}}\n\n## notes\n\n\n",
  "properties": [
    { "name": "tags", "value": "youtube", "type": "multitext" },
    { "name": "creator", "value": "[[{{schema:@VideoObject:author}}]]", "type": "multitext" },
    { "name": "summary", "value": "", "type": "multitext" },
    { "name": "uploaded", "value": "{{schema:@VideoObject:uploadDate}}", "type": "date" },
    { "name": "categories", "value": "[[posts.base]]", "type": "multitext" },
    { "name": "feature", "value": "", "type": "text" },
    { "name": "url", "value": "{{url}}", "type": "text" }
  ],
  "triggers": ["https://www.youtube.com"],
  "noteNameFormat": "{{title}}",
  "path": "youtube",
  "context": "{{selectorHtml:ytd-engagement-panel-section-list-renderer[visibility$=\"EXPANDED\"] #segments-container|strip_tags:\"h2,ytd-transcript-segment-renderer\"|replace:\"ytd-transcript-segment-renderer\":\"li\"|markdown}}"
}
