Skip to content

VS Code extension to send feedbacks to Notion from your code

License

Notifications You must be signed in to change notification settings

EtienneDG/feedback-to-notion

Repository files navigation

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

About

VS Code extension to send feedbacks to Notion from your code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published