Leif · @jantzen
337 followers · 634 posts · Server mas.to

Current status

#Dataview #obsidian

Last updated 1 year ago

Jeff Forcier · @bitprophet
637 followers · 6435 posts · Server social.coop

Eg I’ve been taking notes on oat milks as I research/try them (for cereal, mostly) and trying to read over bullet lists with “120mg sodium, 4g sugar, …” makes my eyes hurt.

Why am I not just leaning into and making each milk its own tiny note with some inline fields? 🤷🏻‍♀️ (I'm probably going to do this, but the issue is, it /feels/ like "overkill”. Why?)

#obsidian #Dataview

Last updated 1 year ago

Jeff Forcier · @bitprophet
624 followers · 5863 posts · Server social.coop

Those queries, FWIW, end up being quite straightforward once you figure out the right syntax. (Eg FLATTEN is my new bestie.)

## True orphans
```dataview
TABLE
WHERE !file.outlinks AND !file.inlinks
```

## Near orphans
```dataview
TABLE
WHERE !file.outlinks AND none(filter(file.inlinks, (x) => x.file.folder != "Journal"))
```

## Figments
```dataview
TABLE
FLATTEN file.outlinks as out
WHERE !out.file AND !meta(out).embed
GROUP BY out
```

#obsidian #Dataview

Last updated 1 year ago

Jeff Forcier · @bitprophet
624 followers · 5862 posts · Server social.coop

Chalk up another win for + . Have a nice little page with embedded lists of:

- actual orphans: pages that exist but have no wikilinks in or out
- near-orphans: orphans that may have links, but only inwards from daily notes (ie: I made them when I dreamt them up during journaling, but forgot to link them elsewhere in my mind map!)
- "figments": uncreated pages that are aspirationally linked somewhere (including from journal entries).

#obsidian #Dataview

Last updated 1 year ago

Hasan Ali · @hasanhaja
12 followers · 165 posts · Server fosstodon.org

It was a week until I had my answers

1️⃣ Writing into Obsidian is effortless. I can write first, and organize later. I don’t need to figure out database structures before taking notes. FTW 🚀

2️⃣ The community is absolutely incredible and seriously underrated 🫛

#Dataview

Last updated 1 year ago

Jörn · @JoernDraws
4 followers · 41 posts · Server mastodon.art
Trevor Tarakjian · @productnook
12 followers · 55 posts · Server fosstodon.org

New article dropped! I talk about building your own personal "highlight reels" into Canvas with and -- A fun way to surface random quotes from your notations.

productnook.com/how-to-build-a

#obsidian #readwise #Dataview

Last updated 1 year ago

Jeff Forcier · @bitprophet
516 followers · 3185 posts · Server social.coop

@randomgeek see also: why I’m experimenting with moving certain workflows from to

#airtable #obsidian #Dataview

Last updated 1 year ago

Chris Lott · @fncll
97 followers · 381 posts · Server social.coop

@dnorman I haven't messed with the canvas, but , Templater, and Readwise import are killer features for me.

#Dataview

Last updated 2 years ago

Duncan Murray · @acutesoftware
31 followers · 52 posts · Server fosstodon.org

How do you all handle daily recurring tasks in ?

I have recurring tasks as separate notes in a folder and my daily note template shows these through a

## Daily Tasks

```dataview
TASK FROM "00-META/03-Calendar/03-3-recur/03-3-1-daily"
```

This works fine, but when I'd like the task to be copied, not linked (completing a task in the daily note, completes it in the template)

Am I overcomplicating this or is there a better way?

#obsidian #Dataview

Last updated 2 years ago

joschua · @joschua
11 followers · 30 posts · Server indieweb.social

Took some time to improve my

1. Migrated to notes.joschua.io
2. Gave it a facelift and simplified the styles significantly
3. Updated the book database (which turned out to be super easy with )

#Dataview #digitalgarden #publish #obsidian

Last updated 2 years ago

Judi Sohn · @judisohn
357 followers · 649 posts · Server mas.to

This week was quiet at work so I spent time going through nearly every non-daily note in my vault. I got to know basic queries and a teeny tiny piece of and installed some other new-to-me tools to make my workflows smoother.

One thing I noticed is that I had a tendency to link out a lot and fall into a trap of making pages that were basically bookmark lists. In 2023 I want to make an effort to add more of my own thoughts and connections.

#pkm #templater #Dataview #obsidian

Last updated 2 years ago

Judi Sohn · @judisohn
357 followers · 649 posts · Server mas.to

@chris @nicole I add a tag to the page when I want to take it to the next step and an inline field that summarizes what I want to do.

Then I have a Note with a table of the articles that are tagged and the action.

Working for me for the “someday” things I don’t want to clutter up as tasks and those things don’t get as lost.

#Dataview

Last updated 2 years ago

Judi Sohn · @judisohn
329 followers · 568 posts · Server mas.to

After 1.5 years of using something FINALLY clicked with this week.

This sample vault was the key. github.com/s-blu/obsidian_data I learn best hands-ons. Thank you if the author is here.

I’m nowhere near writing DataviewJS queries from scratch, but that’s okay. I’m getting a lot out of the basic DQL ones.

I got all my notes nicely organized into folders, with frontmatter, tags, fields, templates, etc. It’s all making sense now and I love it.

#Dataview #obsidian

Last updated 2 years ago

Doctorfree · @doctorfree
2 followers · 4 posts · Server fosstodon.org

I've created an automated workflow to transform a Discogs user collection into an Obsidian vault with support for Dataview queries. See github.com/doctorfree/Obsidian

#obsidian #discogs #music #Dataview

Last updated 2 years ago

nbulawka · @nbulawka
40 followers · 7 posts · Server archaeo.social

Finally after big headache 😸 forced to make simple chart in feeding it with based on hashtag search

#obsidian #obsidianchart #Dataview

Last updated 2 years ago

Inky Nibs · @InkyNibs
129 followers · 189 posts · Server writing.exchange

How have I gone this long without knowing about functionality in Obsidian?

#gamechanger #writingcommunity #nonfiction #amwriting #writing #notetaking #Dataview

Last updated 2 years ago

Trinsec · @trinsec
377 followers · 7302 posts · Server qoto.org

I'm loving the Dataview plugin more and more in Obsidian, it's a whole own SQL-ish database but made up of markdown files.

This flexibility is insane.

And I've not even delved in DataviewJS yet.

#obsidian #obsidianmd #Dataview

Last updated 2 years ago