docs(obsidian-bases): add sort property + inline code block embedding#121
Open
mahihasinabrar-hub wants to merge 1 commit into
Open
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #109
Fixes #70
Changes
Sort property ([obsidian-bases] Missing documentation for 'sort' property in SKILL.md schema and examples #109): The
sortproperty was completely undocumented. Added:sortentry in the schema section (aftergroupBy)dueASC, thenfile.nameASC)The
sortproperty supports multiple sort keys applied in priority order, consistent with the Sort UI in Obsidian's Views (see Views docs).Inline code block embedding (obsidian-bases skill should include text for embedding Bases as code blocks #70): The skill only documented embedding external
.basefiles via![[MyBase.base]]. Added a new Embed inline with a code block subsection showing thebasefenced code block syntax for embedding bases directly in Markdown notes — useful for note-level filters usingthis.file.links.Files Changed
skills/obsidian-bases/SKILL.md