We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<C-n>
1 parent e3693be commit 88f27d6Copy full SHA for 88f27d6
lua/neorg/modules/external/roam/module.lua
@@ -340,6 +340,7 @@ module.public = {
340
vim.fn.mkdir(vault_dir, "p")
341
342
-- Create and open a new Neorg file with the generated title token
343
+ vim.cmd("q")
344
vim.cmd("edit " .. vault_dir .. "/" .. os.date("%Y%m%d%H%M%S-") .. title_token .. ".norg")
345
vim.cmd([[Neorg inject-metadata]])
346
0 commit comments