nhaouari / obsidian-textgenerator-plugin

Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
https://text-gen.com/
MIT License
1.41k stars 123 forks source link

Autosuggest not working on mobile #261

Open ramarivera opened 6 months ago

ramarivera commented 6 months ago

I can't seem to get autosuggest to properly work on the android app. Nothing happens at all when typing double space, no error message.

I verified the model configuration is right because using "generate text" works fine.

Is there any way to debug this?

Thanks!

ramarivera commented 6 months ago

It seems to be related to the inline suggestion option

haouarihk commented 6 months ago

does it work when you disable inline suggest option?

ramarivera commented 6 months ago

Yes

haouarihk commented 5 months ago

its probably using the document on click event handler. either way, the controls needs a keyboard. its still in beta.

open for contributions