Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.58 KB

Notion board box

Update board information on Notion to Gist!


What is

I'm big fan of Notion, and I enjoy recording my works or goals on the Notion board.

This project helps you automatically synchronize Notion's baord infomation to the GitHub home page (Gist), you can browse how it works on my GitHub home page. It updates infomation every 15 minutes, you can also change the settings yourself.


Setup

  1. You need to have a Notion page, and that contains Board. e.g. goals
  2. Create a new public GitHub Gist
  3. Create a token with the gist scope and copy it.

Usage

Just copy goals.yml file to any of your projects, modify the configs as you like, and it work.


Parameters in yaml file

  • GH_TOKEN: The GitHub token generated above, you can configure it in project's settings/secrets.
  • id: Your Gist id.
  • page: Your Notion page id.
  • url: External links, support for markdown syntax.

License

MIT