Ivan Lednev

Results 161 comments of Ivan Lednev

Hello, @pandasaurusesrex, This behavior is intended. A recent update added the ability to include tasks into the plan from any file in the vault. So the heading text from the...

Hello, @doschroeder, I think those tasks should already be visible in the planner, since it collects all the tasks in daily notes by default. The heading from the config serves...

Oh, I see what you meant now. For now, if you want to use a custom section, you can create a daily note template with that `> [!Daily tasks]`

Hey, @kin30528, could you update and re-check?

Hey, @showaykerker, could you submit a PR with the change? If your approach with if-else statements is more readable than a huge regex, I'm all for it 😄

Hello, @Void4m0n, Thanks for the input! I'm planning to handle the bug in the mid-future. Callout edit support is a bit further down the road.

Hello, @Gelio, To sort tasks you'll need to update `src/service/plan-editor.ts`. After every write to the plan, we need to 1. grab the first block under the planner heading 2. parse...

Hello, @karthikm-0, This is an interesting suggestion. It would involve something like adding multiple time properties to tasks, like so: ```md - [ ] Do stuff [scheduled::2024-01-01T18:00--2024-01-01T19:00] [scheduled::2024-01-02T18:00--2024-01-02T19:00] ``` I...