https://github.com/tzhangchi/AFFiNE-ghost
AFFiNE-ghost is a tool that migrates notes into affine and easily generates an affine blog site from your personal notes
https://github.com/tzhangchi/AFFiNE-ghost
affine affine-enhance affine-plugin blog migrate migration notes plugin tools
Last synced: about 1 month ago
JSON representation
AFFiNE-ghost is a tool that migrates notes into affine and easily generates an affine blog site from your personal notes
- Host: GitHub
- URL: https://github.com/tzhangchi/AFFiNE-ghost
- Owner: tzhangchi
- Created: 2023-02-17T16:33:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:04:57.000Z (about 2 years ago)
- Last Synced: 2025-03-02T05:52:29.208Z (2 months ago)
- Topics: affine, affine-enhance, affine-plugin, blog, migrate, migration, notes, plugin, tools
- Language: TypeScript
- Homepage: https://app.affine.pro/
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-affine - affine-ghost - a tool that migrates notes into affine and easily generates an affine blog site from your personal notes by configuring the environment (Tools)
README
# AFFiNE-ghost
AFFiNE-ghost is a tool that migrates notes into affine and easily generates an affine blog site from your personal notes by configuring the environment
## Config .env
create `.env` in root
```shell
AFFiNE_APP_URL=https://app.affine.pro/
AFFiNE_LOGIN_TOKEN={"token":###############}
AFFiNE_WORKSPACE_NAME=AFFiNE-docs
AFFiNE_LOCAL_SOURCE_PATH=/Users/affiner/src/AFFiNE-docs```
## Run upload scripts
Step 2 - run command
```shell
pnpm dev
```