{{ articles.length }} articles across {{ collections.length }} collections
| Title {{ sortDir === 'asc' ? '▲' : '▼' }} | Tags | Vis {{ sortDir === 'asc' ? '▲' : '▼' }} | Updated {{ sortDir === 'asc' ? '▲' : '▼' }} | Actions | |
|---|---|---|---|---|---|
| {{ article.title }} |
{{ tagLabel(tag) }}
|
{{ formatDate(article.outlineUpdatedAt) }} |
| Title {{ sortDir === 'asc' ? '▲' : '▼' }} | Collection {{ sortDir === 'asc' ? '▲' : '▼' }} | Tags | Vis {{ sortDir === 'asc' ? '▲' : '▼' }} | Updated {{ sortDir === 'asc' ? '▲' : '▼' }} | Actions | |
|---|---|---|---|---|---|---|
| {{ article.title }} | {{ article.collection || '—' }} |
{{ tagLabel(tag) }}
|
{{ formatDate(article.outlineUpdatedAt) }} |