Skip to main content

Bookmark Webclipper

  • January 3, 2020
  • 0 replies
  • 6 views

I currently use this for my own airtable web page bookmarks:

{
    "schemaVersion": 3,
    "fieldMappings": [
        {
            "fieldName": "Description",
            "fieldType": "multilineText",
            "defaultValue": {
                "type": "pageTitle",
                "opts": null
            }
        },
        {
            "fieldName": "Link URL",
            "fieldType": "url",
            "defaultValue": {
                "type": "pageUrl",
                "opts": null
            }
        },
        {
            "fieldName": "Category",
            "fieldType": "multipleSelects",
            "defaultValue": {
                "type": "none",
                "opts": null
            }
        }
    ]
}