Skip to content

Latest commit

 

History

History
205 lines (159 loc) · 4.66 KB

quickstart.mdx

File metadata and controls

205 lines (159 loc) · 4.66 KB
title description icon
Quick Start
Start using our service to make each of your time block valuable
kickstarter

Sign-Up

Two register methods are supported: Google authentication register, Github authentication register. Sign-Up Link

Sign-In

Three login methods are supported: Google authentication login, Github authentication login, email login Sign-In Link

Create your first project

A project is a space connected to a Notion database that can collect multiple records.

Notion Configuration

Clone from the project template

Currently the platform does not support customized database define.

As this is a tool I build for my own need,the structure of the database is fine enough to make a few products of my own including blogs and curated-lists.

The project template is [here](https://storm-patella-019.notion.site/Project-Template-174228d4dc6d80c9b5dbdda98398ff4e)

Clone the template to your own workspace.

Get the database_id

You can get the whole database link here

notion getdatabaseid

The link structure is like this.

notion databaseid

The "database_id" will be used to config the project.

New a Integration

Integration is used to operate Notion through API.

The integration management page is here

notion integration1

Click New Integration.

notion integration2

Config the integration.

It is better to name the integration based on its purpose Choose your own workspace where your database will be built in Internal Click "Save"

notion integration3

Continue...

The "Internal Integration Secret" will be used to config the project Check these three capabilities Click "Save"

notion integration

You can check the Integrations you created here.

Connect the database to Integration

notion integration

Create Project

The project's purpose should be obviously recognized from its name, with words separated by '-' or '_' The slug is automatically generated by the system based on the name Get the Integration Secret from Integration section Refer to the "Get the database_id" section. Make sure that the IntegrationSecret and Database is connected

Create a API key

Create a API key here: API Keys

notion token You should not put your API key in public.

Install the browser extension

Get the extension from here: <Card title="Chrome Extension" icon="chrome" href="https://chromewebstore.google.com/detail/infotobiz-make-your-curat/biafoppcdcfpnmcdbdickiijjahjfbbj?authuser=0&hl=en"

Download for Chrome

<Card title="Edge Extension" icon="edge" href="https://microsoftedge.microsoft.com/addons/detail/jpoigolfobilgmhlahkgojngaonmgoom"

Download for Edge

API Key verification

Open a url, move your mouse arrow to the bottom right of the page, and the extension will pop up. Click to enter the API Key for verification

After successfully verifying the API Key, it will automatically redirect to the operation page. The API Key will be encrypted for data security and stored locally in your browser.

api key

Start your journey

Following the user guide to save your first record.