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

More robust (multiline) notes #183

Open
danzek opened this issue Oct 17, 2020 · 0 comments
Open

More robust (multiline) notes #183

danzek opened this issue Oct 17, 2020 · 0 comments

Comments

@danzek
Copy link

danzek commented Oct 17, 2020

Is your feature request related to a problem? Please describe.
It would be good to have more robust, multiline notes that can be edited in a CLI editor (e.g., vim).

Describe the solution you'd like
I'd like to be able to create and edit notes and have it launch my preferred editor (e.g., vim) to edit. The taskboard view would only show the first line (and perhaps only N characters of it) followed by some notation to indicate there is more text not shown in the taskboard view (e.g., an ellipsis: "...").

Additional context
Add an entry in the ~/.taskbook.json file for defaultEditor. For this example, I will assume vim.

Example workflow:

tb -n @thisismyboard

Launches vim with blank note.

tb -e @2

Launches vim with current text of note with id 2 populated.

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

No branches or pull requests

1 participant