Frontmatter Metadata

Common Frontmatter Tags

  • rev - Date of last change (Revision)
  • tags - List of tags asssociated with the note
  • aliases - List of aliases of the note

website

An associated website with a note.

table website from "/" where website != null

repo

Associated Repository

table repo from "/" where repo != null

source

Sources

table source from "/" where source != null

wiki

Wiki link

table wiki from "/" where wiki != null

arch-wiki

Arch Wiki link

table arch-wiki from "/" where arch-wiki != null

rfc

RFC Document link

table rfc from "/" where rfc != null

Common Object Types

Application

  • android-id - Android Application ID
  • flatpak-id - Flatpak Application ID
  • f-droid - F-Droid URL
table website, repo, application.android-id, application.flatpak-id, application.f-droid from "/" where application != null

Operating System

  • family : Operating system family
table operating-system.family from "/" where operating-system != null

Format

  • mime : MIME Type
  • extension : File Extension
table format.mime, format.extension from "/" where format != null

Filesystem

list from "/" where filesystem != null

Emulators

  • target-system - The system to emulate
table emulator.target-system from "/" where emulator != null

Devices

list from "/" where device != null

Meta Notes

  • kind : [“collection”]
list from "/" where meta.kind = "collection"

Science Notes

Units (science.unit)

Notes about units and their information.

list from "/" where science.unit != null

Website

  • category - Website Category
  • status - Website Status
table website-meta.category, website-meta.status from "/" where website-meta != null

Concepts

list from "/" where concept != null