bcdax110
bcdax110
双屏的时修改倍速的提示有时候会出现在播放器那边,有时候会出现在笔记文档那边,希望可以固定到一个位置。
Added an field `id_base62` to Highlight to solve the problem of the original id not being suitable as an obsidian block reference id (see: weichenw/obsidian-hypothesis-plugin#68) This is obtained by doing...
The id contains the character "_", which is not a legal character for Obsidian block references. This prevents the automatic assignment of block references directly to hypothesis data after synchronization....
Rust中的写在文件开头(包级别)的注释有两种写法: - 行注释: `//!` - 块注释: `/*! ... */` 插件目前会把Rust语法中固定的`!`也当作注释的内容 比如文件exmaple.rs的内容是: ```rust //! 示例包注释 ``` 在Project视图中显示的是`example.rs ! 示例包注释`,而正确的显示方式应该是`example.rs 示例包注释`
在通过命令打开插件的导出窗口的时候有概率自动跳出文件输出位置的对话框,在这个对话框和点击导出弹出的对话框选择完存储位置后就会出现这个异常,但有极其小概率不会出现异常。大多数情况下控制台输出只有这个异常,有小概率会先输出正常导出的日志,然后出现这个异常的输出。 控制台输出: 抛出异常的位置:https://github.com/l1xnan/obsidian-better-export-pdf/blob/7f612d9383df1b439fb3499bc1c83ca21294d3ab/src/pdf.ts#L421 异常信息: ``` Error: Error invoking remote method 'GUEST_VIEW_MANAGER_CALL': Error: Failed to generate PDF: Printing failed at t.ipcRendererInternal.invoke (node:electron/js2c/renderer_init:2:11128) at async exportToPDF (plugin:better-export-pdf:20400:16) at async handleExport (plugin:better-export-pdf:20511:11) ```
希望可以在视频暂停的时候能直接复制里面的文字,不过考虑到OCR还是有一定性能开销的,可以设置一个选项来设置是否默认在暂停的时候OCR,另外加一个执行OCR的命令和按钮给不在暂停的时候自动OCR的情况使用
存在的问题: - 全屏模式下播放器右下角的全屏按钮 - 全屏按钮:无法退出全屏("New window"方式有这个问题,而“New pane on the right”就没有这个问题) - 更多选项按钮:弹出的列表需要退出全屏后才能看到("New window"、“New pane on the right”都出现了这个问题) - 右上角的播放倍率提示在全屏模式下看不到("New window"、“New pane on the right”都出现了这个问题) 插件版本:3.1.0(当前最新版)
- [x] The Plugin is up to date - [x] Obsidian is up to date **Describe the bug** After enabling the plug-in, PDF export will output will output Front Matter....
When "Use domain folders" is enabled, if pages with the same title exist under different paths within the same domain, file name conflicts may occur. Although this is resolved by...
I wanted to try the feature in #1169, so I built it from the latest version and found that it didn’t work. Later, I discovered that it worked when opened...