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

https://github.com/gvcgo/easynotes

a vscode plugin for storing notes to remote webdav server conveniently. vscode同步笔记文件到网盘。
https://github.com/gvcgo/easynotes

cloud-disk markdown notes vscode-extension webdav

Last synced: 7 months ago
JSON representation

a vscode plugin for storing notes to remote webdav server conveniently. vscode同步笔记文件到网盘。

Awesome Lists containing this project

README

        

---------------------------
## EasyNotes Introduction
---------------------------
EasyNotes is a vscode plugin for storing your local notes files to remote webdav server more conveniently!
It will automatically walk through the local folder defined in config file.
EasyNotes能将本地的笔记(理论上所有文本类型)文件上传到配置好的webdav服务或网盘(如坚果云等),支持目录的自动遍历上传。同时支持从webdav服务同步文件到本地,支持文件修改对比等。

---------------------------
## EasyNotes Usage
---------------------------

### create
---------------------------
create a config file in current workspace;
在当前workspace中创建一个配置文件,用于配置webdav以及文件夹等相关信息;

---------------------------
### push
---------------------------
push you note files to the remote webdav server;
将本地文件夹推送到wedav服务;

---------------------------
### pull
---------------------------
pull remote files to local folder;
从webdav服务拉取文件夹内容;

---------------------------
### Config Items For Example
---------------------------
典型的配置文件内容如下:
- "webdavUrl": "https://dav.jianguoyun.com/dav/"
- "userName": "***"
- "password": "***"
- "localRoot": "e:\\project\\js\\test\\mynote"
- "remoteRoot": "/mynote"

------------------
### 中文图文教程
------------------
[点击跳转](https://github.com/moqsien/easynotes/blob/main/usage.md)