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] Sticky notes #714

Closed
VaZark opened this issue Oct 27, 2021 · 3 comments
Closed

[Feature Request] Sticky notes #714

VaZark opened this issue Oct 27, 2021 · 3 comments
Labels
enhancement patch-or-wont-happen Core maintainers would like this, but lack time/energy. Contribute a patch or it won't happen. plugins Plugins and extra backends question

Comments

@VaZark
Copy link

VaZark commented Oct 27, 2021

Are there any plans to add a sticky notes functionality for tasks?

One way to do it would be to ensure that the sticky notes window can be just the current task window with the header bar hidden and the actions bar fading in on selecting the task.

Do you think it will be easy to implement as a plugin or does it requires changes to the core application?

@zeddo123 zeddo123 added patch-or-wont-happen Core maintainers would like this, but lack time/energy. Contribute a patch or it won't happen. plugins Plugins and extra backends question labels Oct 27, 2021
@nekohayo
Copy link
Member

Hmm, well I frequently leave task windows open throughout the day; what would be the added benefit of them not having their toolbar shown? I don't see the point of that, to be honest, unless you want a real memo app, which isn't really what GTG is (you might prefer to use GNote for that). How would you even differentiate between tasks that need it and tasks that don't? And what if as a user you change your mind along the way? Hidden controls sound counterproductive from a usability perspective.

If your goal is to prominently feature your "top 3 tasks to do today" on a daily basis without even having them as open windows, that I could see the benefit from a usability perspective: maybe with some sort of "pinning" system in the main window that automatically resets after a configurable amount of hours/days, for users who can't rely just on the duedate-based urgency sorting system. I think I'd happily use that myself for days where I lack focus :)

@diegogangl
Copy link
Contributor

This can be done through the plugin system. You could add an option to the right click menu to pop a task into a sticky note. Then you'd have to create a Gtk.Window yourself, put a textview (or taskview) in it and fill it with the task contents.

@nekohayo nekohayo changed the title [Feature Request] Sticky notes [Feature Request] Sticky notes / memo archival (integration/export to gnote) Aug 8, 2023
@nekohayo nekohayo changed the title [Feature Request] Sticky notes / memo archival (integration/export to gnote) [Feature Request] Sticky notes Aug 8, 2023
@nekohayo nekohayo closed this as completed Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement patch-or-wont-happen Core maintainers would like this, but lack time/energy. Contribute a patch or it won't happen. plugins Plugins and extra backends question
Projects
None yet
Development

No branches or pull requests

4 participants