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
NVIM v0.10.2
config = function() require("neorg").setup { load = { ["core.defaults"] = {}, -- Loads default behaviour ["core.concealer"] = {}, -- Adds pretty icons to your documents ["core.integrations.treesitter"] = {}, ["core.autocommands"] = {}, ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { notes = "~/notes", }, default_workspace = "notes", }, }, ["core.keybinds"] = { config = { default_keybinds = true, }, }, ["core.completion"] = { config = { engine = "nvim-cmp", }, }, ['core.esupports.metagen'] = { config = { type = 'auto' } }, ["core.integrations.nvim-cmp"] = {}, ["core.export"] = {}, ["core.export.markdown"] = { extensions = {"all"}, }, ["core.ui"] = {}, ["core.ui.calendar"] = {}, -- ["core.presenter"] = { -- zen_mode = "zen-mode", -- }, ["core.tempus"] = {}, ["core.todo-introspector"] = {}, ["core.clipboard"] = {}, ["core.clipboard.code-blocks"] = {}, ["core.syntax"] = {}, ["core.highlights"] = {}, ["core.esupports.indent"] = {}, ["core.promo"] = {}, ["core.itero"] = {}, ["core.esupports.hop"] = {}, ["core.dirman.utils"] = {}, ["core.text-objects"] = {}, ["core.integrations.telescope"] = {}, }, } end,
When exporting to markdown, there is a couple of empty lines at the start of the file where metadata should be.
There should be meta data in the file.
I'm not sure.
No response
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Neovim Version
NVIM v0.10.2
Neorg setup
Actual behavior
When exporting to markdown, there is a couple of empty lines at the start of the file where metadata should be.
Expected behavior
There should be meta data in the file.
Steps to reproduce
I'm not sure.
Potentially conflicting plugins
No response
Other information
No response
Help
No
Implementation help
No response
The text was updated successfully, but these errors were encountered: