Obsidian dataview examples. com) Personal-Wiki: github.


  • Obsidian dataview examples Apr 20, 2022 · Ever wanted to use Obsidian for managing your tasks? In this video, I demonstrate one way to consolidate tasks from all your notes and show them on the date Combining Maps of Content (MOCs) with the Dataview plugin transforms your Obsidian vault into a self-organizing knowledge hub. What makes this approach so powerful is its flexibility and scalability, allowing you to manage your vault efficiently—whether it contains a handful of notes or thousands of them. If this file has been bookmarked via the Obsidian Core Plugin "Bookmarks". Commands are executed in order, and you can have duplicate commands (so multiple WHERE blocks or multiple GROUP BY blocks, for example). Depending on the size of your vault, executing the following examples can take long and even freeze Obsidian in extreme cases. Now that Dataview is installed, enabled, and the display formats are clear, you can create queries to pull data from your other notes. It would be nice to have a None option. This is the hardest part of this tutorial, but I’m going to try to make it as easy as possible. title %>’ with the actual Show a sum row for a numeric table¶ Basic¶ // Paste your DQL for the table here: const query = `TABLE situps, steps FROM "10 Example Data/dailys" WHERE file. If you haven’t already, search for and install these two plugins in your vault (click the links to open in Obsidian): Dataview; Obsidian Charts; Then check your Dataview settings and make sure that “Enable JavaScript Queries” is ON. Here's a basic example with a hardcoded event: ```dataviewjs this. Aug 15, 2021 · Field name Data Type Description; status: Text: The completion status of this task, as determined by the character inside the [ ] brackets. tryQuery(query); const sums Jul 18, 2023 · Obsidian Charts; You’ll need to use Dataview in conjunction with Obsidian Charts, otherwise you won’t be able to query your Vault. I also really like to use Obsidian Dataview! Dataview lets you query your notes as data, which is pretty dang powerful, especially when you have a lot of notes that follow similar structures and patterns. Feb 17, 2023 · Things I have tried I have tried cutting, pasting and editing sample code found online but I haven’t found anything directly related to what I am trying to do. pages(). A complex setup that seems overkill. This is going to sound like a lot. Read more under Field names Jan 10, 2023 · What I’m trying to do I’m using both Templater and Dataview. md at main · s-blu/obsidian_dataview_example_vault Dec 22, 2024 · Yesterday, I wrote about how I use Obsidian Templater to generate templates across similar notes. Usage of Calendar Query Type. Created on behalf of AB1908 (github. com) LifeOS for Obsidian (obsidian-life-os. Dec 31, 2023 · What I’m trying to do I want to use dataview to list books I completed this year, by querying the properties “book” and “date finished” Things I have tried I’m sure I’m way off, but this is the best I’ve come up with. What I’m trying to do I’m trying to create a TABLE query in Dataview for my school notes where I group them by Type. One of my favorite ways to build a MOC is by using this single-line Dataview query: ```dataview list from [[]] and !outgoing([[]]) ``` This small line of code is the best way to quickly organize notes in Obsidian. Queries are created using the Dataview Query Language (DQL), which has similar, but different syntax from SQL queries (which many people are familiar with). These folders should be the most top folder level May 13, 2024 · If you want to bookmark this, it’s on my blog Dataview example vault: A example vault to collect and showcase various dataview queries. 3. You can then reference this from within your own vault by either accessing the file or searching in your vault for specific command. Inline Queries: Use cases and Limitations. description: See some examples of dataview in action. The note is identified with a tag #wp and setup with fields like so: writing_prompt:: Animals take over the Sep 23, 2024 · Here are a few dataview queries I worked out that allow open tasks to be queried matched to the name of the file name the query is ran from. So when you are using just years, they’re not considered dates, but they remain dates. Display images in a dataview table Display meta data values as a tag cloud Display metadata of a week as emjois (habit tracking) Display or hide dataview queries based on a task selection Display random images from a path Example FLATTEN Queries Example GROUP BY Queries Frontmatter Overview Choose correct vault root. After this, I’ll share some plugins that either help with adding YAML metadata to your notes, or provide some Jan 8, 2023 · Things I have tried This is where I am so far: TABLE rows. ” In other words, the value does not replace the function, as is sometimes the case in plugins like Templater. May 8, 2021 · Dataview plugin versions 0. Inline queries are “dynamic. It is much easier for me Effect of GROUP BY. Here’s how it works. Minimal Homepage Dashboard. With great power comes great responsibility … DataviewJS has a steeper learning curve and is not for the foo@bar:~/obsidian-dataview $ pip3 install mkdocs mkdocs-material mkdocs-redirects foo@bar:~/obsidian-dataview $ cd docs foo@bar:~/obsidian-dataview/docs $ mkdocs serve This will start a local web server rendering the documentation in docs/docs , which will live-reload on change. Dataview is a powerful scripting tool that can let you pull data from your notes to generate tables, graphs, and simple observations. The YAML of the note is the following (between three - ) deadline: recurrence: type: The query is (between three `) CALENDAR deadline FROM “test” This is working. link, Stato FROM "Università" GROUP BY Tipo and this is what I get “Tipo” is my Type i’m trying to group by. Whenever Dataview (or dataviewjs) sees something in the format of YYYY-MM it converts that string into a date. Similar to the query language, you create Dataview JS blocks via a dataviewjs-annotated codeblock: Feb 10, 2023 · One of my favorites gives us the ability to create graphs in Obsidian. Whether you’re reflecting on daily progress Nov 2, 2022 · Things I have tried I am looking for ways to utilize Datavault and have read parts of the manual. Regex is a language I don’t really wrap my head around and it’s getting worse with DataviewJS. 64, last published: a month ago. See next section. So by have a folder full of POCs it allows you to easily link obsidian 的 dataview插件官方例子. #placeholder/description. // get the data from the query above let DQL = await dv. The dataview JavaScript API gives you the full power of JavaScript and provides a DSL for pulling Dataview data and executing queries, allowing you to create arbitrarily complex queries and views. Jun 14, 2023 · I’ll go over my uses for YAML to provide you with some more specific examples. That's an example of one plugin helping another. “Corso”, “Diario” are all Types. See examples of queries, sources, filters, and custom data. Apr 13, 2022 · What even IS Obsidian Dataview? Dataview has quickly become one of the most popular plugins for Obsidian, but how do you actually use it? Whether you’re a non-programmer or an expert coder, here’s how to use the Obsidian Dataview plugin and some common use cases for it. Apr 21, 2023 · What I’m trying to do I want to write a summary in the metadata field. There is 1 other project in the npm registry using obsidian-dataview. Generally a space " "for incomplete tasks and an "x" for completed tasks, but allows for plugins which support alternative task statuses. Group your books by genre, then create a table for each sorted by rating via a straightforward usage of the dataview rendering API: Aug 13, 2023 · 諸事情がありObsidianに移行したのだけれど、urlと開発記事の紐づけ機能がないと不便だと気づきDataviewjsを色々触っていくうちに知見がたまったので備忘録目的で記事にした。 Display images in a dataview table Display meta data values as a tag cloud Display metadata of a week as emjois (habit tracking) Display or hide dataview queries based on a task selection Display random images from a path Example FLATTEN Queries Example FLATTEN Queries Table of contents Basic Variants Apr 22, 2021 · I do reviews each morning, night, week, month, quarter and year. Oct 4, 2021 · Here are a few examples of how we can query our Obsidian notes using the Dataview Query Language (note: I will expand on how you can use JavaScript later in this article): Using Built-In Obsidian Jun 15, 2022 · Learn how to use Dataview, a query engine for Obsidian, to create automatic lists and collections of notes. You could Dataview JS. md file looks like: ```dataview LIST L. I would love if people who use dataview could weigh in and share 1) a use case for dataview in their vaults and 2) a example of a code block query showing that use case I’m new to dataview and even though I can see its potential I would love to get some concrete examples Sep 10, 2022 · Dataview is an Obsidian plugin you can use to transform your vault into a database you can query from. The original slides can… With the Dataview plugin, users can: Craft custom views 🎨; Set timely reminders ⏰; Monitor their progress 📈; And so much more! In the course of this guide, we’ll dive deep into harnessing the power of the Dataview plugin within Obsidian, setting you on the path to optimal productivity. Install Dataview 📥 # Examples All open tasks that are due today: ```tasks not done due today ``` --- All open tasks that are due within the next two weeks, but are not overdue (due today or later): ```tasks not done due AFTER yesterday due BEFORE in two weeks ``` Most query instructions can include [[About Queries#Capitals in Query Instructions - Case Insensitivity|capital letters]], which are used here for Advanced data views for Obsidian. You switched accounts on another tab or window. This can enhance your vault’s functionality and enable code reuse, allowing you to automate and customize tasks efficiently based on your needs. See examples of DQL and JavaScript queries for hub pages, house tasks, notes created today, and fleeting notes. md at main · s-blu/obsidian_dataview_example_vault Mar 5, 2022 · For posterity, since nobody answered, alt-R doesn’t change a view. day. 0:04:40 The 4 types of Dataview queries 0:04:59 List 0:06:46 Basic Table Queries¶ Basic¶. Show pages from a folder as table. com) Personal-Wiki: github. All of these showcases are collected from the Obsidian Discord group. Since the Dataview plugin snippet showcase is getting huge, I thought we start a new—DataviewJS-only— snippet showcase here. text AS "My lists" FROM "10 Example Data/dailys" FLATTEN file. Converting DQL to DataviewJS. 5. You signed out in another tab or window. Its impact on performance is low and it reduces the need for additional plugins to add features. It does updates as well should they come in. However, I like to keep single-line tasks scattered across notes more in the style of obsidian-tasks and would like If the field name has spaces, punctuation, or other non-letter/number characters, then you can refer to it using Dataview's simplified name, which is all lower case with spaces replaced with "-". Here’s a description of what’s going on here: dataview tells Obsidian to use the Dataview plugin; table Joe, Mike tells Dataview to create a table with values from Joe & Mike from the YAML section of the A example vault to collect and showcase various dataview queries. day >SORT file. Example page This is a small Markdown page which includes both user-defined ways to add metadata: Jul 18, 2023 · Dataview; Obsidian Charts; You'll need to use Dataview in conjunction with Obsidian Charts, otherwise you won't be able to query your Vault. Created on behalf of AB1908 - obsidian_dataview_example_vault/20 Dataview Queries/Style dataview table columns. This thread could be used to link material with Datacore implementations. includes("Groups")) And it gives me all files with Groups somewhere in their folder name as an option, but is it possible to add one last choice? For example, say my file does not correspond to any group at all. The API comes in two flavors: plugin facing, and user facing (or 'inline API usage'). A example vault to collect and showcase various dataview queries. 68, last published: 17 days ago. lists AS L WHERE contains(L. Possibly memory intense examples. The problem im running into Dec 29, 2024 · Intro Custom JavaScript can transform your Obsidian setup into a productivity powerhouse. Dataview gives you ability to query almost anything you could want, and Charts allows you to plot that data on a graph. For example I can track the things I want to improve and use dataview to display the previous day’s value to reflect on. https://github. In this example I’ll show how I use dataview to make my projects queryable, and then how I use Obsidian-Charts to make some bar charts of this data. If you haven’t set up Obsidian yet, read this post on setting up a second brain in Obsidian. In this edition of Obsidian showcases, I will share some workflow setups, dashboards, Custom CSS snippets, and dataview queries used by the Obsidian users. Sep 13, 2024 · Whereas Markdown can only be used to produce static content, JavaScript expands the possibilities of Obsidian by enabling dynamic rendering. folder. 0+ offer enhanced, javascript-enabled dataviewjs code blocks. In order to edit Dataview tables, you do have to use DataviewJS instead of the Dataview Query Language. Be sure to choose the folder that directly contains 00 Meta, 10 Example Data etc as a vault. See Data Types - Dataview. Markdown frontmatter is arbitrary YAML enclosed by ---at the top of a markdown document which can store metadata about that document. Dataview keeps your queries always up to date and makes data aggregation a breeze. Jan 21, 2022 · What I’d like to do I would like to create a dataview table of annotated tasks. What You Might Need. Using dataview I can easily keep track of metadata that I want to review inline in the page and have it roll up into the bigger timeframes. Mar 16, 2024 · An example from the Dataview documentation. To be able to use this vault you need to download the repo and open it with Obsidian. TABLE FROM "10 Example Data/games" Show pages from a tag as table. Instead of data residing in real database tables, data can exist in regular text files that we can grab and assimilate in many ways. For example summary: This is a summary. Example showing string vs date Jan 10, 2024 · We’ll dive into Obsidian’s templates in this article. title %> in your note and you use the command you mentioned (alt-R by default, “Templater: Replace templates in the active file” in the command menu), then Templater replaces ‘<% tp. It’s actually tricky to work around this. I’d like to have a header for each group. Combining Dataview and Tasks #plugin/dataview #task-format/dataview Tasks and dataview ReleasedParsing of dataview format was introduced in Tasks 3. These templates should make it easier for you to organize information and When returning an embeded image link in a dataview query, dataview will interpret an numeric display name alias as an image size. With plugins such as dataview, templater (some examples), periodic notes, and more, Obsidian’s possibilities have expanded a thousandfold! In order to bring together the great minds of this community, let’s share our note templates and metadata templates. Unlike a normal dataview block with three backticks, dataview inline queries are, like the name suggests, for the inline usage in text, headlines or similar to dynamically display values in the flow of your note instead of requiring a isolated block for them. This is the dataview Jul 28, 2023 · In order to create graphs in your own vault, there are a couple of community plugins that you need to install. It's recommended that you specify a FROM to restrict the query execution to a specific subset of your vaults' files. Create calendars inline with your notes from dataviewjs queries. com) kepano/kepano-obsidian: My personal Obsidian vault Learn how to use dataview query language to filter, sort, and output files in Obsidian. Start using obsidian-dataview in your project by running `npm i obsidian-dataview`. TABLE FROM #type/books Mar 27, 2025 · Creating Queries with Dataview in Obsidian. app) Grow Your Mind Garden Starter Kit LeanProductivity Starter Vault (sascha-kasper. container That's also an example showing the aggregation capabilities of the plugin. Outside of the default configuration of Dataview, there's nothing you need to do. Jun 24, 2021 · The three backticks are the Obsidian formatting for code snippets, and everything inside is telling the Dataview plugin what to do. Feb 20, 2023 · Hopefully new users of dataview can find this tutorial helpful 🙂 0:00:00 Welcome 0:00:42 Intro 0:00:52 What we are talking about today 0:02:29 SUPPORT THE CHANNEL 0:02:49 Installing and setting up Dataview 0:04:17 the dateformat inside the data has to be the iso format and has nothing to do with what is written in the settings. Then you need to activate the Community plugins and enable all plugins in the list. name asc >``` I use the [!EXAMPLE] callout as the icon displays a list. I found a video of guy explaining it's complicated and you have to use a rows. Templates in Obsidian are helpful in many ways, but sometimes you need some template ideas. , Dataview task and project examples and Inbox and Task Management Database using Atomic Notes as Tasks and Dataview). This trick involves two community plugins: Dataview and Obsidian Charts. You’ll learn how to create Interactive Input Fields and we’ll explore practical examples. I’ve read the FAQ for Obsidian and DataView but I’ve only found indirect references to displaying calendars as a query output. (–) then there is some more text. name or something which he didn't go into detail about. Furthermore, if the code is properly structured into JavaScript functions and externalized into external scripts, it preserves the interoperability of See some examples of dataview in action. FROM. text FROM #daily FLATTEN file. tags, "#tag1") An Obsidian Vault for Dataview and later Datacore examples. This post is about how I manage my tasks and projects using Obsidian with the Dataview plugin. . Apr 28, 2023 · For example, the query for one multiple links field is this: dv. Learn what templates are and how you can use them with lots of great obsidian template examples. In this summary there is a nested list (-) example 1 (–) (-) example 2. The FROM statement determines what pages will initially be collected and passed onto the other commands for further filtering. I know you Dataview Plugin: How To Use This Powerful Obsidian Plugin (With Examples) A YouTube Video by Filipe Donadio. The Calendar Query Type needs a valid date information as a field in order to display notes. A Dataview example. Jul 28, 2022 · It’s an incredible plugin that gives you the ability to treat your notes like database records. You always need to give this information. You can add metadata to your notes and query them with the Dataview Query Language to list, filter, sort or group your data. You signed in with another tab or window. The script parses a note with writing prompts setup as fields and chooses a random prompt. Apr 1, 2022 · For example, you expected “2022-10-10” but Dataview shows you 10 October, 2022. tags, "#bikeride" ) SORT file. For example, if you have <% tp. Here’s an example of a Project file in my Obsidian vault: Nov 23, 2024 · For example: Task List [ ] Write a report on Obsidian Dataview [ ] Set up a meeting with the team; Write a Query: In a new note, insert the following: task from "" where !completed. Now I want to access it via dataview and have a list (not a table) that looks like this A example vault to collect and showcase various dataview queries. Using Dataview Variables. These are displayed using the DD MMMM, YYYY format. My newsletter “dashboard” Aug 15, 2021 · This dashboard is a work in progress, the goal is to give myself a place to start editing notes that were either Orphans(Olivers haha) meaning no links in or out, files that were too small or zero (meaning I probably should add content), or too large (meaning I should pare it down or break it apart into more atomic sized notes). Feel free to copy/paste into your own vault. When a GROUP BY is applied to a Query, you bundle up all pages after the field you're grouping by. Whether you’re new to Meta Bind or already have some experience, there’s something for everyone Meta Bind May 9, 2024 · I can show the full code example but it has a lot of fgc stuff that might not make much sense. If you want to use Obsidian for more than just note taking, you’ll Dataview is a live index and query engine over your personal knowledge base. One thing to note is I turn off dataview updates and only refresh manually, triggered by a shortcut templater insertion, which means less optimal code doesn’t impact me as much. These folders should be the most top folder level when viewing the vault in Obsidian, otherwise queries won't find their data. Dataview converts date strings into date objects. Created on behalf of AB1908 - obsidian_dataview_example_vault/20 Dataview Queries/Basic Task Queries. @blacksmithgu is constantly adding features and functions to it. See simple examples of queries for games, tasks, books, and more. netlify. The problem is it I use FROM “inbox/scadenze” (deadlines in Italian) In this case no calendar is created and Dataview tell me that there are Dec 12, 2024 · Datacore, the successor of DataView with live filtering table capabilities has been in beta for some time. Created on behalf of AB1908 - obsidian_dataview_example_vault/20 Dataview Queries/Example FLATTEN Queries. Optionally, you can display individual elements of this note Aug 28, 2021 · Ok, here are some examples of templates and dataviews for task management: name Add Task type note(New Task) template action Task Template class dataview-button Available Tasks table Completed, Priority, Project, d&hellip; Jul 21, 2023 · Hi! I’m trying to create a Calendar output for a dataview query for my deadlines. A separate file to display your charts. tags:-Feature Copy. The second choice() will check for the value of the target and will decide what to do next based on that value. When Obsidian opens the settings, hit the switch on "Dataview" to enable the plugin; Done! The example vault is now available to you in its purest and most useful form! [!info] Choose correct vault root Be sure to choose the folder that directly contains 00 Meta, 10 Example Data etc as a vault. The tasks live on pages that have sections related to different opportunities. The different commands that dataview queries can be made up of. Feb 11, 2022 · What I want I want a dataview task query that returns tasks grouped by due date then within each date grouped by section. cday = this. May 10, 2021 · Ok, here are some examples of templates and dataviews for task management: name Add Task type note(New Task) template action Task Template class dataview-button Available Tasks table Completed, Priority, Project, d&hellip; Show list items containing a certain tag¶ Basic¶ TABLE L. Normal Dataview. Jan 31, 2023 · Reason being that your examples are not just strings, but a mix of strings and dates. TL;DR Key Takeaways : For example, this query ensures you always have a clear view of your most recent work. There are 3 other projects in the npm registry using obsidian-dataview. Codeblock Examples Grouped Books. We can get into all kinds of trouble if we connect those two things. You can change the icon in the callout Jul 14, 2023 · Note: if you don’t like Dataview’s default table styling, take a look at Upgrading Obsidian Tables. name ``` And that gives me a list of every bike ride I've done (I've just noticed I'm not actually limiting by year): 2023-01-01 Cycled 35 miles into the office with [[Bob]] #bikeride Dataview generates data from your vault by pulling information from Markdown frontmatter and Inline fields. com/s-blu/obsidian_dataview_example_vault dataview是ob中非常热门且常见的插件,但新手常困惑于筛选条件 的语句如何编写。 Dec 12, 2023 · はじめに. Can be installed via BRAT plugin. May 13, 2024 · I want to take full advantage of Obsidian’s capabilities to achieve it. Outside of the default configuration of Dataview, there’s Jan 25, 2025 · In today’s video, we’re diving deep into Meta Bind, a powerful community plugin. The first choice functions evaluates whether the target is empty and returns “No value” if thats true and execute the the second choice() if false. For example: - [anyName](image-link) will display the image at it natural largest size. I see some great implementations of this using atomic notes for each task (e. These people are linked as required into different project notes essentially forming a team, teams vary between projects. 此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。 Sep 13, 2022 · Ok, here are some examples of templates and dataviews for task management: name Add Task type note(New Task) template action Task Template class dataview-button Available Tasks table Completed, Priority, Project, d&hellip; Further looking into it, I could not find any examples that show one that worked. Dataview integration¶. Mar 2, 2023 · Learn how to use Dataview, a powerful plugin for Obsidian, to automate your vault and view data in different formats. I have managed to create a simple query that displays as a calendar but I can’t get it to display any Dec 11, 2022 · >[!EXAMPLE]- New Today >```dataview >LIST >WHERE file. 0. g. This is a minimal dashboard setup shared by rushi. dataview は Obsidian のコミュニティプラグインの人気プラグインの 1 つである ノートから様々な情報を抽出することが出来る 他のプラグインの前提になっていることも多い 使いこなせると Obsidian の使用用途がぐっと広がるが、日本語でまとめているページが殆どないので、使用法を Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. We’ll start with the basics and show you how to seamlessly integrate these fields into your own vault. If the calendar query encounters a file you've queried that does not have your defined "date source" - or if it's invalid - the Calendar won't render at all. Dataview, the last time I checked, also helped populate the Excalibrain graph. In this guide, we’ll explore how to leverage custom JavaScript functions in Obsidian using the Dataview and Templater plugins. Dataview can only add this information if you check a task inside a dataview output - meaning inside a TASK Query! TASK FROM "10 Example Data/assignments" WHERE completed SORT completion Advanced usage Feb 26, 2025 · Obsidian Dataview Queries. I can currently add four I know of: Add your implementations here if you want Thanks My dataview query in my 2023. Tasks now has partial support for reading dat… Advanced data views for Obsidian. md at main · s-blu/obsidian_dataview_example_vault obsidian开箱即用库 by 落山鸡 开箱即用库(Blue topaz examples)by Cuman PaperBell by SongshGeo:学术 IOTO by Johnny学 基于MAKE插件的开箱即用库 by Nathan 凸新东方(2XDF)开箱即用库 by 灵魂如风 KG 笔记法示例库 by Ryoooo bramses-highly-opinionated-vault… Jun 15, 2023 · What I’m trying to do Im trying to execute a choice function nested inside of a other choice function. md. Latest version: 0. What I’m trying to do I would love to be pointed to ne or many places that hold example queries and the like. Reload to refresh your session. I’d like to assign the results from a dataview js script to a templater template which will be used in my daily note template. It is, however, very hard for me to digest things like that. file. lists AS L WHERE CONTAINS(L. month = 2` // change the name of the total row, if you like: const nameOfTotalRow = "Sums"; // you don't need to touch this, normally. For example, this is a field becomes this-is-a-field; Hello! becomes hello, and so on. It substitutes the value of the Templater expression for the code. Maybe it’ll help you Apr 22, 2021 · Ok, here are some examples of templates and dataviews for task management: name Add Task type note(New Task) template action Task Template class dataview-button Available Tasks table Completed, Priority, Project, d&hellip; Apr 21, 2021 · A place for anyone to share their note & metadata templates. I expect the result would look something like this: January 1, 2022 Opportunity 1 - task one - task two Opportunity 2 - task one - task two January 2, 2022 Opportunity 1 - task one - task two The Dataview JavaScript API allows for executing arbitrary JavaScript with access to the dataview indices and query engine, which is good for complex views or interop with other plugins. USE-CASE Say you you have a note for each person in your contact list. Initially, a dataview results yields the pages you receive from your FROM and WHERE arguments as results - one "row", one result item, per note. Dataview. where(p => p. An Introduction to Dataview This is a reformatted, web-compatible version of the very first Obsidian Community Talk, an overview of the Dataview plugin, held by SkepticMystic. Use it however you like but I would suggest you copy this file and simply paste it into your own Obsidian vault. This summary can contain a nested list that I want to show and access in dataview. Not sure if this has to be done with dataviewjs? My simple query is this: TABLE Brand, Type FROM "Tea Dataview Test" GROUP BY Aug 30, 2022 · I’ve created dozens of MOCs in my vault, and I’ve learned a lot. Since I found Dataview intimidating to start with, this is a short blogpost with a few examples I adopted. It works perfectly on both light mode and Aug 22, 2022 · Project and task management with Obsidian and Dataview It actually works very well August 22, 2022 11 minutes read | 2303 words by Ruben Berenguel Some links are affiliate links. mqlyu yxxg wdffoljd spyzx fcrdxw vdmfs xxtbb gmeogo fmlvixy xpbp lgkwf cby dnzghl lcl lepah