> [!INFO]
> For the different [[Metadata#Inline Metadata Fields]] you might have in the `Today` log of your daily notes
## Types
- [[My Obstacles]]
For other logs, you can check out [[Logs]]
## All Logs
````datacorejsx
const { PeriodicLogsWithTags } = await dc.require("Hidden/Datacore/Views/PeriodicLogs.jsx");
const tags = ["#log/obstacle"];
function View() {
return <PeriodicLogsWithTags tags={tags}/>
}
return View
````