Files
shit_in_a_vault/07-tasks
stateofshit 7f189254c0 notebook: add docx→markdown converter for openwebui knowledge bases
- 000-configs/notebooks/docx_to_markdown_openwebui.ipynb (29 cells)
- mammoth + python-docx fallback, manifest dedup (SHA-256), pre-flight
  fuzzy dedup (Jaccard @ 0.97), URL extraction, gzip download
- 000-configs/notebooks/README.md: index of notebooks + how-to-add
- 000-configs/README.md: list notebooks/ subfolder in the table
- 07-tasks/docx-to-markdown-converter-notebook.md: full task writeup
2026-07-30 23:41:39 +00:00
..

title, status, folder, tags, created, updated, version
title status folder tags created updated version
Tasks active 07-tasks
readme
tasks
2026-07-29 2026-07-29 1.0.0

Tasks

Active task tracking. One file per task.

File naming

topic-slug.md — short kebab-case. Not prefixed with task- (the tags: [task] makes it clear).

Frontmatter

---
title: "Task: <topic>"
status: "active" | "blocked" | "done" | "archived"
folder: "07-tasks"
tags: [task, <topic-tag>]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
priority: "low" | "medium" | "high" | "critical"
due: "YYYY-MM-DD"      # optional
owner: "stateofshit"
---

Status workflow

activeblockeddonearchived

When done, move to 03-archive/ instead of deleting.

Template

000-configs/templates/task.md — copy + fill in.

Dashboard

000-shit_admin/dashboard.md has Dataview queries that pull all status: "active" tasks from this folder.