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

feat: add copy mode for yanking task id, url and short md #89

Merged
merged 8 commits into from
May 20, 2024

Conversation

prgres
Copy link
Owner

@prgres prgres commented May 20, 2024

Summary

While browsing tasks you can enable the copyMode. The border color (as always) is an indicator and now it should become kind of yellow. Then 3 new shortcuts are available:

  1. copy task id
  2. copy task URL
  3. copy task markdown with format [[#TASK_ID] - TASK_NAME](TASK_URL)

After copying, it back to normal mode. You can also exit the mode with ESC.

To achieve it, now rows hold some hidden data (not visible as columns) which will be handy in the future

@prgres prgres self-assigned this May 20, 2024
@prgres prgres changed the title feat/copy task clipboard feat: add copy mode for yanking task id, url and short md May 20, 2024
@prgres prgres merged commit 3e71ba4 into main May 20, 2024
5 checks passed
@prgres prgres deleted the feat/copy-task-clipboard branch May 20, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant