ivan-liadniou-epam / obsidian-day-planner-fork

This fork got merged into the original, so that's a good place to create issues: https://github.com/ivan-lednev/obsidian-day-planner
MIT License
58 stars 3 forks source link

[Feature Request] Visual Feedback for Checked Tasks #25

Open felipe-juan opened 10 months ago

felipe-juan commented 10 months ago

It would be useful to clearly see what tasks I've done on the timeline. It could be like what is in Google Calendar: Screenshot 2023-08-23 125748

In other words, if they have a slight fade out + strikethrough text, it would do the trick. By the way, I'm really impressed by how much effort you put into it! Thanks to you, it has become one of my most used Obsidian plugins 😄

JakubSapko commented 10 months ago

Hi there @ivan-lednev, I've never written any Svelte (I'm mostly React/Django dev) but I believe I could handle that, can I take this one? :)

ivan-lednev commented 10 months ago

Hi, @JakubSapko,

Sure, you can assign the task to yourself. BTW, before working on this plugin, I hadn't had any practical knowledge of Svelte either 😆

You might want to use these icons for tasks: https://lucide.dev/icons/check-square https://lucide.dev/icons/square

FeralFlora commented 10 months ago

@JakubSapko Perhaps you could take a shot at issue https://github.com/ivan-lednev/obsidian-day-planner/issues/30 at the same time, since it also pertains to task management? It's about the ability to complete tasks in the timeline view.

ivan-lednev commented 10 months ago

@JakubSapko Perhaps you could take a shot at issue #30 at the same time, since it also pertains to task management? It's about the ability to complete tasks in the timeline view.

@JakubSapko, this one is going to be a bit more complicated. You'd better start with just displaying task completeness. We'll handle editing in a separate issue.

JakubSapko commented 10 months ago

@ivan-lednev It seems that I can't self-assign.

image

I guess you'd need to assign me for this one

ivan-lednev commented 10 months ago

Assigned to you.

JakubSapko commented 10 months ago

For some reason I couldn't create a automatically linked branch and/or PR for this issue:

image

It might be that I didn't have a collaborator status. Anyway, I've put the PR up in the #32

ivan-lednev commented 10 months ago

Hello, @felipe-juan,

This enhancement is available in 0.7.0. For now the check mark is read-only. Please update the plugin and re-check.