ycnmhd / obsidian-lineage

Gingko-like interface in obsidian
MIT License
64 stars 6 forks source link

Compatible with another plugin typewriter-mode #41

Closed calmwaves111 closed 2 weeks ago

calmwaves111 commented 3 weeks ago

Are you using the latest version of the plugin?

Have you checked for similar issues?

What happened?

I am using another plugin at the same time https://github.com/davisriedel/obsidian-typewriter-mode When two plugins are turned on simultaneously, once I start typing, the input box will run to the top and I cannot see the text I am typing

What did you expect to happen?

I hope that when typing text, the input box can automatically focus on the center of the screen I'm not sure if this is a problem with this plugin or typewriter-mode If you need typewriter-mode plugin to do something, please reply to me and I will go to that plugin to raise an issue

Relevant console output

No response

Obsidian version

1.6.3

OS

Windows

ycnmhd commented 3 weeks ago

I believe this issue must be fixed from typewriter-mode's side. The plugin should ignore editor instances that are within lineage view

calmwaves111 commented 3 weeks ago

Thanks for your reply, I will raise an issue with typewriter-mode