https://github.com/steeeee0223/notion-extension
https://github.com/steeeee0223/notion-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steeeee0223/notion-extension
- Owner: steeeee0223
- Created: 2022-06-13T10:17:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T18:04:25.000Z (over 2 years ago)
- Last Synced: 2024-04-15T07:51:25.187Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- [ ] ...