I am a user of obsidian. Recently, I want use SiYuan instead of it. In obsidian, I always using dataview to record event and remind me at the event's date. (e.g. I typing a event with description and define in-line field like (Sdate::2025-10-21). Then select these event in daily note.) So I can use the dataview code block like this:
Daily note content when someone inform me about the event.
- KM Meeting #Event (ActSdate::2025-10-21)~(ActEdate::2025-10-21) (@2025-10-21 14:30)
Today's Daily Note:
table without id L.text as Activity, file.link as File, this.file.day
from #Event or #Reminder
FLATTEN file.lists AS L
where (icontains(L.tags, "#Event") or icontains(L.tags, "#Reminder"))
and L.ActSdate<=this.file.day
and L.ActEdate>=this.file.day
sort L.ActSdate asc
Does any body know how to do similar thing in SiYuan?
Welcome to here!
Here we can learn from each other how to use SiYuan, give feedback and suggestions, and build SiYuan together.
Signup About