An open API service indexing awesome lists of open source software.

https://github.com/laixintao/yqt

YuQue Tools, now you can edit your markdown with your favorite editor and use yqt to upload them to yuque.com.
https://github.com/laixintao/yqt

lark markdown yu-que

Last synced: 3 months ago
JSON representation

YuQue Tools, now you can edit your markdown with your favorite editor and use yqt to upload them to yuque.com.

Awesome Lists containing this project

README

          

# Yu Que Tools

A command line tools for yuque.com. It support both yuque.com and Alibaba's intranet.

## Install

```
pip install yqt
```

## Usage

1. Get a token from https://yuque.com/settings/tokens
2. `export YUQUE_TOKEN=your-token`
3. `yqt filename.md`

File format:

```
https://yuque.com/me/kzzkgl/asdfas

# Title

you content here...
```

- The first line must be url to sync to.
- The next none blank line will be doc's title.