Skip to content

Obsidian Web Clipper

Note Content

> [!NOTE] Daily Knowledge - {{date|date: MMMM D, YYYY"}}
> **Source:** [{{title}}]({{url}})\
> **Published:** {{published|date:"DD/MM/YYYY"}}\
> **Description:**
{{content}}
  • \ in the end of the line creates a line break in markdown

Properties

Full Json configuration file

{
    "schemaVersion": "0.1.0",
    "name": "Post to Starlight-Garden",
    "behavior": "create",
    "noteContentFormat": "> [!NOTE] Daily Knowledge - {{date|date: \"MMMM D, YYYY\"}} \n> **Source:** [{{title}}]({{url}})\\\n> **Published:** {{published|date:\"DD/MM/YYYY\"}}\\\n> **Description:** \n\n{{content}}\n",
    "properties": [
        {
            "name": "title",
            "value": "{{date|date:\\\"YY/MM/DD\\\"}} {{title}}",
            "type": "text"
        },
        {
            "name": "source",
            "value": "{{url}}",
            "type": "text"
        },
        {
            "name": "author",
            "value": "{{author|split:\\\", \\\"|wikilink|join}}",
            "type": "multitext"
        },
        {
            "name": "published",
            "value": "{{published|date:\\\"DD_MM_YY\\\"}}",
            "type": "date"
        },
        {
            "name": "created",
            "value": "{{date|date:\\\"DD_MM_YY\\\"}}",
            "type": "date"
        },
        {
            "name": "description",
            "value": "{{meta:name:description}}",
            "type": "text"
        },
        {
            "name": "tags",
            "value": "Clippings",
            "type": "multitext"
        },
        {
            "name": "lastUpdated",
            "value": "{{date}}",
            "type": "text"
        },
        {
            "name": "publish",
            "value": "true",
            "type": "checkbox"
        }
    ],
    "triggers": [],
    "noteNameFormat": "{{date|date:\"YY_MM_DD\"}}_{{title}}",
    "path": "Daily Knowledge"
}