-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
671 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,5 @@ | ||
# siyuan-plugin-importer | ||
|
||
Import from epub, docx, pdf, html etc. to siyuan-note | ||
|
||
## Usage | ||
|
||
```js | ||
// usage | ||
``` | ||
|
||
## Deps | ||
|
||
``` | ||
## Congregations! siyuan-plugin-importer need no deps, it is just pure js code 🎉 | ||
``` | ||
|
||
## Dev | ||
[中文](README_zh_CN.md) | ||
|
||
```bash | ||
pnpm dev -F siyuan-plugin-importer | ||
``` | ||
|
||
## Build | ||
|
||
```bash | ||
pnpm build -F siyuan-plugin-importer | ||
``` | ||
|
||
## Test | ||
|
||
Execute the unit tests via [vitest](https://vitest.dev) | ||
|
||
```bash | ||
pnpm test -F siyuan-plugin-importer | ||
``` | ||
|
||
## Publish | ||
# siyuan-plugin-importer | ||
|
||
```bash | ||
pnpm publish -F siyuan-plugin-importer --tag latest | ||
``` | ||
Import from epub, docx, pdf, html etc. to siyuan-note |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[English](README.md) | ||
|
||
# 导入工具 | ||
|
||
导入 epub, docx, pdf, html 等格式到思源笔记 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.