- [[Games]] - [[Game Backlog Project]] - [[2026 Games]] - [[2026 Game Collections]] ## Playing %% DATAVIEW_PUBLISHER: start ```dataview table without id file.link as Game, "![cover|100](" + cover + ")" AS "Cover", genre as Genre, system as System where contains(category,[[Games]]) and contains(status, "Playing") and !contains(file.name, "Template") and last > date("2026-01-01") and last < date("2026-12-31") sort last desc ``` %% | Game | Cover | Genre | System | | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------- | | [[Warframe.md\|Warframe]] | ![cover\|100](https://cdn2.steamgriddb.com/thumb/04766957db82a24eaa3006fb015798ba.jpg) | <ul><li>[[Action-RPGs.md\|Action-RPGs]]</li></ul> | [[Steam.md\|Steam]] | | [[Grim Dawn.md\|Grim Dawn]] | ![cover\|100](https://cdn.mobygames.com/covers/20035602-grim-dawn-definitive-edition-xbox-one-front-cover.png) | <ul><li>[[Action-RPGs.md\|Action-RPGs]]</li></ul> | [[Steam.md\|Steam]] | | [[Pragmata.md\|Pragmata]] | ![cover\|100](https://static1.thegamerimages.com/wordpress/wp-content/uploads/sharedimages/2025/06/pragmata-tag-page-cover-art.jpg) | <ul><li>[[Action.md\|Action]]</li><li>[[Adventure.md\|Adventure]]</li></ul> | [[Steam.md\|Steam]] | %% DATAVIEW_PUBLISHER: end %% ## Up Next %% DATAVIEW_PUBLISHER: start ```dataview table without id file.link as Game, "![cover|100](" + cover + ")" AS "Cover", genre as Genre, system as System, backlognotes as Notes where contains(category,[[Games]]) and contains(status, "Up Next") and !contains(file.name, "Template") and last > date("2026-01-01") and last < date("2026-12-31") sort last desc ``` %% | Game | Cover | Genre | System | Notes | | ----------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------- | ----- | | [[Romeo is a Dead Man.md\|Romeo is a Dead Man]] | ![cover\|100](https://cdn2.steamgriddb.com/thumb/12d27566fa9feb38f728801ae15997b3.jpg) | <ul><li>[[Action-RPGs.md\|Action-RPGs]]</li></ul> | [[Steam.md\|Steam]] | \- | %% DATAVIEW_PUBLISHER: end %% ## Finished %% DATAVIEW_PUBLISHER: start ```dataview table without id file.link as Game, "![cover|100](" + cover + ")" AS "Cover", genre as Genre, system as System, rating as Rating where contains(category,[[Games]]) and contains(status, "Finished") and !contains(file.name, "Template") and last > date("2026-01-01") and last < date("2025-12-31") sort file.ctime DESC ``` %% | Game | Cover | Genre | System | Rating | | ---- | ----- | ----- | ------ | ------ | %% DATAVIEW_PUBLISHER: end %%