fbgallet / roam-extension-calendar

MIT License
7 stars 0 forks source link

Unable to display tasks for October. #3

Open buildaworld opened 1 week ago

buildaworld commented 1 week ago

When opening for the first time, it shows as blank. Returning to September displays all tasks, including those for the first six days of October. Going back to October again, only the tasks for the first six days of the month are shown.

Is it possible to set the default to not display "not tagged" items?

image

brunoeducsantos commented 1 week ago

Same here for some reason I cant display october

fbgallet commented 1 week ago

Weird! I can't reproduce. What is happening if you click of the calendar refresh button ⟳ ? Could you send a snapshot of the browser console when you open October ?

fbgallet commented 1 week ago

@buildaworld about "not tagged" items, your question made me realize that the selection or exclusion of "not tagged" items is not persistent (while it is stored in the browser storage for all other tags) !

buildaworld commented 1 week ago

Weird! I can't reproduce. What is happening if you click of the calendar refresh button ⟳ ? Could you send a snapshot of the browser console when you open October ?

mac app : nothing happend after ⟳

image

chrome :

image image
fbgallet commented 1 week ago

In the browser, could you check if each October DNP (particularly the 7th or the 15th) has a correct uid ? It's visible at the end of the URL, for example today DNP should end with "10-17-2024". If a DNP has an URL ending with random characters, that could cause the issue

buildaworld commented 1 week ago

In the browser, could you check if each October DNP (particularly the 7th or the 15th) has a correct uid ? It's visible at the end of the URL, for example today DNP should end with "10-17-2024". If a DNP has an URL ending with random characters, that could cause the issue

image

image

fbgallet commented 1 week ago

Thanks! Have you quickly checked other dates at the beginning of october ?

In October DNPs, have you some special content, like very long content, complex calendar task with multiple dates, recursive referencing, or anything else that could breakdown the parsing process ?

buildaworld commented 1 week ago

Thanks! Have you quickly checked other dates at the beginning of october ?

In October DNPs, have you some special content, like very long content, complex calendar task with multiple dates, recursive referencing, or anything else that could breakdown the parsing process ?

Import the entire graph into the local graph, and the task can be displayed normally.

buildaworld commented 1 week ago

Import the entire graph into the local graph, and the task can be displayed normally.

Import same graph into HOSTED GRAPHS ,tasks can not be displayed

fbgallet commented 1 week ago

Is there some DNP with a very large content (many blocks and high levels of hierarchy) ? Have you tried in a hosted graph without any other extensions ?

buildaworld commented 1 week ago

Is there some DNP with a very large content (many blocks and high levels of hierarchy) ?

largest contenet: 76 blocks (with 580 words in total) ,it is an Meeting Arrangement includes

[[October 11th, 2024]] *2
[[October 10th, 2024]]
[[October 9th, 2024]] *2
[[TODO]]
#taga
#tagb
#A/B/C/D

in the test graph(Imported today,only Full Calendar installed) :After deleting this Meeting Arrangement, tasks are displayed normally. Restoring the deleted content, the tasks still displayed normally.

In the original graph(only Full Calendar enabled ):After deleting this Meeting Arrangement,tasks still can not be displayed

buildaworld commented 1 week ago

I can further investigate the day where the problem occurs in the week view.

Another block that may cause problems is structured like this(in page [[October 12th, 2024]]):

  • [[October 12th, 2024]] at 09:37
    • roam mobil app quick capture
  • {{[[DONE]]}} task name [[October 15th, 2024]]
    • [[October 12th, 2024]] at 09:37
      • roam mobil app quick capture

After dragging and dropping to another page, the task is displayed normally. When dragged back, it still displays normally.

fbgallet commented 1 week ago

Thanks for these details, I will investigate further tomorrow and this week-end, sorry for the inconvenience! Could you check the uid of [[October 12th, 2024]] DNP ? Is it 10-12-2024 ?

buildaworld commented 1 week ago

Thanks for these details, I will investigate further tomorrow and this week-end, sorry for the inconvenience! Could you check the uid of [[October 12th, 2024]] DNP ? Is it 10-12-2024 ?

it is 10-12-2024

fbgallet commented 3 days ago

Hi @buildaworld , I've pushed an update, could you test it please ?

You can install it with this PR-Shorthand : fbgallet+roam-extension-full-calendar+936. Before doing this, you should disable the current version in Roam depot and enable "Developer extensions".

buildaworld commented 2 days ago

For the type below, it will not be displayed. But as mentioned earlier, after deletion and recovery, the task display will always be normal. It has been tested twice through restore graph. The first time, deleting 15:36, 10:37, 09:37 in order, and then recovering normally. The second time, deleting 09:37, 09:38, 10:37 in order, and then recovering normally. No pattern was found. If there are new discoveries later, I will report again.

"Not tagged" can now be defaulted to not display. Thank you.


 - [[October 12th, 2024]] at 09:37
    - ![](img1)
    - ![](img2)
    - ![](img3)
- [[October 12th, 2024]] at 09:38
    - 
    - ![](a)
    - ![](b)
    - ![](c)
- [[October 12th, 2024]] at 10:37
    - ![](d)
- [[October 12th, 2024]] at 15:36
    - ![](img4)

{{[[DONE]]}} task 1  [[October 15th, 2024]]
 - [[October 12th, 2024]] at 09:37
    - ![](img1)
    - ![](img2)
    - ![](img3)
- [[October 12th, 2024]] at 09:38
    - 
    - ![](a)
    - ![](b)
    - ![](c)
- [[October 12th, 2024]] at 10:37
    - ![](d)

{{[[DONE]]}} task 2  [[October 15th, 2024]]
    - ![](img4)