generated from srid/rib-sample
-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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:
Filename: 00000001.md
Note: Filenames must begin with the 8-character ID and end in .md, but can have any amount of legal characters after that.
File Contents:
---
date: 2020-09-06 10:27
title: This is a note title.
tags:
- tag1
- tag2
---
# This is a note title (Neuron falls back to this if title is omitted from frontmatter)
This is the note text, including any subtitles. Branching is done with links to IDs in [[trible brackets]]. Normal (non-branching) links are done with a [[[double bracket]]], or as regular markdown links.
Is there such a template, or might there be room for such a template/manual zettel creation tutorial in the Guide?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation