vim-im-select-obsidian icon indicating copy to clipboard operation
vim-im-select-obsidian copied to clipboard

Obsidian plugin: vim im select

Results 10 vim-im-select-obsidian issues
Sort by recently updated
recently updated
newest added

系统是win10的, 配置如下 ```json { "defaultIM": "", "obtainCmd": "", "switchCmd": "", "windowsDefaultIM": "1033", "windowsObtainCmd": "C:\\im-select\\im-select.exe", "windowsSwitchCmd": "C:\\im-select\\im-select.exe {C:\\Program Files (x86)\\Baidu\\BaiduPinyin\\5.8.6.5\\baidupinyin.exe}" } ```

This features does not support android platform.

Hello, when using the vim-im-select-obsidian plugin on the Windows platform (win11 22H2), version 0.1.3, I encountered an issue where the plugin wasn't functioning properly. After inspecting it through dev-tools, I...

os: windows10 obsidian version: v1.3.7 Firstly, my config was ![image](https://github.com/ALONELUR/vim-im-select-obsidian/assets/54196410/b0ae353e-7a53-4358-af0e-b1746c058bd7) but it wasn't working. And then I tried several ways to add quotation mark (`"` or `'`), but it still...

Problem: In 50% cases on my laptop the second exec is launched before the first exec returns results. Which causes not switching to another language. Solution: Only run the second...

其他文件中该插件工作正常,但是在 Canvas 中失效

# 问题复现步骤: 1. 打开某个笔记,此时处于Normal状态,那么当前的输入语言为1033 2. Ctrl+o打开另外一个笔记,i进入Insert模式,输入语言没有切换为2052,仍然是1033 3. Esc返回,仍然是1033,再i进入Insert模式,输入语言没有切换为2052,仍然是1033 # 问题如何避免 1. 打开某个笔记,此时处于Normal状态,那么当前的输入语言为1033 2. i进入Insert模式,输入语言顺利切换为2052 3. Insert模式下,Ctrl+o打开另外一个笔记,i进入Insert模式,输入语言顺利切换为2052 # 总结与分析 猜测在打开其他的笔记之前,会判断当前的语言,如果是在Normal模式下,则语言为1033,那么在打开其他笔记时,程序会认为返回Insert模式后,也应该切换为1033。

需求是: normal mode 的时候切换到默认的英文输入法 insert mode 的时候切换到默认的中文输入法 可否增加一个 Default Insert IM 的配置项 不用在程序中来回判断当前输入法,如果该设置为空,则按照原来的逻辑。

看了下代码,[obsidian-enhancing-mindmap](https://github.com/MarkMindCkm/obsidian-enhancing-mindmap) 自定义了一个mindmapView,导致初始化时读不到markdownView,查了一下obsidian的api,发现没有on-view-change类似的api,我对ts不是很熟悉,不知道作者是否有办法修复

我是Mac,经常性的切换失灵,有同样问题的吗?