Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:04:57.000Z (over 1 year ago)
- Last Synced: 2024-08-02T00:25:23.189Z (3 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: 4
- Watchers: 2
- 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
![](https://visitor-badge.glitch.me/badge?page_id=tzhangchi.affine-ghost)## 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
```