-
|
Let's say I have the following structure notes/
index.norg
test.norgWhat should I add in I have tried the following and they don't seem to work: Also, after I run Does anyone have an idea why? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hey man! As of right now Neorg doesn't have a syntax to link to a file specifically. Currently our syntax only allows for linking to an element within another file, and the syntax looks like so: You cannot do: Maybe if there's a serious use for it we could support it? We'll see as time goes on. Regarding your issue with the
|
Beta Was this translation helpful? Give feedback.
Hey man! As of right now Neorg doesn't have a syntax to link to a file specifically. Currently our syntax only allows for linking to an element within another file, and the syntax looks like so:
You cannot do:
Maybe if there's a serious use for it we could support it? We'll see as time goes on.
Regarding your issue with the
Neorgcommand, this has now been fixed in theunstablebranch. There was a bit of confusion because:Neorgactually had a double meaning - when not loaded fully,:Neorgmeant "kickstart the neorg environment", whilst when Neorg was loaded:Neorgactually meant "execute a command for Neorg". Now when Ne…