zk: Do not add new notes into inbox dir

Inbox dir does not exist anymore, so we should not put new notes into
it.
This commit is contained in:
Marty Oehme 2025-08-23 12:38:45 +02:00
parent 51336757cb
commit 57a7149807
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -27,7 +27,7 @@ if [ -n "${WIKIROOT}" ]; then
_zk_wiki new "$@"
}
nnn() { # 'new quicknote'
_zk_wiki new -t "${*:-$(date)}" inbox
_zk_wiki new -t "${*:-$(date)}"
}
nnl() { # 'new note log'
_zk_wiki log "$@"