Confusion/Error around Neorg directory struture and linking #147
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Ah, you should be getting a popup telling you the link is invalid, we recently overhauled the selection popup UI and it seems the old code snuck in somewhere. As for exacly why your link doesn't work it seems to be because of relative vs absolute paths. If you're in book_o_phil103.norg then you can simply do |
Beta Was this translation helpful? Give feedback.
-
also dont worry about making a lot of issues/github discussions, it's actually really important to us to understand where people are tripping up the most and where we gotta fix bugs/improve! |
Beta Was this translation helpful? Give feedback.
Ah, you should be getting a popup telling you the link is invalid, we recently overhauled the selection popup UI and it seems the old code snuck in somewhere. As for exacly why your link doesn't work it seems to be because of relative vs absolute paths. If you're in book_o_phil103.norg then you can simply do
[test](:politics_and_speech_on_the_internet:|PhilTest)
, since that file is in the same directory as the former norg file. The telescope extension seems to trip a bit and always place relative paths, which it shouldn't. If you try:[test](:/book_o_everything/book_o_phil103/politics_and_speech_on_the_internet:|PhilTest)
(note the / at the beginning which tells neorg to start at the root…