> [!column|flex no-title] >> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]] / [[Plugin Tutorials]] / [[Dataview]] / [[Dataview - New Tab Home Page]] > [!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) Within my vault I like to have a Home Page. A place I can go to where I keep a handful of links that I commonly use. The process for creating the Home Page is covered in this video. ![](https://youtu.be/cF2g1N1GrmM) # Required Plugins Here is a list of the plugins that are mentioned in the video. | Plugin | Usage | | -------------------------------------------------------------------- | --------------------------------------------- | | [Advanced Table](obsidian://show-plugin?id=table-editor-obsidian) | Makes it easier to make Tables. | | [Dataview](obsidian://show-plugin?id=dataview) | Primary Plugin | | [Various Complements](obsidian://show-plugin?id=various-complements) | Automatic Linking and Front Matter Dropdowns. | | [Heatmap Calendar](obsidian://show-plugin?id=heatmap-calendar) | Discussed but not used. | | [DB Folder](obsidian://show-plugin?id=dbfolder) | Optional. Nice way to create new notes. | ## Top Link Bar The page has a section of images along the top that server as pretty links to other notes. The images themself serve no function, they are there for visual appeal. ![[Pasted image 20230708144828.png|600]] This is just a table. The top row has a link to the pictures. It makes use of the [ITS Theme - Image Adjustments](https://publish.obsidian.md/slrvb-docs/ITS+Theme/Image+Adjustments) to resize the images into smaller squares. The second row is just links to notes. I make use of `\` before special characters like '|'. This is called escaping and basically means I don't want the tool to use the `|` as part of the table. I am `escaping` the `|` with a `\` to tell the tool that it should ignore the pipe for it's current expectation and instead allow it to be used for it's normal purpose. ```` | ![[Imagename1.png\|hsmall+wsmall+center]] | ![[Imagename2.png\|hsmall+wsmall+center]] | ![[Imagename3.png\|hsmall+wsmall+center]] | ![[Imagename4.png\|hsmall+wsmall+center]] | | ---------------------------------- | --------------------------- | ----------------------------------- | ------------------------ | | [[Notename1]] | [[Notename2]] | [[Notename3]] | [[Notename4\|Rename Note Name]] | ```` ## Player Dataview Tables You can learn how to make this over here: [[Dataview - List Party Members]] ## Right Hand Table - Session Journals You can learn how to make this over here: [[Dataview - List Session Journals]] ## Recently Modified Notes You can learn how to make this over here: [[Dataview - List Recently Modified Notes]] ## Recently Modified NPCs You can learn how to make this over here: [[Dataview - List Recently Modified NPCs]] ## Recently Modified Locations You can learn how to make this over here: [[Dataview - List Recently Modified Locations]]