logseq-plugin-agenda icon indicating copy to clipboard operation
logseq-plugin-agenda copied to clipboard

Bug: block refs are not displayed correctly in Agenda 3

Open abdgad opened this issue 2 years ago • 2 comments

If you add a block ref to a daily journal, it doesn't appear correctly in Agenda 3.

Example:

image

image

In Agenda 3, it's displayed as "block" instead of "Report a bug":

image

It would be nice if the block ref is displayed correctly. Also it would be nice if Agenda 3 displays block refs of TODOs without having to prepend TODO to them. For example:

image

This example is not even seen as a task by Agenda 3. It would be nice if Agenda 3 recognizes and treats this block ref as a normal task.

abdgad avatar Dec 06 '23 15:12 abdgad

  1. Display the detailed content of block ref us in the development plan.

  2. The original block is marked with a TODO, which identifies it as a task. I would like to understand why the reference to this block also needs to be recognized as a task, as it may result in duplicate tasks.

haydenull avatar Dec 07 '23 00:12 haydenull

2. The original block is marked with a TODO, which identifies it as a task. I would like to understand why the reference to this block also needs to be recognized as a task, as it may result in duplicate tasks.

This should only happen in the daily journal page. It's basically for scheduling the original TODO for the date of the daily journal. Here is an example. Let's say there's a "Projects" page like this:

image

We copy the TODO block ref to the daily journal page:

image

Now the original TODO should be scheduled for "07-12-2023" and should appear in the Agenda. So in a nutshell, it's for scheduling the original TODO using only its block ref without creating a new TODO.

abdgad avatar Dec 07 '23 06:12 abdgad

‌Agenda can now display the content of block ref correctly.

However, since a block can be referenced by multiple journal pages, the task date still needs to be manually specified.

haydenull avatar May 28 '24 11:05 haydenull