-
-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels