jianwu003

Results 4 issues of jianwu003

### 前置阅读 | Pre-reading - [X] [文档/Doc](https://piclist.cn/) - [X] [Issues](https://github.com/Kuingsmile/PicList/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) - [X] [FAQ](https://github.com/Kuingsmile/PicList/blob/dev/FAQ.md) ### PicList的版本 | PicList Version v2.8.4 ### 系统信息 | System Information Windows ### 问题重现 | Bug reproduce...

bug

When the smart connection is loaded, it always displays this and cannot be displayed correctly.When I download this plug-in, do I need to install additional software? System: macOS ![image](https://github.com/brianpetro/obsidian-smart-connections/assets/159551078/bb84ab99-87ae-4344-92ba-0af9d9035a89)

### PicHoro的版本 v2.8.0 ### 系统信息 iQOO Neo5 ### 功能请求 之前安卓端用的是小白图床,不过他跑路了,没法用,他的自定义 API 是这样的形式。感谢开发者 https://www.yuque.com/luwenjie/gmahbo/ub9ko6

enhancement

现在的变量分散在各个地方,有在侧边栏的存储,在流程中的块变量,编辑器右上角的全局变量,甚至插入数据块独有的导入本地电脑文件数据的功能。上手的时候非常困难,能否像 Quicker 一样,所有变量的创建和管理都放在编辑器里面,然后能够直接选择持久化的存储类型,在块里面使用变量,也必须在这个地方先创建。同时希望能够在变量面板直接复制能够在后续流程中使用的值。比如 变量名:xxx 类型:变量 全局:false 持久化存储:false 在块中使用:`variables@name` 【copy】(备注:you can use it `variables.name` ) 在 JavaScript 中使用:`automaRefData('variables', 'text');` 【copy】 变量名:xxx 类型:变量 全局:true 持久化存储:false 在块中使用:`globalData@name` 【copy】(备注:you can use it `globalData.name` )...