Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5ika/denotion
Save Notion pages locally
https://github.com/5ika/denotion
deno markdown notion offline
Last synced: about 2 months ago
JSON representation
Save Notion pages locally
- Host: GitHub
- URL: https://github.com/5ika/denotion
- Owner: 5ika
- License: mit
- Archived: true
- Created: 2022-07-04T15:37:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T10:17:43.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T20:49:00.200Z (5 months ago)
- Topics: deno, markdown, notion, offline
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> MOVED TO ssh://5ika.ch:1917/denotion
# Denotion
Notion is useful but our data are locked in the service.
Denotion is a tool to download Notion's content and publish it easily as HTML content.## Usage
```bash
deno run --allow-net --allow-write --allow-read=.env,.env.defaults,md --allow-env \
https://raw.githubusercontent.com/5ika/denotion/main/mod.ts --notionSecret --pageId
```### Options
- `--notionSecret`: Provide Notion secret for authentication
- `--pageId`: Targeted Notion's page UUID
- `--md`: Generate only MD content
- `--html`: Generate HTML from existant `md` directoryNotion secret and page ID could be provided through environment variables with `NOTION_SECRET` and `ENTRYPOINT_PAGEID`.