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.
- 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)