An open API service indexing awesome lists of open source software.

https://github.com/steeeee0223/notion-extension


https://github.com/steeeee0223/notion-extension

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Uploading Folders to Notion Database

### Usage
1. Grant access & provide url. Two options in the starting page:
- To create a new database, provide page url. Then choose a name of your database
- To insert data into an existing database, provide database url
2. Upload your folder, may select some folder names to ignore

### TODO
- [x] Parsing Url
- [ ] Ignore files provided by users
- [ ] Error Message
- - [x] Failed url
- - [x] Unsupported type
- - [x] Content length exceeded
- - [ ] Failed creating database message
- - [ ] Failed inserting database message
- - [ ] Uploading to nonexisting database
- - [ ] ...
- [x] Support more file type
- [x] Suppoer more block objects
- [x] Support .ipynb
- - [x] Code blocks
- - [x] Markdown blocks
- - [x] Output blocks
- - [x] Large length in each block
- [x] Create Jinja HTML page
- [ ] Add CSS and Bootstrap
- [ ] ...