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

it seems to be pulling the info from the "

enhancement

### 该问题是否已经被报告过了? Is there an existing issue for this? - [X] 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues ### 描述问题 Describe the problem **当代码块处于换行状态下,多并列一个页面的时候,出现bug** ### 期待的结果 Expected result 代码块正常显示...

### 该问题是否已经被报告过了? Is there an existing issue for this? - [X] 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues ### 描述问题 Describe the problem 修改字体为非默认,设置中部分选项字体也会随之变化。 ### 期待的结果 Expected result 期望如同说明一般,修改字体仅影响编辑器内字体显示。...

### 该问题是否已经被报告过了? Is there an existing issue for this? - [X] 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues ### 描述问题 Describe the problem 超链接的删除是只删除链接,保留锚文本 而块引用的删除是整个删除引用,不保留锚文本 会造成混乱 ### 期待的结果 Expected...

Enhancement

https://ld246.com/article/1659971386440 内核日志: ``` transaction.go:867: update data is nil ```

Bug

https://ld246.com/article/1659969538089

编辑器页签上下左右 4 个方位槽支持放置挂件,每个槽可支持内部布局,类似超级块嵌套。

Feature

### 在什么情况下你需要该特性?In what scenarios do you need this feature? 移动端伺服时需要使用该方案进行笔记本/文档的分享 ### 描述可能的最优解决方案 Describe the optimal solution 参考 `导入 Data` 功能在 Web 端中的实现, 这种单文件的导入可以先将 `*.sy.zip` 文件上传至临时目录, 再调用内核处理该文件 ### 描述候选的解决方案 Describe the...

Enhancement

目前在代码左右边界上新增字符不会纳入代码。有两个方案可以考虑: * Notion 方案:第一次编辑不纳入,Backspace 后再打字纳入 ![issue](https://user-images.githubusercontent.com/873584/183272515-04501950-18e7-4da3-99f3-484cacafee32.gif) * 语雀方案:使用零宽空格区隔 ![issue](https://user-images.githubusercontent.com/873584/183272548-86fe8246-1651-4643-8e02-c3b72bebfa80.gif) 语雀的方案对用户更直观一些。

Enhancement