Notion助手

简介

Notion助手是一个Chrome插件,使用Notion API和Chrome方便的把”页面元素”保存到Notion数据库里

页面元素

  1. 链接
    1. 当在页面内的链接元素上右键时,对应的是链接的地址
    2. 当在页面的其他地方点击右键时,对应的是页面的地址
  1. Title(v1.03)
    1. 当在页面内的链接元素上右键时,如果链接有Title属性使用Title属性,没有使用文本内容
    2. 当在页面的其他地方点击右键时,对应的是页面的标题名称

插件安装和配置

  1. 安装插件
    1. https://chrome.google.com/webstore/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
  1. 获取Bot Token
    1. 创建一个新的 integration https://www.notion.so/my-integrations
      1. notion image
        notion image
    2. 获取Internal Integration Token
    3. notion image
  1. 选择一个Notion database
    1. notion image
  1. 获取database的id
    1. notion image
      链接格式类似下面,截取database_id的部分
  1. 把之前创建的bot添加到database里
    1. notion image
  1. 打开插件的配置页面
    1. notion image
      填入之前设置的Bot Token和database id后会自动获取database的结构,然后把需要保存的页面元素和字段关联起来