> [!column|flex no-title]
>> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]] / [[Plugin Tutorials]] / [[Dataview]]
> [!column|4 no-title]
>> [!menu-green-1|ttl-c] [[Getting Started]]
>
>> [!menu-green-2|ttl-c] [[Plugin Tutorials]]
>
>> [!menu-green-3|ttl-c] [[Community Supported Games]]
>
>> [!menu-green-4|ttl-c] [[Obsidian TTRPG Tutorials/Templates/Templates\|Templates]]
> [!column|3 no-title]
>> [!patreon|ttl-c] [Patreon](https://www.patreon.com/JPlunkett) ([Starter Vault](https://www.patreon.com/posts/obsidian-patreon-96801399))
>
>> [!discord|ttl-c] [Obsidian TTRPG Community Discord](https://discord.gg/CdM9UCJdwU)
>
>> [!discord|ttl-c] [Obsidian Official Discord](https://discord.gg/8AF29UBUCa)
# Dataview Examples
> [!warning]+ Be Aware
> Dataview Queries do not work on Obsidian Publish sites. They are amazing and useful but if you are making player facing notes then you are better off creating notes without Dataview.
> [!tip]+ Dataview Query Builder
> If you need help learning how to write Dataview queries or would like a wizard to step you through the process then I highliy recommend the [Dataview Query Builder](https://s-blu.github.io/basic-dataview-query-builder/ "https://s-blu.github.io/basic-dataview-query-builder/")).
| Dataview Query | Plugin | Purpose |
| ----------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [[Dataview - Basic Samples]] | [Dataview](obsidian://show-plugin?id=dataview) | This shows some basic dataview example queries.<br><br> |
| [[Dataview - Obsidian Publish]] | [Dataview](obsidian://show-plugin?id=dataview) | This shows how to get Dataview queries working in Obsidian Publish sites. |
| [[Dataview - List Party Members]] | [Dataview](obsidian://show-plugin?id=dataview) | Display a list of player notes with some key player stats. |
| [[Dataview - List Monsters Used In Note]] | [Dataview](obsidian://show-plugin?id=dataview) | Display a list of monsters that have been linked from your active note. Fantastic for creating a list of monsters you need to prepare before a session. |
| [[Dataview - Reference Frontmatter Within Note]] | [Dataview](obsidian://show-plugin?id=dataview) | Dataview [[Dataview - Reference Frontmatter Within Note\|Inline Expression]] can be used to display the value of frontmatter within your note automatically. |
| [[Dataview - Embed Image in Dataview]] | [Dataview](obsidian://show-plugin?id=dataview) | Display an image in a Dataview query and resize it. |
| [[Dataview - List Session Journals]] | [Dataview](obsidian://show-plugin?id=dataview) | Create a list of your Session Journals. |
| [[Dataview - New Tab Home Page]] | [Dataview](obsidian://show-plugin?id=dataview) | A collection of Dataview is used here to showcase a real life example of dataview being used. |
| [[Dataview - List Recently Modified NPCs]] | [Dataview](obsidian://show-plugin?id=dataview) | List the most recently modified NPC notes. |
| [[Dataview - List Recently Modified Locations]] | [Dataview](obsidian://show-plugin?id=dataview) | List the most recently modified Location notes. |
| [[Dataview - List Content From Current Folder Only]] | [Dataview](obsidian://show-plugin?id=dataview) | List items that reside in the current folder. |
| [[Dataview - List Monsters from Fantasy Statblocks Plugin]] | [Dataview](obsidian://show-plugin?id=dataview) | List monsters from the Fantasy Statblocks data.json file. |
| [[Dataview - Auto Index of Notes In Folder]] | [Dataview](obsidian://show-plugin?id=dataview) | Create an automatic Index of any notes that are listed within the folder that the current note exists in. |
| [[DataviewJS - Progress Bar on Tasks]] | [Dataview](obsidian://show-plugin?id=dataview) | Create a Progress Bar to track Check-List Progress. |
| [[DataviewJS - List Unique Languages Known by Party]] | [Dataview](obsidian://show-plugin?id=dataview) | List Unique Languages known by the party. |
| [[DataviewJS - List Random Notes]] | [Dataview](obsidian://show-plugin?id=dataview) | List random notes from your vault. |
| [[DataviewJS - Dynamic Mermaid Relationship Chart]] | [Dataview](obsidian://show-plugin?id=dataview) | Create a dynamically updating relationship graph for your characters. |
| [[DataviewJS - Faction Reward Tracker]] | [Dataview](obsidian://show-plugin?id=dataview) | Dynamically display the rewards a Player or Party receive based on their rank with a Faction. |