Ivan Lednev
Ivan Lednev
@Rhydderch, I don't see a way to do this, because Dataview works like this: 1. Get all the list items across the vault 2. Filter out those we don't need...
@Jagdfalke, as written in the release notes, now tasks are gathered in all the files, not just in daily notes, that's why it might hurt performance: https://github.com/ivan-lednev/obsidian-day-planner/releases/tag/0.11.0
> Do you plan some cross Integration e.g. with the Tasks plugin? I'm not just planning it, it has already been done :) It's integrated with Dataview, since it exposes...
@weph, I don't think there was an old release that supported both Dataview and plain list items.
@weph, to save you time, the only thing you need to do is to add `dataview.pages(source).file.lists` here: https://github.com/ivan-lednev/obsidian-day-planner/blob/0a399fabaf1b86f75ecfa626b4de3b4c22650ab3/src/main.ts#L82 After that you only need to make TypeScript happy and probably a...
Since 0.17.0, plain list items are recognized in daily notes and added to the timeline.
Hey, @calosliu, thank you for taking the time to submit the improvement. Note that I'm currently working on a significant rewrite that enables pulling tasks form all files, using dataview....
The first part (reading tasks everywhere in the vault) is available in 0.11.0.
Hey there! Check out 0.18.0: now hovering over a task with Control pressed will trigger a preview pop-up. This works great with the awesome [Hover Editor plugin](https://github.com/nothingislost/obsidian-hover-editor). This plugin is...
Closing this as stale.