1 d
Obsidian dataview examples?
Follow
11
Obsidian dataview examples?
0:02:29 SUPPORT THE CHANNEL. It can compliment or replace any other plugins using JavaScript like Dataview dv. I want to then get the sum of this column to give me the "Total cost" but can't seem to figure out how to do it. You inspired me for my own task and project management within obsidian. - [anyname|50](image-link) will display the image at a size of 50. arminta April 22, 2021, 10:08pm 1. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. DataviewJS is one such dialect, one which provides a vocabulary specifically tailored for Obsidian. PlaylistAI can create personalized playlists from custom search prompts, music festival posters, and even TikTok videos. Flattening a field multiple times. For example, I can track my goals for the week and what I need to do each day to achieve them, and use Dataview to display those goals on my daily notes. The second SORT ( rowsday DESC) sorts your groups to have Feb 5 at the top instead of Jan 30 - try removing it! TASK. This article explains how. pages() to avoid iterating over the whole vault. 0:02:49 Installing and setting up Dataview. From ancient tools to modern jewelry, obsidian has proven its versatility and beauty Obsidian is a fascinating natural material that has intrigued scientists and historians for centuries. Provides a JavaScript API and pipeline-based query language for filtering, sorting, and extracting data from … I use dataview to help me process and organize all of the media that I go through (books, articles, videos, movies, papers, etc). I have a timeline for example where I manage input notes. I'm new to dataview and even though I can see its potential I would love to get some concrete examples. y. List upcoming birthdays for people in my vault. … The general representation of result lists in Dataview is the DataArray, which is a proxied version of the JavaScript array with expanded functionality. Flatten an array in every row, yielding. A small collection of simple usages of the dataview query language. 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): Learn how to use Dataview, a query engine for Obsidian, to create automatic lists and collections of notes. Overview of handling various types of frontmatter fields, including tricks and traps. Dataview is a live index and query engine over your personal knowledge base. For example, - [ ] [[example_note]] - [ ] some text I have tried the following queries and both of them give 0 results I'm super excited to anounce what I think it is a major millestone for the plugin: dataview integration. The purpose of a Zettelkasten is to connect ideas. You can add metadata to your notes and query them with the Dataview Query Language to list, filter, sort or group your data. A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. 0:02:29 SUPPORT THE CHANNEL. Also note, that in this query I limited to only the "normal" task statuses: space, /, -and x. Ok, here are some examples of templates and dataviews for task management: Screen Shot 2021-04-22 at 14122276×2430 415 KB. The different colors are thought to occur due to inclusions or trace elements Obsidian is a unique volcanic glass that has been used by humans for thousands of years. md with an h1 title that could be different from the page name or the parent folder namemd in the folder data_warehouse might have an h1 title of Data Warehouse. would like to dataview take all my notes and sum all the "begins" and "ends", so the output in this example would be : total begins: 11 1 Like. I know some people add tasks in Obsidian and this is a great template to better prioritize what you have to do. That means the data type of your field determines which functions you can use on these fields and how the functions behave. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. Learn how to create dynamic views and facilitate the organization of your notes. dv/TASK dv/WHERE dv/date dv/contains. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. For better handling later on, we need each file to be on its own row. I'm building a Homepage in Obsidian and managed to find (from Resolved Help area) @ottovanluchene 's solution on how to using Dataview list always today's note as a link. Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. As a side note, in the most recent release 5. Show all games in the games folder, sorted by rating, with some metadata: Query. I'm a Senior Developer Advocate at Grafana Labs. Create dynamic graphs that show metrics from my vault Want to learn how to automate your own vault with Dataview? Practical dataview examples for Obsidian. Apr 22, 2021 · I use dataview to help me process and organize all of the media that I go through (books, articles, videos, movies, papers, etc). See simple examples of queries for games, tasks, books, and more. This article will cover how to create a basic Personal Inventory Management Systems (PIMS) inside Obsidian. TABLE time-played AS "Time Played", length AS "Length", rating AS "Rating" FROM "games" SORT rating DESC Jul 22, 2021 · In this tutorial (with examples) we talk about Dataview, one of the most powerful plugins available for Obsidian. I have tried both Multi-Column Markdown and Obsidian Column plugins. You can use this to separate Work tasks from Personal tasks or have a dedicated table for large complex projects with many tasks, etc. Dataview keeps your queries always up to date and makes data aggregation a breeze. Adding Metadata to your Pages. 0:02:49 Installing and setting up Dataview. 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): Learn how to use Dataview, a query engine for Obsidian, to create automatic lists and collections of notes. Crawling the page content can be a memory intense operation, so it's important to use a path or tag in dv. Context My Obsidian Person Template (see below) contains a Dataview query that lists a person's meetings. Its intended to be used in tandem with Dataview JS to track Goals, Progress, Habits, Tasks, Exercise, New Year Resolutions, Finances or anything you want. To sort by date in descending order 7. Provides a JavaScript API and pipeline-based query language for filtering, sorting, and extracting data from … I use dataview to help me process and organize all of the media that I go through (books, articles, videos, movies, papers, etc). Some practical examples of how I use the Dataview plugin in Obsidian to create automatic lists and collections. 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 no. What I'd like to do. give the 'File' column a. All projects go in a Projects folder. One of my favorites gives us the ability to create graphs in Obsidian. Here is an example: > [!info]- Metadata > topics:: [ [Productivity]] > tags:: #software. I've been using the dataview plugin since I got started with Obsidian. // add a divider line for visual distinction between the query and the sums (thanks, Jillard!), add both to the table data Use the Dataview plugin to quickly organize notes in Obsidian. 0:02:49 Installing and setting up Dataview. List upcoming birthdays for people in my vault. Learn how to create dynamic views and facilitate the organization … Basic Initially, a dataview results yields the pages you receive from your FROM and WHERE arguments as results - one "row", one result item, per note. … Examples. It does this by giving us a Dataview object, but more on that later. In general, indentation is defined as a zero or more space characters at the start of a line So if indentation can start at zero spaces, I guess that's why the example in Obsidian Help uses zero spaces; although the dataview examples differ. The core of dataview is in the metadata structure. This new report has some surprises about gig worker numbers that may shed light on the gig economy and how it works for you. 0:02:49 Installing and setting up Dataview. Learn how to create dynamic views and facilitate the organization of your notes. Those of you that enjoyed listening to white noise and nature sound. A rundown of how to query (search) for things using the dataview plugin in Obsidian. 6 This template is for moments that we are overloaded with too many tasks and it's based on the Eisenhower Matrix. WHERE task-completion. Ok, here are some examples of templates and dataviews for task management: Screen Shot 2021-04-22 at 14122276×2430 415 KB. The *official documentation* which you can use for reference is available here: … Tags? Too chaotic. From ancient civilizations to modern-day applications, o. 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. craigslist san mateo ca A small collection of simple usages of the dataview query language. I'm still redoing a bunch of metadata for my fitness stuff so some of these aren't completely filled out with examples, but I wanted to post some ideas for using obsidian and dataview to track workouts. A example vault to collect and showcase various dataview queries. This extension allows me to query only the tasks I want to see and excluded tasks included in certain notes and folders, like my templates folder. Functions. FROM "10 Example Data/dailys". The output of this is pretty long. 0:00:52 What we are talking about today. Dataview is a live index and query engine over your personal knowledge base. of loops), like normal arrays do, but also include many data manipulation operators like sort, groupBy, distinct, where, and so on to make manipulating tabular data easier. But what would be a better way to make sense of your notes? With Obsidian and the third-party Dataview plugin, you can manage your notes like a … 2022-Apr-13. My daily notes have the standard date format (YYYY-MM-DD). To be able to use this vault you need to download the repo and open it with Obsidian. 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. 0:02:29 SUPPORT THE CHANNEL. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. A example vault to collect and showcase various dataview queries. Obsidian is my third most used application after Keyboard Maestro and Alfred. List upcoming birthdays for people in my vault. To filter by OnePurchase and OnePurchaseTo define a field variable s_filename_of_link 5. What if you had an extra "Date:: …" line in your file somewhere, or you. You can then apply aggregation operators like sum() or flat() over the resulting array FLATTEN. warrior cat generator A example vault to collect and showcase various dataview queries. The Calendar Query Type needs a valid date information as a field in order to display notes. Obsidian, a captivating volcanic glass, has been used throughout history for various purposes due to its unique properties. After your dataview table/list, put an OQL codeblock underneath it to show the {count} of the same query. Most big accelerators tend to dedicate some of their resources to dauntingly hard science problems and the companies taking them on… but for SOSV’s IndieBio, it’s the primary focus. In order to make working with the rows array easier, Dataview supports field "swizzling". Thank you for sharing your system. Create dynamic graphs that show metrics from my vault Want to learn how to automate your own vault with Dataview? Practical dataview examples for Obsidian. Dataview is a live index and query engine over your personal knowledge base. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. Show all games in the games folder, sorted by rating, with some metadata: Query. You can use this to separate Work tasks from Personal tasks or have a dedicated table for large complex projects with many tasks, etc. 31 the following was added: Tasks now have an outlinks list field which includes all links in the task; this can be used for finding tasks with links in them. Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. Hopefully new users of dataview can find this tutorial helpful 0:00:42 Intro. I use Dataview for all my notes, it is a very useful tool that saves me a lot of time. Experimenting with Obisidian, the Obsidian Charts, and Obsidian Dataviewcom/phibr0/obsidian-chartshttps://github. Would appreciate any feedback or questions. r34 futa on female I'm trying to generate a folder list I'm trying to generate a list of folders to use as a topical index. Dataview keeps your queries always up to date and makes data aggregation a breeze. I have no association with the vault. This is why the notes are called atomic. There is 1 other project in the npm registry using obsidian-dataview and examples, see the reference. To finish the metadata block, close it off with 3 dashes again `---`. 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): Learn how to use Dataview, a query engine for Obsidian, to create automatic lists and collections of notes. Data arrays support indexing and iteration (via for and for. The TASK query type is special, because unlike all other query types ( LIST, TABLE, CALENDAR) TASK does … In this tutorial (with examples) we talk about Dataview, one of the most powerful plugins available for Obsidian. Sort a table with a custom sort order - Dataview Example Vault. Created on behalf of AB1908 - obsidian_dataview_example_vault/20 Dataview Queries/Style dataview table columns. You can add metadata to your notes and query them with the Dataview Query Language to list, filter, sort or group your data. 0:02:29 SUPPORT THE CHANNEL. com) Personal-Wiki: github. This worked well (I could use them with Dataview and the tags, with a hashtag in front, were clickable in the table), however it was clunky to edit. This will be a learn-by-example sort of thing, but it's worth mentioning a few things up front for those totally new to this. Dataview is a live index and query engine over your personal knowledge base. DB folder is also quite new in development, so it might feel a bit bare coming from Notion. 0:00:52 What we are talking about today. Ok, here are some examples of templates and dataviews for task management: [Screen Shot 2021-04-22 at 1412] name Add Task type note (New Task) template action Task Template class dataview-button Available Tasks table Completed, Priority, Project, defer-date as "Defer Date", due-date as. Then you need to activate the Community plugins and enable all plugins in the list. My daily notes have the standard date format (YYYY-MM-DD).
Post Opinion
Like
What Girls & Guys Said
Opinion
48Opinion
The columns signify the count of the various statuses, named in the column header. However, I like to keep single-line tasks scattered across notes more in the style of obsidian-tasks and would like. Handily, the Oregon city has some amazing markets where old or Home / North America /. Dataview task and project examples - #6 by davecan - Share & showcase - Obsidian Forum. I use Dataview for all my notes, it is a very useful tool that saves me a lot of time. Dataview is a live index and query engine over your personal knowledge base. Yes, Dataview works fine with fields defined in the metadata. Hello, I'm new to Obsidian and I find it's really powerful. Subscribe to my monthly newsletter: https://fromsergiocomObsidian Dataview official documentation: https://blacksmithguio/obsidian-dataview. I am attempted to track my spending in a rapid log format in my daily notes. Dataview task and project examples - #6 by davecan - Share & showcase - Obsidian Forum. At the **top** of your note, add 3 dashes `---`2. You can add metadata to your notes and query them with the Dataview Query Language to list, filter, sort or group your data. The same goes for: key4: [four, five, six] However if I change the Frontmatter to: key4: four. Generally, as long as you don't t. The purpose of a Zettelkasten is to connect ideas. This volcanic glass, known for its striking appearance and various uses, hold. view, CustomJS, Templater user scripts, etc. You can use this to separate Work tasks from Personal tasks or have a dedicated table for large complex projects with many tasks, etc. test will automatically fetch the test field from every object in rows, yielding a new array. Usage of Calendar Query Type. I'm building a Homepage in Obsidian and managed to find (from Resolved Help area) @ottovanluchene 's solution on how to using Dataview list always today's note as a link. subaru outback low idle sputtering I'm new to Obsidian, and by extent, the Dataview plugin, so I apologize if I'm asking such an obvious question. stato as Stato FROM "Università" GROUP BY. Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. It may seem like a lot of work to get that set up, but it will be worth it. InC and C indicate the Incompleted Count and Complete Count. A small collection of simple usages of the dataview query language. Improving dataview query using regexmatch. If you're curious about the Obsidian Dataview plugin, then you must be inspired to learn YAML as it will help us take. arminta April 22, 2021, 10:08pm 1. In a small but significant step toward the return of normal internationa. Dataview task and project examples - #3 by Spidrax - Share & showcase - Obsidian Forum. Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. Reload to refresh your session. You can use functions in data commands (except FROM) to filter or group or use them as additional information like TABLE columns or extra output for LIST queries to see your data in a new light. Dataview task and project examples - Share & showcase - Obsidian Forum. com) kepano/kepano-obsidian: My personal Obsidian vault. The new leader will take over at a time of great promise for the region. Create dynamic graphs that show metrics from my vault Want to learn how to automate your own vault with Dataview? Practical dataview examples for Obsidian. As mentioned in the title I want to write an "if statement" in "map" function of a dataviewjs block to have the same result of "choice" in dataview blocks. Combine tags and folders FROM "10 Example Data/games" AND #genre/action Add dataview to code block. find a black shemale lover I have tried the following code, but only the list of tasks is displayed, and the list of notes below doesn't render. Initially, a dataview results yields the pages you receive from your FROM and WHERE arguments as results - one "row", one result item, per note. key:: This is a full inline field. This new report has some surprises about gig worker numbers that may shed light on the gig economy and how it works for you. I can also track how. If you want to see it, add dataview to the code block - like on the examples above! Please note: There needs to be a space behind LIST to see results! A task does not know its completion date out of the box. See examples of DQL and JavaScript queries for hub pages, tasks, notes created today, and fleeting notes. See examples of DQL and JavaScript queries for hub pages, tasks, notes created today, and fleeting notes. I also use the Readwise tool and plugin to funnel most of what I consume into my vault. TABLE time-played AS "Time Played", length AS "Length", rating AS "Rating" FROM "games" SORT rating DESC Jul 22, 2021 · In this tutorial (with examples) we talk about Dataview, one of the most powerful plugins available for Obsidian. 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… In the example, with the field exe we can add the wanted value to each type of habit. Create a table that shows daily or weekly goal completions. So, for example, a given day's rapid log may look like this: 9:00am Spending:: Bought… Hi, really great use of obsidian together with dataview. This new report has some surprises about gig worker numbers that may shed light on the gig economy and how it works for you. Greatly appreciate the examples in several forum posts like this one link and link. When returning an embeded image link in a dataview query, dataview will interpret an numeric display name alias as an image size. But I think the Heading-Link Preview feature could make it a handy tool. xverbatim_1977 September 14, 2022, 9:21am 3. Some practical examples of how I use the Dataview plugin in Obsidian to create automatic lists and collections. Basically: I loved Dataview's queries, and I wished I h. Does anyone have a suggestion? Things I have tried I've checked the. Obsidian is usually jet black, however, it can also be green, brown, red, blue, yellow or orange. Find out how to index, query and operate on your data with the Dataview Query Language or JavaScript. chabad.org zmanim To finish the metadata block, close it off with 3 dashes again `---`. FLATTEN progress + "%" AS percentage. The output of this is pretty long. Flattening a field multiple times. Just to be sure, file. Since the Dataview plugin snippet showcase is getting huge, I thought we start a new—DataviewJS-only— snippet showcase here. dv/TASK dv/WHERE dv/date dv/contains. gg/MxCVshN🗣️ SOCIALS: https:. Thanks and regards. Download the vault, open it in Obsidian, and … I will use four different examples below to show how the data is displayed with notes in Dataview Treat your Obsidian Vault as a database which you can query from. The second choice () will check for the value of the target and will decide what to do next based on that value. Hello, I'm new to Obsidian and I find it's really powerful. In order to make working with the rows array easier, Dataview supports field "swizzling".
Thank you for sharing your system. In challenging economic times, people often turn to gold as a hedge against a falling stock market. Overview of handling various types of frontmatter fields, including tricks and traps. If you want to remove the generic title 'File' from the first column of a dataview table, you can use TABLE WITHOUT ID. filter (file => file 1 Like. affect 3d Your Daily Note rollups are better organized, so I'll be tweaking mine. The problem seems to be related to having "null" values assigned to a field. 0:02:49 Installing and setting up Dataview. Advertisement When humans started making simple mirrors around 600 B, they. Apr 19, 2023 · A rundown of how to query (search) for things using the dataview plugin in Obsidian. Examples. I also use the Readwise tool and plugin to funnel most of what I consume into my vault. Basically, everything that is not a Query Type, nor a data command is an expression. Hi, really great use of obsidian together with dataview. 2022 nose pimple popping videos new youtube To split up a list purchases into each individual element OnePurchase 3. This is because DV thinks something like 17. The file. Hello, I want to use the dataview plugin to search the keywords. Metadata Menu includes context menu prompts, so when you right-click inside a note, you will see the "Add field…" new options: Click "Add field at section" and select "Add on top of the file". Create a table that shows daily or weekly goal completions. An Obsidian Vault for Dataview and later Datacore examples. Also note, that in this query I limited to only the "normal" task statuses: space, /, -and x. com) kepano/kepano-obsidian: My personal Obsidian vault. madison ivy twitter The same goes for: key4: [four, five, six] However if I change the Frontmatter to: key4: four. Some practical examples of how I use the Dataview plugin in Obsidian to create automatic lists and collections. Flatten an array in every row, yielding one result. I use it as a hypothetical example. Mar 2, 2023 · Here are a few other examples of things I do with Dataview: List tasks that are due today.
This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. In "Settings" -> "Dataview", scroll down to and enable the "Automatic Task Completion" setting Just below the "Automatic Task Completion" setting, enable the "Use Emoji Shortcut for Completion" setting Close and then reopen Obsidian If you want to bookmark this, it's on my blog Dataview example vault: A example vault to collect and showcase various dataview queries. Usage of Calendar Query Type. This example vault showcases different usages of the Dataview plugin for Obsidian You'll find everything from more basic syntactical examples to complex javascript supported solutions to help you build your own dataview querys that are tailor-made for your needs and data. Possibly memory intense examples. Adding Metadata to your Pages. Now I want to list all the notes in field B that are related to field A. 0:00:52 What we are talking about today. The new leader will take over at a time of great promise for the region. DB folder is also quite new in development, so it might feel a bit bare coming from Notion. lists by example - Chapter 1: using DQL to gather list items or task items under the specific heading List tasks that are due today or a specific day - Dataview Example Vault. I'm a big believer in doing periodic reviews. m40 police incident yesterday Ok, here are some examples of templates and dataviews for task management: Screen Shot 2021-04-22 at 14122276×2430 415 KB. The GitHub repository has a fairly active Discussions Page. List upcoming birthdays for people in my vault. I also use the Readwise tool and plugin to funnel most of what I consume into my vault. Show all games in the games folder, sorted by rating, with some metadata: Query. Dataview task and project examples - #3 by Spidrax - Share & showcase - Obsidian Forum. This article teaches you how to create a heatmap calendar tailored for tracking habits, and other activities within Obsidian. Dataview keeps your queries always up to date and makes data aggregation a breeze. Note: This []() format only works for external images, and. It has helped me a lot to easily and quickly keep track of the metadata I want to review and move it along over time. Go for Create if you want to create a new notes vault, and choose an empty folder. I'm trying to create a page with 2 columns, where the left side displays a list of tasks that I need to complete as well as recent notes that have been created, and the right side shows links to my main project notes. The filtering rule is: If a note is in folder B, and the note links (outgoing link) to. I'm trying to generate a folder list I'm trying to generate a list of folders to use as a topical index. Dataview task and project examples dataview. com) LifeOS for Obsidian (obsidian-life-osapp) Grow Your Mind Garden Starter Kit LeanProductivity Starter Vault (sascha-kasper. It has many, many more uses than the one described here and is essential for Obsidian, in my view. craigslist bergen county This cheatsheet provides a handy reference guide for writing queries using Dataview Query Language ( DQL) in the dataview plugin for Obsidian Hello, I'm new to Obsidian and I find it's really powerful. Dataview provides functions you can use to modify your metadata and allows you to write all sorts of complex queries. TABLE time-played AS "Time Played", length AS "Length", rating AS "Rating" FROM "games" SORT rating DESC Jul 22, 2021 · In this tutorial (with examples) we talk about Dataview, one of the most powerful plugins available for Obsidian. You can add metadata to your notes and query them with the Dataview Query Language to list, filter, sort or group your data. 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. In JavaScript, spaces, tabs and line breaks don't. The official YAML specs say:. A rundown of how to query (search) for things using the dataview plugin in Obsidian. Instead, give the explicit file, i `dv. Mar 2, 2023 · Here are a few other examples of things I do with Dataview: List tasks that are due today. Learn how to create dynamic views and facilitate the organization of your notes. List upcoming birthdays for people in my vault. But that does not get you the table format. Learn how to leverage Obsidian Charts to create beautiful visuals within your Vault to track pretty much anything, dynamically. Download the vault, open it in Obsidian, and … I will use four different examples below to show how the data is displayed with notes in Dataview Treat your Obsidian Vault as a database which you can query from. NOTE: All examples use Plotly. 【Obsidian 使用教學】插件篇 02 — 如何在 Obsidian 中自動彙整筆記?使用 Dataview 查詢與呈現符合條件的筆記 Obsidian DataView example vault is an amazing resource. - [anyname|50](image-link) will display the image at a size of 50. Initially, a dataview results yields the pages you receive from your FROM and WHERE arguments as results - one "row", one result item, per note. A secondary infection is an infection that occurs during or after treatment for another infection. Hey there people, I have put together a little reference note for the templater plugin. Dataview task and project examples - Share & showcase - Obsidian Forum. It's now on display at AGO Ontario.