%% DATAVIEW_PUBLISH_CONVERT start
```dataview
TABLE WITHOUT ID
dateformat(published, "yyyy-MM-dd") as "Date",
file.link AS "Title"
FROM "07 - Publish - Obsidian/Articles"
WHERE
publish = true
AND category = "Productivity & Automation"
SORT published DESC
```
%%
| Date | Title |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2025-06-28 | [[07 - Publish - Obsidian/Articles/Obsidian Publish Workflow - Automating Publication Prep.md\|Obsidian Publish Workflow - Automating Publication Prep]] |
| 2025-06-23 | [[07 - Publish - Obsidian/Articles/Add Social Links to the Sidebar of an Obsidian Publish Site.md\|Add Social Links to the Sidebar of an Obsidian Publish Site]] |
| 2025-06-20 | [[07 - Publish - Obsidian/Articles/Add Social Links to the Footer of an Obsidian Publish Site.md\|Add Social Links to the Footer of an Obsidian Publish Site]] |
| 2025-05-28 | [[07 - Publish - Obsidian/Articles/Obsidian Workflow - Automate Your Glossary with Templater and Dataview.md\|Obsidian Workflow - Automate Your Glossary with Templater and Dataview]] |
%% DATAVIEW_PUBLISH_CONVERT end %%