Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.23 KB

Feedback To Notion

A simple vscode extension to send code feedbacks to a Notion database.

Features

You can either create a new feedback or update an existing one.

You can send feedback on :

  • a piece of code Selection Demo

  • on a whole file File Demo

Requirements

You need to create an custom integration in Notion, read the docs on how to do that.

For now (07/01/2022), the fields in your feedback database should be the following :

  • Feedback (text)
  • Tags (multi select)
  • Creator (select)
  • Contributors (multi select)
  • Counter (number)

Extension Settings

This extension contributes the following settings:
notion.token : Token provided by notion when adding the extension to your workspace (ie. secret_xxxxx).

notion.databaseId : Your Feedback database ID. Database IDs can found in Notion urls : https://www.notion.so/<workspace_name>/<databse_id>.

notion.myPersonId : Use your browser dev tools. Go to Notion > Click your name (top left) > My account. You should see a call to getDataAccessConsent with your user id in the response