Xiaoming Bai

Results 20 comments of Xiaoming Bai

Obsidian does not support going forward and backward when exploring third-party plugins. Once you go into a certain plugin homepage, when going back, you'll always be moved to the top...

+1, 建议允许用户自行选择是否使用esc关闭贴图. 顺便问下, 这个功能专业版里有实现吗, 还是说目前专业版免费版都是在用esc关闭贴图.

Thanks for the explanation, that makes sense to me now.

> 你使用的是 Windows 吗?可以选中文件后 Shift+RightClick 复制所有路径,然后 `upgit 文件1 文件2 文件3 -o markdown` 目前我使用upgit的场景是这样的. 在一个叫obsidian的类似于typora的md笔记软件里, 通过给"upgit :clipboard -f markdown"这条命令行语句设置一个快捷键(shift-v)来快捷地使用upgit. 设置完毕, 我在软件里直接按shift+v, 就能把剪贴板里的截图自动上传并在文档光标处插入回传的图片链接. 所以基于我的这种用法, 被执行的命令行指令是不能变的, 如果每回都得手动输入文件123... 那用起来就太折磨了. 我所期望的是, 不管一个md文档之中有多少张本地图片, 我只要将它们复制到剪贴板, 然后执行upgit :clipboard...

> Golang 不太好实现,要实现这个功能得重新发明一个 [Clipboard.GetFileDropList](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.clipboard.getfiledroplist),有兴趣的话用 C# 写一个 Wrapper。 > > https://github.com/dotnet/winforms/blob/main/src/System.Windows.Forms/src/System/Windows/Forms/Clipboard.cs > > 最简单的做法是用 AHK 读取剪贴板的路径并作为参数调用 upgit 好的, 谢谢. 我研究一下ahk, 知道这个但一直也没用过, 都是简单用点宏.

You could simply write a css snippet to change the text color. ``` .hltr-pink { color: #bdbdbd; } ``` ![图片](https://user-images.githubusercontent.com/65625632/163535832-8b978f7c-0eb2-4002-8ebe-a7812f88b2fd.png)

The same issue, but not sure if it is a deliberate design or a bug. My workaround is to replace all the ` ` with `` before finishing editing a...

> Hi, > > Is there another method to open a link ? I thought we could open a link by just clicking on it : is this possible ?...

建议考虑去除字数限制, 比如我的很多标题都是2个字的 ![图片](https://user-images.githubusercontent.com/65625632/162368114-82532d87-fd1e-450f-a4aa-b1ebe271eb86.png) 然后最后一行的标题转换没有生效 ![图片](https://user-images.githubusercontent.com/65625632/162368932-6c001ace-1595-49b0-aa3f-784538590115.png) 另外建议默认批量转为一级标题而非三级标题. 然后允许用户再次执行该命令, 把一级标题再批量转为二级标题. 然后再执行一次, 二级标题即可批量转为三级标题...

还是希望能有切换格式刷的快捷键, 比如在几种高亮颜色之间切换, 或者在粗体或下划线之间切换. 毕竟做标记都是按正常的阅读顺序走的, 很少有人会先把一段里所有需要用粗体的地方先标好, 然后切换到下划线再把这段里所有需要用下划线的地方标好. 都是会频繁切换的, 比如上一句是重点应使用粗体, 下三句就是次重点应使用下划线, 完了再下一句又是重点了.