Last active
March 8, 2026 18:01
-
-
Save colorful-tones/bee2dead49ca6f6a73483b7c5d4863c7 to your computer and use it in GitHub Desktop.
Obsidian Web Clipper template for Make WordPress posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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