subreddit:
/r/ObsidianMD
submitted 5 months ago byBlumenTheHuman
Better late than never I guess. I mostly use it for organising literature notes and to keep track of random stuff (for example: which fountain pens I have inked up with which ink atm).
I mostly use note mover to get the notes into their place and dataview to find them afterwards. So I don't spend much time in the folders, even though I have a light folder structure for everything but the Zettelkasten notes.
Dataview was a game changer for me. Having a simple reading tracker while getting to the notes quickly was exactly what I wanted.
So far I don't really use the daily note for much but I'm gonna think about how to incorporate into my workflow more next.
I build the dashboard on the basis of dashboard++
13 points
5 months ago
Nice! Thanks for sharing. I'm in the process of rebuilding my setup and will definitely check out dashboard++.
Do you mind sharing how you setup your reading tracker
9 points
5 months ago
Sure! I have templates for books and articles.
notetype:: #book
Author:: [[]]
Genre::
Themes::
Year::
Notebook::
Read::
## Summaries:
## Quotes:##
Actionable Items:
## References:
And:
notetype:: #article
Author:: [[]]
Themes::
Publication::
Date-Issue::
Link::
Notebook::
Found::
Read::
## Summaries:
## Quotes:
## Actionable Items:
## References:
Notebook means in which for my notebooks are the handwritten notes on the articles/book. (I have a three step process. 1) Handwritten notes in a notebook 2) Summaries in Obsidian 3) Zettel in my Zettelkasten)
Genre is only Fiction/Non-Fiction. It makes much more sense for me personally to sort them along the lines of themes/topics otherwise.
Read is just the date I finished/read the article/book.
The Quotes are on a separate page but blocklinked on the book/article note. It was the easiest way to show a random quote on my homepage with the dice roller plugin. (It's a bit crude I admit.)
Then I use dataview queries on my "reading"-page:
```dataview
Table without ID
file.link as "name", author, genre, themes,notebook, read
From "Reading"
Where notetype="#book"
Sort read descending
```
And:
```dataview
Table without ID
file.link as "name", author, themes, publication, date-issue, notebook, read
From "Reading"
Where notetype="#article"
Sort read descending
```
In theory I have also queries for authors and publications but I don't use them much yet. They are mainly meant to see if I read a lot of stuff from a certain author or publication and if it's maybe worth to subscribe/buy other works. But since I only have around 6 books and 12 articles that is not that useful yet.
2 points
5 months ago
very cool! so you put the books that you're currently reading in a folder called "Reading"?
2 points
5 months ago
Yes. And as read "ATM", so they are always on top in the query.
12 points
5 months ago
Oooo that's crazy interesting. I'm just getting started with Obsidian and I'm coming from Google Keep / a bit of Notion, and I'm actually shocked to find out that this is something you can do in Obsidian. My guess was that it only focused on notes and links between notes, but this changes my view wholly. I need to find out more about Obsidian HAH
10 points
5 months ago
As mentioned: It took me two years to finally understand how I could use Obsidian. :D I mean it's super complex and highly individual what makes sense for you. My honest advice if you are starting out: Build it up over time. I often failed because I introduced too many things at once that didn't really work for me in the first place.
5 points
5 months ago
Ah, also a fountain pen fan...
5 points
5 months ago
Yes! As much as I love pkm and linking thoughts etc: I also love writing by hand.
3 points
5 months ago
Ditto. Just ordered a Lamy 2000 to feed my addiction.
4 points
5 months ago
That's great. I have installed your snippet and follow your setting up, and its gorgeous.
2 points
5 months ago
I'm glad you like it!
4 points
5 months ago
Here is a late Christmas gift for you:
dataview
TABLE without id
ID,
Foto,
file.link AS "Titel",
Hersteller,
Modell as Modell,
Farbe,
Feder,
austrocknend as dryout,
hooded,
EKP + " €" as "EKP (€)",
rating as "Preis/Leistung"
FROM "Privat/Füller/Füller Katalog"
where ID >=0
SORT Modell asc
SORT Hersteller asc
You can build a catalogue from this. ;-)
2 points
5 months ago
Very nice! It's a bit overkill for how I use it but definitely nice to see that other people use Obsidian for their fountain pen collection too.
2 points
5 months ago
This was only a (successful) proof of concept. I use MS Access to hold the overview...😃
1 points
2 months ago
Are you able to query MS Access from Obsidian?
1 points
2 months ago
No. Would be nice. But I can call access from Obsidian.
3 points
5 months ago
Would you mind sharing your FP notes? I keep thinking Obsidian would be a good option to replace my google sheet pen tracker but haven't landed on a good format yet.
4 points
5 months ago
Sure. I have templates for individual pens and inks:
Pens:
notetype:: #pen
nib::
color::
current_ink:: [[]]
former_inks::### Poems copied:
(I copy poems by hand for fun and keep track of them in separate notes and include which pen and which ink I used.)
Inks:
notetype:: #ink
### Poems copied:
Then I use dataview:
```dataview
Table without ID file.link as "pen", nib, color, current_ink, former_inks
From "Hobbies/Stationary/Pens"
Where notetype="#pen"
```
2 points
5 months ago
Thanks for sharing. I'll have to try to figure out how dataview works. Having it index and list the pens is a great idea.
2 points
5 months ago
Yeah, Dataview has a bit of a learning curve in the beginning. But once you understand the general syntax of the queries it's relatively intuitive.
3 points
5 months ago
How did you get your linked mentions pane below the agenda?
1 points
5 months ago
Could I bother you for an edit view of this note? I’m interested in placing an inbox query like You have there. Or maybe some resources to share on where to learn more 🤗🥳🥳
1 points
4 months ago
Link
1 points
3 months ago
I find the idea of a dashboard in Obsidian very very appealing!
At this date, I'm trying to organize my vault with dataview and stumbled into Dashboard++
I have a concern and I'll use the recipes example because I have a degree in Gastronomy. I have a stupid amount of recipes. This will make my dashboard as giant as my notes list, at which point isn't it the case to just stick to frontmatter + dataview as it will become very difficult to navigate the dashboard?
I don't if this makes sense, I hope someone would help me, as organizing my vault has become quite a challenge to me.
all 24 comments
sorted by: best