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:
parent
51336757cb
commit
57a7149807
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ if [ -n "${WIKIROOT}" ]; then
|
||||||
_zk_wiki new "$@"
|
_zk_wiki new "$@"
|
||||||
}
|
}
|
||||||
nnn() { # 'new quicknote'
|
nnn() { # 'new quicknote'
|
||||||
_zk_wiki new -t "${*:-$(date)}" inbox
|
_zk_wiki new -t "${*:-$(date)}"
|
||||||
}
|
}
|
||||||
nnl() { # 'new note log'
|
nnl() { # 'new note log'
|
||||||
_zk_wiki log "$@"
|
_zk_wiki log "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue