mirror of
https://github.com/ichaly/cohere.git
synced 2026-07-22 07:47:20 +00:00
Refresh README banner
This commit is contained in:
parent
dc1fac3f80
commit
c8d42b2a27
2 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -1,14 +1,14 @@
|
|||
# S3 Vault Sync
|
||||
# Cohere
|
||||
|
||||
S3 Vault Sync is a community plugin for syncing vault files through OSS / S3-compatible object storage. It supports manual sync, automatic sync, deletion sync, conflict copies, optional empty directory sync, and connection configuration import/export.
|
||||
Cohere is a community plugin for syncing vault files through OSS / S3-compatible object storage. It supports manual sync, automatic sync, deletion sync, conflict copies, optional empty directory sync, and connection configuration import/export.
|
||||
|
||||
The plugin ID is `obsync`.
|
||||
The plugin ID is `cohere`.
|
||||
|
||||
## 中文说明
|
||||
|
||||
Obsync 是一个 Obsidian 社区插件,用于通过 OSS / S3 兼容对象存储同步当前 vault 文件。
|
||||
Cohere 用于通过 OSS / S3 兼容对象存储同步当前 vault 文件。
|
||||
|
||||

|
||||

|
||||
|
||||
## 当前能力
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ dist/main.css
|
|||
|
||||
## 本地安装
|
||||
|
||||
安装到 Obsidian 时,需要复制:
|
||||
本地安装时,需要复制:
|
||||
|
||||
```text
|
||||
manifest.json
|
||||
|
|
@ -80,10 +80,10 @@ dist/main.js
|
|||
dist/main.css
|
||||
```
|
||||
|
||||
到目标 vault 的插件目录,并把 `dist/main.css` 放置为 Obsidian 识别的 `styles.css`:
|
||||
到目标 vault 的插件目录,并把 `dist/main.css` 放置为插件样式文件 `styles.css`:
|
||||
|
||||
```text
|
||||
<vault>/.obsidian/plugins/obsync/
|
||||
<vault>/.obsidian/plugins/cohere/
|
||||
manifest.json
|
||||
main.js
|
||||
styles.css
|
||||
|
|
@ -99,7 +99,7 @@ pnpm install-plugin "/path/to/your-vault"
|
|||
## 插件 ID
|
||||
|
||||
```text
|
||||
obsync
|
||||
cohere
|
||||
```
|
||||
|
||||
## 发布
|
||||
|
|
|
|||
BIN
docs/assets/cohere-banner.webp
Normal file
BIN
docs/assets/cohere-banner.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Loading…
Reference in a new issue