Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A full note combining frontmatter properties, wikilinks, callouts, embeds, tasks, math, and tags.
---
title: Project Alpha
date: 2024-01-15
tags:
- project
- active
status: in-progress
---
# Project Alpha
This project aims to [[improve workflow]] using modern techniques.
> [!important] Key Deadline
> The first milestone is due on ==January 30th==.
## Tasks
- [x] Initial planning
- [ ] Development phase
- [ ] Backend implementation
- [ ] Frontend design
## Notes
The algorithm uses $O(n \log n)$ sorting. See [[Algorithm Notes#Sorting]] for details.
![[Architecture Diagram.png|600]]
Reviewed in [[Meeting Notes 2024-01-10#Decisions]].| Element | Syntax used |
|---|---|
| Frontmatter properties | --- YAML block with title, date, tags, status |
| Wikilink | [[improve workflow]] |
| Callout | > [!important] Key Deadline |
| Highlight | ==January 30th== |
| Task list | - [x] and - [ ] |
| Wikilink to heading | [[Algorithm Notes#Sorting]] |
| Image embed with width | ![[Architecture Diagram.png|600]] |
| Wikilink to block in note | [[Meeting Notes 2024-01-10#Decisions]] |
| Inline math | $O(n \log n)$ |
defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals