logo
Domain 01

Getting Started

Technical Documentation

A high-fidelity guide to mastering the Timeline Planner. Built for speed, clarity, and precision scheduling.

01. Quickstart

Plan at the speed of thought. Every line you type is interpreted as an event or structure. The visualizer updates instantly, providing a seamless feedback loop for your project roadmap.

First Steps

  • Type 2024-03-08: Task Name
  • Add section to group phases
editor.txt
section Launch🚀
2024-03-08 : Start
endSection
Domain 02

The DSL (Language)

02. Date Formats

Robust support for international formats. The engine normalizes date strings instantly for visual rendering.

ISO 2024-12-31
EU 31/12/2024

03. Ranges & Durations

Define spans using start/end pairs or the `for` keyword for relative duration logic.

2024-01-01 / 2024-01-15
2024-01-01 for 3 weeks

04. Recurrence Logic

Expand single rules into infinite events. Intelligent skipping of weekends via the `weekday` keyword.

every weekday at 09:00: Standup every friday for 1 week: Audit

05. Timed Events

High-precision daily coordination with exact timestamps. Renders detailed time-blocks.

2024-03-08 at 14:00
2024-03-08 15:00-16:00

06. Tags & Mentions

Categorize with hashtags and map ownership via mentions. Triggers global ecosystem alerts.

#urgent #dev
DF
@danilo
Domain 03

Visual Interface

08. Direct Editing

Every visual bar is a direct handle. Drag to reschedule or pull to resize. Synced back to text instantly.

Reschedule Task

09. Past Management

Clean up project noise. Dim finished tasks or collapse them to save vertical space.

Dim

Collapse

Show

Domain 04

Organization

10. Sections & Groups

Organize complexity with nesting. Collapsing a parent hides children on both editor and timeline.

section Phase 1
group Setup
2024-03-08: Provision
endGroup
endSection

11. The Backlog

A chronological buffer for unassigned items. Park ideas here without cluttering the roadmap.

Floating Task

12. Checklists

Turn events into mini-projects. Markdown checklists automatically update visual progress rings.

Done
Pending
50%
Domain 05

Ecosystem

13. Slack Integration

Real-time alerts via high-fidelity webhooks. Connect milestones to channels automatically.

Slack Alert

🚀 Milestone reached!

14. Calendar Sync

Live WebCal bridge. Map project timelines to your team's existing calendar workflow.

webcal://timeline-planner.app/api/feed/ak_...

15. User Profiles

Enrich AI agent context with roles and team mapping for smarter scheduling assistance.

DF

Danilo

Lead Dev
Domain 06

Advanced

16. AI Co-pilot

Scheduling Partner reviewed via Git-style Diff. Merge optimizations with one click.

Agent Suggestions

- 2024-03-22: Draft
+ 2024-03-25: Launch #PR

17. Auto-Archiving

Keep project source lean. Sweep completed tasks to separate files based on custom cleanup rules.

#done
archive.txt
logo

End of Technical Manual