Files
김경종 4cc312954f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add wiki
2026-05-28 17:16:48 +09:00

56 lines
994 B
Plaintext

filters:
and:
- file.inFolder("wiki")
- file.ext == "md"
formulas:
age_days: (now() - file.mtime).days
properties:
type:
displayName: Type
authors:
displayName: Authors
status:
displayName: Status
updated:
displayName: Updated
domain:
displayName: Domain
formula.age_days:
displayName: Days Since Edit
views:
- type: table
name: Recent Activity
groupBy:
property: type
direction: ASC
order:
- file.name
- type
- status
- updated
- formula.age_days
limit: 20
- type: table
name: Finite Element Concepts
filters:
and:
- file.inFolder("wiki/concepts")
order:
- file.name
- domain
- status
- updated
- type: table
name: Sources
filters:
and:
- file.inFolder("wiki/sources")
- type == "source"
order:
- file.name
- authors
- author
- date_published
- updated
limit: 10