nyawox
nyawox
I don't use doom emacs anymore except for magit, but I believe this can be closed now since #413 got merged
I had exactly same issue even after disabling these options. manually disabling in `.obsidian/plugins/obsidian-livesync/data.json` worked. ``` "usePluginSync": false, ```
I have a similar issue. Instead of not responding to a continuous sequence of keys, I think the culprit may be that it doesn't respond correctly to certain types of...
My bad, I was too high and missed the text box part. I was experiencing this issue specifically in the search bar, but your config fixed it! Thanks. It feels...
Do you use Templater? If so, look [here](https://github.com/lumoe/obsidian-rollover-daily-todos/issues/105#issuecomment-1711861970). I have the same issue only when using ***both*** Periodic Notes and Templater, not with the daily notes core plugin. My current...
tbh I don't even remember exactly what I did since it was long ago, and it has been working just fine since that. basically I have `Periodic Notes` plugin create...
Now I'm having same issue as @Zedo9 Starting with 0.32.0, chromium based browsers including electron starts with proper scaling(atleast for me) and adjusts to native resolution, which is very tiny...
I suggest trying square-bracket tool call format from aider pr 3781 https://github.com/Aider-AI/aider/pull/3781 It uses a format like this (snippets from my project) ``` [tool(ToolName, parameter="value", another_parameter="value")] [tool(AnotherTool, param1="value1", param2="value2")] ```...