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
When I copy and paste from another norg file into current norg file, the asterisk are not converted to devicon symbols upon hitting escape.
Expected behavior
The expected behavior is to be able to copy and paste from other norg files and the devicon recognition to be preserved, and not have to manually retype all the asterisks.
Steps to reproduce
Copy and paste sections with asterisks headings from one norg file to another.
Potentially conflicting plugins
No response
Other information
No response
Help
Yes, but I don't know how to start. I would need guidance (check question below)
Implementation help
No response
The text was updated successfully, but these errors were encountered:
jakejasey
added
the
bug
Issues related to bugs. Please attach a severity, a priority and category with this label.
label
May 21, 2023
Prerequisites
Neovim Version
NVIM v0.9.0
Neorg setup
{
"nvim-neorg/neorg",
run = ":Neorg sync-parsers",
opts = {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.concealer"] = {}, -- Adds pretty icons to your documents
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "~/notes",
},
},
},
},
},
dependencies = { { "nvim-lua/plenary.nvim" } },
},
Actual behavior
When I copy and paste from another norg file into current norg file, the asterisk are not converted to devicon symbols upon hitting escape.
Expected behavior
The expected behavior is to be able to copy and paste from other norg files and the devicon recognition to be preserved, and not have to manually retype all the asterisks.
Steps to reproduce
Copy and paste sections with asterisks headings from one norg file to another.
Potentially conflicting plugins
No response
Other information
No response
Help
Yes, but I don't know how to start. I would need guidance (check question below)
Implementation help
No response
The text was updated successfully, but these errors were encountered: