Giter Site home page Giter Site logo

Comments (5)

lynchjames avatar lynchjames commented on May 26, 2024

Th plugin provides a day planner (similar to Focus List or Org-Mode Pomodoro) rather than a todo list of items to be checked off manually when completed.

Checkboxes are used because they are a good markdown native way to present the complete and incomplete state of an item.

An alternative would be to use
strikethrough for past items to give this:

  • 15:30 Example Task

Or even

  • 15:30 Example Task||->->->->->->->->->->->->->->->->->->->->||

instead of what is used currently:

  • 15:30 Example Task

Which would you prefer?

I will ask for more feedback from others as well and then update based on what most people would prefer as the format for past items.

from obsidian-day-planner.

manassadasivuni avatar manassadasivuni commented on May 26, 2024

I think that the first option with the strikeout would be better since it shows that the task is over even with a quick glance

from obsidian-day-planner.

dxcore35 avatar dxcore35 commented on May 26, 2024

Maybe if the task time is already over, it should be just grey out.
After this user can check the checklist by them self.

By this solution it can be used as checklist but also as extended live view of current and next tasks...

from obsidian-day-planner.

lynchjames avatar lynchjames commented on May 26, 2024

Perhaps a couple of config settings may be needed for different use cases. We could have:

Task Format (dropdown)

  • Bulleted list - HH:mm Task text
  • Numbered list 1. HH:mm Task text
  • Checkboxes - [ ] HH:mm Task text (default)

Mark Past Items as Complete (TRUE/FALSE switch)
If set as TRUE, past tasks will be updated to either be checked for checkboxes or have strikethroughs for bulleted and numbered lists.
If set as FALSE, past tasks will not be updated.

from obsidian-day-planner.

dxcore35 avatar dxcore35 commented on May 26, 2024

Don't over kill it....
Keep standard markdown [x] and [ ] for manual marking if the task is done.
Make just CSS color change of tasks that are passed based on current time.

Don't screw up the markdown formatting for tasks with some new TRUE/FALSE switch).


What you can do is to just add option if the user want to mark the task manually or if the task is consider to be done based on time.

from obsidian-day-planner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.