docs(obsidian-markdown): property type table lists "Links"; current types include "Tags"

Author: guojunyuan2004Created Aug 31, 2026Updated Aug 31, 2026

Problem

skills/obsidian-markdown/references/PROPERTIES.md lists the property types as:

Type Example
Text
Number
Checkbox
Date
Date & Time
List
Links related: "[[Other Note]]"

Two issues:

  • "Links" is not a property type in current Obsidian. Internal links are values allowed inside Text and List properties.
  • The Tags type is missing.

Official docs (https://help.obsidian.md/properties, "Property types") list:

Text, List, Number, Checkbox, Date, Date & time, Tags

and say:

Tags properties are a special property type used exclusively by the tags property.

Proposed fix

Replace the Links row with:

| Tags | - tag1 / tags: [one, two] (only the tags property uses this type) |

and note that Text/List values may contain quoted internal links ("[[Other Note]]").