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同步笔记文件到网盘。
- Host: GitHub
- URL: https://github.com/gvcgo/easynotes
- Owner: gvcgo
- License: mit
- Created: 2022-07-13T10:15:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T16:11:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-20T19:14:43.526Z (7 months ago)
- Topics: cloud-disk, markdown, notes, vscode-extension, webdav
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=moqsien.easynotes
- Size: 4.03 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)