We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the command :ObsidianNew Example the note_id_func does not receive the 'Example' title, and only ever receives nil.
:ObsidianNew Example
nil
minimal note_id_func to reproduce:
note_id_func = function(title) print(title) end,
I suspect this bug was caused by the change in #166 as the command.new function now looks for data.args[1] instead of data.args
data.args[1]
data.args
Obsidian v1.12.0
The text was updated successfully, but these errors were encountered:
Closed via #169.
Sorry, something went wrong.
No branches or pull requests
🐛 Describe the bug
When running the command
:ObsidianNew Example
the note_id_func does not receive the 'Example' title, and only ever receivesnil
.minimal note_id_func to reproduce:
I suspect this bug was caused by the change in #166 as the command.new function now looks for
data.args[1]
instead ofdata.args
Versions
Obsidian v1.12.0
The text was updated successfully, but these errors were encountered: