Open amalgame21 opened 1 year ago
Right I would assume there's an issue somewhere with lua patterns which are mistreating the -
character. I'll let you know if and when I fix it :)
Thanks! Take your time! Btw I just discovered this plugin few days ago, this is really interesting! Can't wait for the 6th tutorial on youtube :D
Cannot reproduce on Linux nor Windows with nvim 0.9.1 and latest version of neorg.
Prerequisites
Neovim Version
NVIM v0.9.1
Neorg setup
Notice the
-
in the path of workspace.Actual behavior
Use
:Neorg generate-workspace-summary
to generate a summary after adding a new note named "Hello". The corresponding output become:- {:$/home/user/notes/w-ork/Hello:}[Hello]
Which redirected me to a file with path
~/notes/w-ork/home/user/notes/w-ork/Hello.norg
Expected behavior
The correct corresponding output should be:
- {:$/Hello:}[Hello]
Steps to reproduce
As described in the
Actual behavior
section.Potentially conflicting plugins
No response
Other information
Maybe related to #1012
Help
None
Implementation help
No response