docs: 添加腾讯云+PicGo+Obsidian图床文档

main
eci-ray 2024-04-26 10:07:40 +08:00
parent 9a7fe73010
commit 6b830a7c72
7 changed files with 9983 additions and 10 deletions

View File

@ -1,3 +1,4 @@
{
"accentColor": ""
"accentColor": "#5ccef5",
"theme": "obsidian"
}

View File

@ -0,0 +1,3 @@
[
"obsidian-image-auto-upload-plugin"
]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-image-auto-upload-plugin",
"name": "Image auto upload Plugin",
"version": "3.7.0",
"minAppVersion": "0.10.7",
"description": "This plugin uploads images from your clipboard by PicGo",
"author": "renmu",
"authorUrl": "https://github.com/renmu123/obsidian-image-auto-upload-plugin",
"isDesktopOnly": true
}

View File

@ -49,7 +49,19 @@
"state": {
"type": "markdown",
"state": {
"file": "Android Hilt.md",
"file": "日志检索.md",
"mode": "source",
"source": false
}
}
},
{
"id": "caa4242bfca853fb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "未分类日志.md",
"mode": "source",
"source": false
}
@ -68,7 +80,7 @@
}
}
],
"currentTab": 3
"currentTab": 4
}
],
"direction": "vertical"
@ -134,7 +146,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Android Hilt.md",
"file": "未分类日志.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -151,7 +163,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Android Hilt.md",
"file": "未分类日志.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -174,7 +186,7 @@
"state": {
"type": "outline",
"state": {
"file": "Android Hilt.md"
"file": "未分类日志.md"
}
}
}
@ -195,8 +207,9 @@
"command-palette:打开命令面板": false
}
},
"active": "90f44bcb7cbd1134",
"active": "caa4242bfca853fb",
"lastOpenFiles": [
"Obsidian + PicGo + 腾讯云COS 图床配置.md",
"日志检索.md",
"Android Hilt.md",
"工具相关文档/VSCode/VSCode 相关.md",
@ -231,7 +244,6 @@
"文档编写/PRD",
"文档编写/PRD.md",
"文档编写",
"工具相关文档",
"UI学习/PS 学习/日志.md"
"工具相关文档"
]
}

View File

@ -0,0 +1,4 @@
测试图片上传
![johannes-plenio-GNYdKN-zjlg-unsplash.jpg](http://ihs.rayc.top/johannes-plenio-GNYdKN-zjlg-unsplash.jpg)
- [腾讯云 COS 配置PicGo访问](https://cloud.tencent.com/document/product/436/74373)
- Obsiandian 安装 **Image Auto Upload** 插件然后再插件中配置未PicGo先安装了PicGo后会自动配置好相关的实现如上图片的粘贴上传

View File

@ -49,4 +49,7 @@
## 2024-04-24
- [[Android Hilt]]
- [[Android Hilt]]
## 2024-04-26
- [[Obsidian + PicGo + 腾讯云COS 图床配置]]