Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 860 Bytes

Notion page creator

A cli tool to create notes pages in Notion. Creates a skeleton notes page from structured markdown outlines. Originally used with rwxrob's old beginner boost outline written in markdown.

Built with Notion's JavaScript API and shell scripts.

Todo items

  • Create new page in Notion db with correc title
  • Add property values into newly created page including video link
  • Add page content (home page link, day title)
  • fix shellcheck errors
  • Copy outlines from GitHub repo to page
  • Get Materials attachment working
  • Add proper emoji (waiting on Notion API support)
  • Make this more generic (work with my Notion personal notes)
  • Clean up CLI interface (-h, add options properly)