A simple vscode extension to send code feedbacks to a Notion database.
You can either create a new feedback or update an existing one.
You can send feedback on :
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)
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