document new.md

This commit is contained in:
booleanmaybe 2026-03-25 15:03:05 -04:00
parent eff51e232b
commit 3d3e6c3c6c
3 changed files with 21 additions and 6 deletions

View file

@ -43,6 +43,25 @@ Each status has:
You can customize these to match your team's workflow. All filters and actions in view definitions (see below) must reference valid status keys.
## Task Template
When you create a new tiki — whether in the TUI or command line — field defaults come from a template file.
Place `new.md` in your user config directory to override the built-in defaults
The file uses YAML frontmatter for field defaults
### Built-in default
```markdown
---
type: story
status: backlog
points: 1
priority: 3
tags:
- idea
---
```
## Plugins
tiki TUI app is much like a lego - everything is a customizable view. Here is, for example,

View file

@ -4,7 +4,7 @@
- [Installation](install.md)
- [Markdown viewer](markdown-viewer.md)
- [Image support](image-requirements.md)
- [Plugins](plugin.md)
- [Customization](customization.md)
- [tiki format](tiki-format.md)
- [Quick capture](quick-capture.md)
- [AI skills](skills.md)

View file

@ -1,8 +1,4 @@
<p align="center">
<a href="https://x.com/booleanandmaybe" target="_blank">
<img src="https://img.shields.io/badge/X-black.svg?style=for-the-badge&logo=X&logoColor=white" alt="X (Twitter)" />
</a>
</p>
Follow me on X: [![X Badge](https://img.shields.io/badge/-%23000000.svg?style=flat-square&logo=X&logoColor=white)](https://x.com/booleanandmaybe)
# tiki