My note metadata
Up: My notes
-
slug
(string): Some notes have slugs, which is a human-readable name in the URL.For example, the Software development note has the slug
software-development
and so its URL ends in/notes/software-development/
. -
aliases
(collection of strings): A slug isn’t necessarily permanent. When I change a slug, I keep the old slug in this list of aliases. URLs for aliases redirect to the primary URL.For example, the Software development note has an alias
resources-software-development
and visiting/notes/resources-software-development/
will redirect to the primary URL.
See also: My note tags