Skip to content

docs(obsidian-bases): add sort property + inline code block embedding#121

Open
mahihasinabrar-hub wants to merge 1 commit into
kepano:mainfrom
mahihasinabrar-hub:docs/obsidian-bases-sort-and-inline-embedding
Open

docs(obsidian-bases): add sort property + inline code block embedding#121
mahihasinabrar-hub wants to merge 1 commit into
kepano:mainfrom
mahihasinabrar-hub:docs/obsidian-bases-sort-and-inline-embedding

Conversation

@mahihasinabrar-hub

Copy link
Copy Markdown

Summary

Fixes #109
Fixes #70

Changes

  1. Sort property ([obsidian-bases] Missing documentation for 'sort' property in SKILL.md schema and examples #109): The sort property was completely undocumented. Added:

    • sort entry in the schema section (after groupBy)
    • New Sorting section with explanation, YAML example, and property type sort options table (Text A→Z, Number 0→9, Date Old→New)
    • Sort entries added to the Task Tracker example (sort by due ASC, then file.name ASC)

    The sort property supports multiple sort keys applied in priority order, consistent with the Sort UI in Obsidian's Views (see Views docs).

  2. Inline code block embedding (obsidian-bases skill should include text for embedding Bases as code blocks #70): The skill only documented embedding external .base files via ![[MyBase.base]]. Added a new Embed inline with a code block subsection showing the base fenced code block syntax for embedding bases directly in Markdown notes — useful for note-level filters using this.file.links.

Files Changed

  • skills/obsidian-bases/SKILL.md

Fixes kepano#109: Add sort property to schema, Sorting section with examples,
and sort entries to Task Tracker example
Fixes kepano#70: Add inline base code block embedding documentation with
`base` fenced code block syntax and this keyword behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant