Trending

#dataview

Latest posts tagged with #dataview on Bluesky

Latest Top
Trending

Posts tagged #dataview

Original post on hachyderm.io

The combination of #Obsidian (which I've been using for years, now), the Obsidian #Dataview plugin, the YAML frontmatter in my notes that #ClaudeCode helped me put together: give me super useful queries. Using Dataview, YAML, and doing queries within Obsidian is new to me; but that's an […]

0 0 0 0
#AgileMetrics are a #DataView

#AgileMetrics are a #DataView

#AgileMetrics are a #DataView from several metrics at once in order to establish validated information from several aspects of activity.

karlsmith.info/agile-metric...

0 0 0 0
Preview
5 Essential Obsidian Dataview Queries for Your Daily Notes Template » MyAngle Transform your static Daily Note into a dynamic dashboard. Copy these 5 essential Obsidian Dataview queries for tasks and history. Get the template.

Is your Obsidian Daily Note just a 'write-only' memory hole? You write it once and never see it again? 🗑️

It’s time to stop treating it like a diary and start treating it like a Dashboard.

myangle.net/5-essential-...

#ObsidianMD #Dataview #PKM #SecondBrain

1 0 0 0
Original post on social.coop

I was gently positive on #Obsidian Bases as a replacement for #DataView, but I'm esp finding the action of "produce dynamic list of related notes to current note" is much smoother with Bases.

In DV:
- write .js file containing DV 'SQL' (in eg vim)
- create a new specific-to-that-query 3-4 line […]

1 0 0 0
Preview
Pequeños trozos de código que uso en mi obsidian utilizando dataview - HackMD Esta nota es una referencia para otras personas que también usen Obsidian y el complemento dataview incluyendo unos pocos snippets que utilizo y me son prácticos.

Ah, y no lo publiqué, creo, solo lo hice pero hice un post con los snippets que uso de #dataview en #obsidian https://hackmd.io/@dprieto/snippets-dataview

0 1 0 0
Original post on peoplemaking.games

#obsidian no sé si utilizar un excel o una tabla de toda la vida de Dios. Pongo el enlace y añado la información correspondiente.
Otra opción es usar bases o #dataview y entonces en las notas pondría la información de cada "fila" y luego hago una vista que lo muestra. También quiero en un punto […]

0 0 1 0
Screenshot of Obsidian DataView SQL-like query language showing some advanced features not yet replicable in the new Bases core plugin, such as dynamically replacing the value of a given property/column based on the actual value, and dynamic (vs simple alphabetical) sorting.

Screenshot of Obsidian DataView SQL-like query language showing some advanced features not yet replicable in the new Bases core plugin, such as dynamically replacing the value of a given property/column based on the actual value, and dynamic (vs simple alphabetical) sorting.

Screenshot of a split Obsidian window with a DataView table output (see other photo for the underlying query) above, and the equivalent Base underneath. The Base output has smaller font size and is sorted alphabetically by status instead of by the status' "meaning". OTOH the Base output has better visual treatment for list-type properties.

Screenshot of a split Obsidian window with a DataView table output (see other photo for the underlying query) above, and the equivalent Base underneath. The Base output has smaller font size and is sorted alphabetically by status instead of by the status' "meaning". OTOH the Base output has better visual treatment for list-type properties.

Experimenting with #Obsidian's new Bases feature vs my existing #DataView setup.

Haven't dug yet to see how much I can torture Bases into being as capable as DataView, but so far it meets my expectations: yea it gets about 80-90% of the way there but I'll have […]

[Original post on social.coop]

0 0 0 0
Original post on social.coop

oh snap, I missed that #Obsidian's new Bases feature is GA as of a weekish ago: https://help.obsidian.md/bases

Will deffo have to give it a spin this coming long US weekend; I absolutely adore the #DataView plugin, and doubt Bases will replace it immediately, BUT:

a) it might eventually
b) at […]

0 0 0 0

A key discussion point: Is Obsidian Bases the native Dataview replacement we've been waiting for? It promises more structured data handling directly within Obsidian, potentially simplifying complex queries and workflows. #Dataview 3/6

0 0 1 0

I’ve created a bunch of dashboards in #Obsidian using #DataView Tables to help with cataloguing photography and audio recordings for personal research? I don’t know what the end goal is, but I’m having fun tinkering.

1 0 0 0
[[Notas propias/Cuaderno de bitácora|Cuaderno de bitácora]]

---

```dataview
LIST WITHOUT ID t
FROM "Cuaderno de Bitácora"
WHERE file.name != this.file.name AND file.day < this.file.day
SORT file.day DESC
FLATTEN "Día anterior: " + file.link AS t
LIMIT 1
```
```dataview
LIST WITHOUT ID t
FROM "Cuaderno de Bitácora"
WHERE file.name != this.file.name AND file.day > this.file.day
SORT file.day ASC
FLATTEN "Día siguiente: " + file.link AS t
LIMIT 1
```

## Objetivos 

* Hacer la entrega de [[World Congress of Architects 2026 en Barcleona. Becoming. Architectures for a planet in transition]]
* 
## Cosas hechas 

[[Hyeon - Challenges in Road Crack Segmentation Due to Coarse Annotation - 2024]]
[[Diferencia entre Open Data y F.A.I.R. de open science]]
[[F.A.I.R. data - datos FAIR]]
[[Ciencia ciudadana]]

[[Notas propias/Cuaderno de bitácora|Cuaderno de bitácora]] --- ```dataview LIST WITHOUT ID t FROM "Cuaderno de Bitácora" WHERE file.name != this.file.name AND file.day < this.file.day SORT file.day DESC FLATTEN "Día anterior: " + file.link AS t LIMIT 1 ``` ```dataview LIST WITHOUT ID t FROM "Cuaderno de Bitácora" WHERE file.name != this.file.name AND file.day > this.file.day SORT file.day ASC FLATTEN "Día siguiente: " + file.link AS t LIMIT 1 ``` ## Objetivos * Hacer la entrega de [[World Congress of Architects 2026 en Barcleona. Becoming. Architectures for a planet in transition]] * ## Cosas hechas [[Hyeon - Challenges in Road Crack Segmentation Due to Coarse Annotation - 2024]] [[Diferencia entre Open Data y F.A.I.R. de open science]] [[F.A.I.R. data - datos FAIR]] [[Ciencia ciudadana]]

Ahora mismo uso una plantillita para cada uno de los días, algo muy sencillo. En el alt está lo que tiene dentro. Tengo un enlace al cuaderno de bitácora que está vació (solo recibe un montón de enlaces) y tengo una query que monté una vez con #dataview y […]

[Original post on peoplemaking.games]

1 0 1 0

It's funny — at first, the new #Bases in #Obsidian didn't seem all that useful to me, basically just a replacement for #Dataview. But over the past three days, I've been rewriting more and more of my Dataview queries using bases, and I'm really starting to like it.

0 0 1 0

Expounding on this a bit:
- use YAML frontmatter to make your prompts discoverable.
- use nested tags. I.e. `#AI/prompt` or even `#AI/prompt/creative-writing`
- have one or more prompt dashboard notes that are basically populated by output of #dataview queries that bring your prompt notes forward.

4 1 1 0

#Dataview changes everything about how #Obsidian can be used.

And ChatGPT's ability to write Dataview queries changes everything about the way I feel about Dataview.

#ChatGPT didn't just write the queries I needed; it explained to me what each line does and why it works. So grateful.

0 0 0 0

#ObsidianMD folks particularly fellow squirrel brained short attention span #ADHD types… what were some of your favorite #Dataview tutorials?

1 0 1 0
Video

I'm building a custom name generator inside obsidian that pulls from behindthename.com. It lets me generate names based on real world languages for each of the ethnicities in Attovia based off those languages. Not finished but very useful!
#worldbuilding #writer #obsidian #javascript #dataview

2 0 0 0
Original post on peoplemaking.games

Help, people from #obsidian that know a bit of #dataview. I'm trying to make a query that finds papers (those are notes with a tag that says paper) that are from different countries. But countries are a field in the institution, a note that is linked from the paper. How can I do this kind of […]

2 0 0 0

Pues nada, no soy capaz de encadenar cosas con #dataview de #obsidian. Lo que quiero intentar hacer es buscar los papers cuya institución sea de un país concreto. (el paper es una nota, la institución está enlazada en el paper y el país es una característica de la institución)

0 1 0 0
Tabla en negro sobre blanco que pone país, Number, - con 3 resultados, Alemania 1 e Italia 2. Parece como si fuera un partido de fútbol con 3 equipos por alguna razón.

Tabla en negro sobre blanco que pone país, Number, - con 3 resultados, Alemania 1 e Italia 2. Parece como si fuera un partido de fútbol con 3 equipos por alguna razón.

Bueno, esta noche con el #dataview de #obsidian he podido avanzar algo. De momento he conseguido hacer una query donde me cuenta de cuántos países diferentes son las universidades de las cuales recojo papers (ahora bien, me quedaría estar un rato actualizando notas)

0 2 1 0

Estoy empezando a usar @obsidian@mas.to para más que simples notas y no sé cómo hacer para modificar el formato de los números. DATAVIEW y CHARTS me quedan con , separando miles y . decimales y quiero que sea al revés.
1,234.56 NO
1.234,56 SI
¿Alguien sabe?

#obsidian #pkm #dataview

0 0 0 0

O negócio está ficando bom.

https://www.youtube.com/watch?v=umytoRJP7_A

#MovieDatabase #Obsidian #MinimalTheme #QuickAdd #DataView #OMDbAPI #Movies #Filmes #Catalogo #ChristopherNolan #DannyBoyle

0 1 0 0

#ObsidianMD Tip for #Dataview plugin users

I create a separate note for each person I know. I add the “birthday” property there as the date of birth.

In the body of the note, I add the following script to display the age of that person:

`=round(dur(date(today) - this.birthday).years)`

1 0 0 0
Post image

Just #sharing what I #discovered about displaying #resized #images inside an #obsidian #dataview table:
myititnerary.com/2024/12/28/Y...

3 0 0 0
Post image

5. Finally, using the #Dataview plugin in # Obsidian I can have all clippings with quotes in a single table

1 0 1 0
Post image Post image

Building up my Obsidian Notes Vault, and thanks to a couple of addins - I have a MoC to the vault, and subfolder directories
#obsidian #Add-in #Waypoint #FolderNotes #Dataview

1 0 0 0

I know this is random, but is there anyone I follow (or elsewhere) who both uses #Obsidian, but also understands #dataviewjs? I need your help!

#dataview
@obsidian

0 1 1 0
Original post on fosstodon.org

Summarizing Information with DataviewJS | biscotty's Workshop

How to create summary statistics for data in an interactive table with the dataview Obsidian plugin.

#CustomFunctions #Obsidian #ObsidianPlugin #dataview #DataviewJS #KnowledgeManagement #PKM […]

0 1 0 0

The #Dataview #plugin has many features that are beyond my capabilities. But, there are also simple configurations that non-developers can learn and use to filter information in #Obsidian.
👇
youtu.be/0rLEKsgFeNs

1 0 0 0