写了一个官方 clipper 的CSDN剪藏模板

{
  "schemaVersion": "0.1.0",
  "name": "CSDN",
  "behavior": "create",
  "noteContentFormat": "{{selectorHtml:.baidu_pl|markdown}}",
  "properties": [
    {
      "name": "title",
      "value": "{{title}}",
      "type": "text"
    },
    {
      "name": "source",
      "value": "{{url}}",
      "type": "text"
    },
    {
      "name": "author",
      "value": "{{selectorHtml:.follow-nickName|markdown}}",
      "type": "multitext"
    },
    {
      "name": "created",
      "value": "{{date}}",
      "type": "date"
    },
    {
      "name": "description",
      "value": "{{selectorHtml:.abstract-content|remove_html:(\\\"img\\\")|markdown}}",
      "type": "text"
    },
    {
      "name": "tags",
      "value": "clippings",
      "type": "multitext"
    }
  ],
  "triggers": [
    "https://blog.csdn.net/"
  ],
  "noteNameFormat": "{{title}}",
  "path": "Clippings"
}
1 个赞