siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

Results 141 siyuan issues
Sort by recently updated
recently updated
newest added

给模板加入预览窗口,提升效率,模板如果长时间不用很难想起来,新的模板也可以也可以即使预览而不是先打开 ![image](https://user-images.githubusercontent.com/51036094/132834555-44381e68-b4ab-4ec7-9d77-7935b8323a85.png)

Enhancement

### 在什么情况下你需要该特性?In what scenarios do you need this feature? 目前来看,这两个方法在挂件中的应用带来的体验提升是非常明显的,它让挂件跟笔记文档之间的联系更加紧密。但是当前需要手动在main.js挂载方法的做法并不适用于每一个用户,如果开发者能默认开放这两种方法并简要描述一下其用法,那将是极好的。 之前尝试过在思维导图挂件中使用这两个方法,效果不错,希望PC端能默认支持,如果移动端伺服的时候也能支持,那就更好了。 [https://ld246.com/article/1651156033109](https://ld246.com/article/1651156033109) ### 描述可能的最优解决方案 Describe the optimal solution 以下是之前做过的一些粗浅的尝试: 之前尝试过在挂件中使用上述两种方法: ```ts // 跳转 (0, window.parent._M.openFileById)({ id: myId, position: "right", hasContext:...

Enhancement

https://ld246.com/article/1638586556421

Feature

https://ld246.com/article/1658849334361

### 该问题是否已经被报告过了? Is there an existing issue for this? - [X] 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues ### 描述问题 Describe the problem 如 GIF 所示,当使用 Alt+点击 来折叠列表时,可以正确折叠 但当时用菜单折叠时,会有问题,内容被压缩在了一起...

### 该问题是否已经被报告过了? Is there an existing issue for this? - [X] 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues ### 描述问题 Describe the problem 如题,改变pdf页面宽度之后,只有手动切换缩放选项之后才会进行页面缩放比例的调整。 ### 期待的结果 Expected result 手动拖动之后能够自动改变页面缩放比例...

https://ld246.com/article/1648293104820

https://ld246.com/article/1658149317251 第二点

Enhancement

### 在什么情况下你需要该特性?In what scenarios do you need this feature? 图片失效,需要进行更改,但是还需要保留图片的题注信息。 1. 翻找之前的网页剪辑,发现图源挂了 2. 复制网页内容,粘贴,防盗链导致URL无法显示 遇到以上情况,一般需要手动一张张复制粘贴图片,然后把之前的失效图片删掉进行替换,然后再手动复制题注 ### 描述可能的最优解决方案 Describe the optimal solution 参考PPT的图片右键菜单: ![image](https://user-images.githubusercontent.com/19968935/179204303-99236bb1-76af-474a-b206-9e678ca932bb.png) 本质上做了两件事:保存剪贴板的图片到思源assets中,复制本地地址替换选中的图片地址。 目前的工作流似乎并不能方便的快速执行上面的操作 ### 描述候选的解决方案 Describe the candidate...