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
The help for delete and todo delete, like many other commands, indicate that you can provide the item by id, filename or title.
But currently, trying to use the title, with a notebook specified, will try to delete the whole notebook:
nb todo delete notebook:folder/"my todo"
Deleting notebook.
This action cannot be undone. This will permanently delete the
notebook notebook, all notes and files it contains,
and the entire revision history.
Please type home to confirm:
Without the notebook name, it just fails:
nb todo delete folder/"my todo"
! Not found: folder/my todo
With a flename or ID, it works.
The text was updated successfully, but these errors were encountered:
tkapias
changed the title
'delete' or 'todo delete' using title fail or try to delete the whole notebook
'delete' or 'todo delete' using title fails or will try to delete the whole notebook
Oct 9, 2024
@tkapias Thank you for letting me know. This should be resolved as of version 7.14.3. Please let me know if you run into any additional issues with it.
The help for
delete
andtodo delete
, like many other commands, indicate that you can provide the item by id, filename or title.But currently, trying to use the title, with a notebook specified, will try to delete the whole notebook:
Without the notebook name, it just fails:
With a flename or ID, it works.
The text was updated successfully, but these errors were encountered: