New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a way to skip the "file title" prompt when using the function denote-open-or-create #152
Comments
Read the doc string of the commands 'denote-open-or-create' or 'denote-link-or-create' for how this is supposed to work. In short: - Invoke the "do or create" command. - Type something that does not match a file. - In the following title prompt, hit M-p to bring back the last input. I realised there was a regression here when I read issue 152 on the GitHub mirror, which was created by user "ustcpxy": <#152>. The issue is about skipping the file title prompt.
|
Hello @ustcpxy! I just pushed a change. Can you give it a try? We do not want to skip the title prompt completely because at the initial file prompt we are not necessarily trying to match the title in the required order. For example, with the |
|
Hello @protesilaos thank you for your quick reply! and now I understand why you don't skip the title prompt. thanks again. |
Hi Prot,
when I use
denote-open-or-createfunction to create a non-exist note, I just expect thatdenoteuse my input as the note title directly, instead of requesting the "file title" again.is there a way to achieve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: