Replies: 4 comments
-
Also is it me or is the documentation site really, really slow to load for just being static html? |
Beta Was this translation helpful? Give feedback.
-
Oh wait I get it now, I can just give a short title like Although now I tried changing the slug part to be And the locally hosted site is really really slow just like the web hosted docs. I don't understand why this is. A page with two lines of content takes 2-4 seconds to load fully. |
Beta Was this translation helpful? Give feedback.
-
The docs can certainly be improved; PR welcome on that.
Note that
No one else has reported this. |
Beta Was this translation helpful? Give feedback.
-
About your original question, just do this:
And link to it as This is what is known as "title IDs". See https://neuron.zettel.page/id.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying out this program. I want to be able to link to a note without having to use its filename. This is because I may want long titles, titles with spaces, titles with weird Unicode, or other things that might make life difficult down the road if they were used as filenames. I just want to have the filenames be meaningless and have the actual metadata inside the file. Fulltext search > filenames.
So I go through the tutorial and it says to make a file with
neuron new -e
, so I do that and make this file with the randomly generated filenamecb3bc096.md
:Then I make a
index.md
file with these contents:And I generate the site with
neuron gen -wS
like the docs say, except that doesn't work and I need to doneuron rib -wS
instead for some reason. Anyway I do that and it doesn't work. It just says "links to non-existent zettel: A test note".So I think maybe I need to use the "slug" field. I add
slug: A test note
to cb3bc096.md. Doesn't work either. I try with hyphens instead of spaces, doesn't work.So .. how do I make these kinds of links? Surely I'm not meant to memorize these gibberish autogenerated filenames? I don't get it.
Beta Was this translation helpful? Give feedback.
All reactions