mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
document new.md
This commit is contained in:
parent
eff51e232b
commit
3d3e6c3c6c
3 changed files with 21 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
@ -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)
|
||||
|
|
@ -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: [](https://x.com/booleanandmaybe)
|
||||
|
||||
# tiki
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue