-
-
Notifications
You must be signed in to change notification settings - Fork 150
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Instructions for writing compatible manual zettels #377
Comments
If I understand you correctly, you are asking for this feature: #328 Yes? |
A template is the core of the idea, however I'm also imagining a simple page in the guide - something along the lines of 'Manually adding to the Zettelkasten' for when Neuron is unavailable/not yet installed. My inspiration is that I've had trouble getting neuron to work on my machine, but want to convert my notes into a compatible format and manually upkeep them that way so when I finally am able to use Neuron it will work :) |
The markdown files in the neuron Zettelkasten don't have to be special. For example, this is a valid Zettel:
So you don't absolutely have to use |
That would be a great start! Does the first 'word' of a filename constitute the ID, then? And adding the front-matter helps with Neuron's filtering features, right? |
So technically the front-matter is strictly necessarly only for specifying the date. Everything else can be specified in the body of your Markdown text. |
Your explanation here is very helpful. My current plaintext notes use an Apart from that question, I think it is up to you if you want to add this to the guide or just close and point people to this issue. Thanks for thinking about my question! |
@melek No, it won't do any such thing. It has to be exactly If you prefer to have title in the ID, you can of course ignore the unique ID and timestamp in your filename, and then just use By the way, regular Markdown links are supported too. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
A 'template' zettel/note with all the possible frontmatter and full filename rules & restrictions would be very helpful for when I'm on a system/platform where I must manually add/edit Zettels. Perhaps this exists, but I can't find something like that anywhere in the guide. Looking around I think it is something like this:
Is there such a template, or might there be room for such a template/manual zettel creation tutorial in the Guide?
The text was updated successfully, but these errors were encountered: