Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Make top suggestion in line with the cursor. #302

Open
childressj1 opened this issue Jun 13, 2024 · 1 comment
Open

[Feature Request] Make top suggestion in line with the cursor. #302

childressj1 opened this issue Jun 13, 2024 · 1 comment
Labels
enhancement New feature or request long-term It doesn't resolve in short term but want to keep it.

Comments

@childressj1
Copy link

Have top suggestion look something like the following : Serend|ipitous

where:

  • Serend is what has been written
  • | is our cursor
  • ipitous is the first suggestion shown as a completion of word using the top suggestion

Many times I have gotten to the end of a word and realized only after the fact that the top suggestion was there the whole time.
Thanks for this plugin, it is without a doubt the best autocomplete plugin out there.

@childressj1 childressj1 changed the title make top suggestion in line with the cursor. [Feature Request] Make top suggestion in line with the cursor. Jun 13, 2024
@tadashi-aikawa
Copy link
Owner

Thank you for your FR, @childressj1 :)

Based on the use of 'in line', this means displaying suggestions in a semi-transparent manner within the input field in the editor, rather than an autocomplete popup in Obsidian, right? If that's the case, implementing this feature would be challenging without API support from Obsidian's plugin system. However, I agree with your opinion, so let's keep the issue open.

@tadashi-aikawa tadashi-aikawa added enhancement New feature or request long-term It doesn't resolve in short term but want to keep it. labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long-term It doesn't resolve in short term but want to keep it.
Projects
None yet
Development

No branches or pull requests

2 participants