- [[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 | | ------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ------------------- | | [[Cyberpunk 2077.md\|Cyberpunk 2077]] | ![cover\|100](https://cdn2.steamgriddb.com/grid/561adbb4e6094bef3c29e38ceb6bd929.png) | <ul><li>[[Action-RPGs.md\|Action-RPGs]]</li></ul> | [[Steam.md\|Steam]] | | [[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]] | %% 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 %%