Skip to content
New issue

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

Copy and paste does not recognize devicon upon escape #892

Closed
2 tasks done
jakejasey opened this issue May 21, 2023 · 1 comment · Fixed by #834
Closed
2 tasks done

Copy and paste does not recognize devicon upon escape #892

jakejasey opened this issue May 21, 2023 · 1 comment · Fixed by #834
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@jakejasey
Copy link

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

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

@jakejasey jakejasey added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label May 21, 2023
@github-project-automation github-project-automation bot moved this to added-updated-reopened in sorting neorg issue tracker May 21, 2023
@champignoom
Copy link
Contributor

Does #834 solves the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants