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

Leave task input in focus after adding task #68

Closed
NicolasCwy opened this issue Jan 31, 2024 · 2 comments
Closed

Leave task input in focus after adding task #68

NicolasCwy opened this issue Jan 31, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@NicolasCwy
Copy link

Hi currently to add multiple tasks I would have to open the task panel and manually click on the task input field. I could also use the keybinds to close and reopen the task panel to refocus the task input field.

Would it be possible to leave the task input field in focus till I want to close the panel?

@ahonn ahonn added the enhancement New feature or request label Feb 4, 2024
github-actions bot pushed a commit that referenced this issue Feb 4, 2024
# [1.21.0](v1.20.2...v1.21.0) (2024-02-04)

### Bug Fixes

* fixed journals template properties missing, [#63](#63) ([450cdf9](450cdf9))

### Features

* refactor task creation process, force focus after create new task, [#68](#68) ([c7dc80e](c7dc80e))
* support task scheduled time sorting ([9570e68](9570e68))
@ahonn
Copy link
Owner

ahonn commented Feb 4, 2024

Thanks for your feedback. The reason for this situation is that the Plugin API of Logseq will snatch focus after updating the page content. Now I have implemented a hack to solve it.

In the latest version, you can continuously create new tasks while keeping the panel open. If you have any other questions, just let me know.

If you like this plugin, feel free to show your appreciation by buying me a coffee. It will motivate me to continue maintaining it.

@ahonn ahonn closed this as completed Feb 4, 2024
@NicolasCwy
Copy link
Author

NicolasCwy commented Feb 11, 2024

Hi ahonn, just got the chance to try this out, it doesn't seem like the field is focused although the todo panel remains open, I have to manually click on it, also thanks for working on this so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants