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
Since 887e3f9 I often create new files by doing :Corpus foo bar.md.
But if the strings foo and bar.md happen to exist in a note file, hitting enter will just open that file; there is not way to signal your intent to create a new file.
So, let's do one of the following:
Add :CorpusNew ... to cover this use case.
Or :Corpus! ....
Or teach :Corpus to grok options, so you could type, for example, :Corpus foo bar --new or --create or whatever).
The text was updated successfully, but these errors were encountered:
Since 887e3f9 I often create new files by doing
:Corpus foo bar.md
.But if the strings
foo
andbar.md
happen to exist in a note file, hitting enter will just open that file; there is not way to signal your intent to create a new file.So, let's do one of the following:
:CorpusNew ...
to cover this use case.:Corpus! ...
.:Corpus
to grok options, so you could type, for example,:Corpus foo bar --new
or--create
or whatever).The text was updated successfully, but these errors were encountered: