You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fordefaultEditor
. For this example, I will assume vim.Example workflow:
Launches vim with blank note.
Launches vim with current text of note with id 2 populated.
The text was updated successfully, but these errors were encountered: