CCExtractor / CCExtractor/taskwarrior-flutter

Improve TXT export readability by using label:value format instead of raw JSON

Aperta
#525 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Dart
Stelle
244
Fork
179
Merge medio
12h 42m
PR unite (30g)
2

Descrizione

### Describe your improvement idea or feature request

Currently, exporting tasks as a `.txt` file outputs raw JSON data, which is difficult for users to read and understand.
This enhancement proposes formatting TXT exports in a human-readable `label: value` format while keeping JSON export unchanged.

### How would you like to see it implemented?

1. Exported `.txt` files should display tasks in a readable format such as:
- Description: Buy groceries
- Status: pending
- Due: 2025-01-01 10:00
- Priority: L
- Tags: home, shopping
2. JSON export should remain unchanged and continue to provide raw data.

### Put here any screenshots or videos (optional)

Before:
![Image](https://github.com/user-attachments/assets/04090d3b-fdd8-40cc-8f16-9154f25d6cd1)
After:
![Image](https://github.com/user-attachments/assets/e3705901-a236-412c-9ae3-e6f2e629f8d0)

### How can we contact you (optional)

_No response_

### Would you like to work on this issue?

Yes

### By submitting this issue, I have confirmed that:

- [x] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.