Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dates, deadlines, weight #152

Open
alirezaalavi87 opened this issue Feb 5, 2025 · 3 comments
Open

feat: dates, deadlines, weight #152

alirezaalavi87 opened this issue Feb 5, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@alirezaalavi87
Copy link

For being able to actually plan tasks, there is a need for time management, deadlines etc.

this can easily be added by a custom tag, the same way we have tag:, [tags:],[meta-tag:], we can have something like [deadline:] which receives a valid date and can be filled with a simple html datepicker.

the same can be said about weight of a task.

we can even inspire from todo.txt

@alirezaalavi87 alirezaalavi87 changed the title feat: dates and deadlines feat: dates, deadlines, weight Feb 5, 2025
@BaldissaraMatheus BaldissaraMatheus added the enhancement New feature or request label Feb 15, 2025
@BaldissaraMatheus
Copy link
Owner

This syntax actually looks really good, I was not familiar with todo.txt (looks like there is also todo.md). I'll definitely look into it

@BaldissaraMatheus
Copy link
Owner

Also, related to #84, #144

@benjaminapetersen
Copy link

I like the idea of a wrapping identifier around things like tag: like you posted, such as [tag: string, string, string].
I also like the idea (see the related #144, #145) of utilizing front matter --- or other mechanisms to "hide" the metadata from the UI in rendered mode (can still always see this data in Markdown mode).

Also mentioned in the other thread that a normalized data model might be valuable.

Love the brainstorming! Will be fun to see how this lands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants