Ivan Lednev
Ivan Lednev
It's annoying to find myself editing the parent document once I start typing and accidentally move the cursor away from the hover editor. I think the behavior described in the...
Suppose I have some code: ```js class Foo { bar() { doStuff() } } ``` When I copy some fragment from it, say: ```js bar() { doStuff() } ``` I'd...
### Describe the problem In my Svelte 4 app, I keep all the logic inside stores and away from components. I found this approach to be more predictable and bug-free....
### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Issues](https://github.com/ivan-lednev/obsidian-day-planner/issues?q=is%3Aissue+is%3Aopen) didn't find any similar feature requests. - [X] I am only requesting...