Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thuongtin/b06f74fb393481804064ec067fcf273d to your computer and use it in GitHub Desktop.

Select an option

Save thuongtin/b06f74fb393481804064ec067fcf273d to your computer and use it in GitHub Desktop.
{
"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