Created
April 7, 2026 03:26
-
-
Save thuongtin/b06f74fb393481804064ec067fcf273d to your computer and use it in GitHub Desktop.
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": "Facebook Post", | |
| "behavior": "create", | |
| "noteNameFormat": "{{title|replace:\"/\\s*\\x7c\\s*Facebook\\s*$/\":\"\"}}", | |
| "path": "raw/Clippings", | |
| "noteContentFormat": "{% if selector:[role=\"dialog\"] [data-ad-comet-preview=\"message\"] %}{{selectorHtml:[role=\"dialog\"] [data-ad-comet-preview=\"message\"]|first|markdown}}\n\n{{selector:[role=\"dialog\"] img[src*=\"scontent\"]?src|image|join:\"\\n\\n\"}}{% else %}{% if selector:[role=\"main\"] [data-ad-comet-preview=\"message\"] %}{{selectorHtml:[role=\"main\"] [data-ad-comet-preview=\"message\"]|first|markdown}}\n\n{{selector:[role=\"main\"] img[src*=\"scontent\"]?src|image|join:\"\\n\\n\"}}{% else %}{{content}}{% endif %}{% endif %}", | |
| "properties": [ | |
| { | |
| "name": "title", | |
| "value": "{{title|replace:\"/\\s*\\x7c\\s*Facebook\\s*$/\":\"\"}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "author", | |
| "value": "{{title|split:\" - \"|first|wikilink}}", | |
| "type": "multitext" | |
| }, | |
| { | |
| "name": "source", | |
| "value": "{{url}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "created", | |
| "value": "{{date}}", | |
| "type": "date" | |
| }, | |
| { | |
| "name": "image", | |
| "value": "{{selector:[role=\"dialog\"] img[src*=\"scontent\"]?src|first}}", | |
| "type": "text" | |
| }, | |
| { | |
| "name": "tags", | |
| "value": "clippings/facebook", | |
| "type": "multitext" | |
| } | |
| ], | |
| "triggers": [ | |
| "/https:\\/\\/(www\\.|m\\.)?facebook\\.com\\/.*(posts|photo|reel|watch|permalink|pfbid)/" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment