Skip to content

Instantly share code, notes, and snippets.

@colorful-tones
Last active March 8, 2026 18:01
Show Gist options
  • Select an option

  • Save colorful-tones/bee2dead49ca6f6a73483b7c5d4863c7 to your computer and use it in GitHub Desktop.

Select an option

Save colorful-tones/bee2dead49ca6f6a73483b7c5d4863c7 to your computer and use it in GitHub Desktop.
Obsidian Web Clipper template for Make WordPress posts
{
"schemaVersion": "0.1.0",
"name": "Make WP (1)",
"behavior": "create",
"noteContentFormat": "{{selectorHtml:#content .o2-posts .post .entry-content|remove_html:(\\\".o2-post-footer-actions,.sharedaddy,.o2-appended-tags\\\")|markdown}}",
"properties": [
{
"name": "tags",
"value": "{{selector:#content .o2-posts .post .o2-appended-tags|strip_tags:()|replace:(\\\"#\\\":\\\"\\\")}}, wordpress",
"type": "multitext"
},
{
"name": "title",
"value": "{{selector:#content .o2-posts .post .entry-title}}",
"type": "text"
},
{
"name": "url",
"value": "{{url}}",
"type": "text"
},
{
"name": "articlePublishedDate",
"value": "{{meta:property:article:published_time}}",
"type": "date"
},
{
"name": "articleModifiedDate",
"value": "{{meta:property:article:modified_time}}",
"type": "date"
},
{
"name": "author",
"value": "{{selector:#content .o2-posts .post .entry-author}}",
"type": "multitext"
}
],
"triggers": [
"https://make.wordpress.org"
],
"noteNameFormat": "{{title}}",
"path": "References/Clippings/_Read-Later"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment