laurelinae

joined 1 year ago
[–] laurelinae@lemmy.world 1 points 1 year ago

The assurance that you can just write without having to worry about where the note goes is so powerful.

Exactly this! Thank you!

And thanks for the suggestions, I will check them out!

[–] laurelinae@lemmy.world 1 points 1 year ago (1 children)

Can you elaborate?

[–] laurelinae@lemmy.world 2 points 1 year ago

This is what I mean.

The more folders, the more work it is to sort and find.

The less folders, the more cluttered each folder becomes.

The only sensible solution is to completely move away from manually browsing notes and instead using the built-in search function or index notes.

[–] laurelinae@lemmy.world 1 points 1 year ago (3 children)

That sounds overly complicated to simulate, what you already have: a search function. (unless you are talking paperback, but then why subscribe to ObsidianMD :D)

[–] laurelinae@lemmy.world 1 points 1 year ago (1 children)

Yes, but my folders were also long lists, which was very annoying. It doesn't matter at some point, if you have 10 long lists or only one. You start using the built-in search function and indexing more and more anyway.

3
submitted 1 year ago* (last edited 1 year ago) by laurelinae@lemmy.world to c/obsidianmd@lemmy.world
 

I was really hooked by Obsidian right from the start. It's one of these things, where you feel the potential electrifying your fingertips. My first few notes were clumsy, as expected, but I also expected it to get better over time. I read something about Evergreen Notes and tried to apply those principles. I still sorted everything into neat folders though, some of which had sub-folders and it felt structured, but it felt like I wasn't getting the most out of Obsidian, not even a fraction. The process of sorting my notes into folders and searching for notes within those folders also became a tedium and I started forgetting about notes, just because I couldn't find where I put them.

Once I watched Nicole's video on the LATCH method, something clicked. I copied her format and adapted it for my use. I established parent-child-links between my notes, created index notes listing child notes via Dataview and today.. today I finally got rid of all folders (except one diary folder). They didn't give my vault good structure, but actually obfuscated information, and once I used LATCH they were obsolete.

What are your thoughts on and experiences with folders and linkage?

Do you have a method of organizing, that you want to share?

I would love to hear your thoughts.

 

Hi Gardeners!

I need your advice! I am plagued by these tiny bugs. They are everywhere around the flat. They come in through the windows and the balcony and hang around the walls and the ceiling. They can fly and notoriously land on people, which is very annoying.

I suspect that these are thrips, but I am no expert and would like confirmation. If these are thrips, then I do not understand why they are here, because there are no plants around. Neither inside nor on the balcony.

What can I do to get rid of them? How can I prevent them from coming inside? Reminder: They are inside, so I would not like to spray insecticide around.

Thanks in advance!

 

How can I search for notes using the built-in search plugin, which supports regex, to search for notes that have no entry in specific keys within the frontmatter?

I am using templater and thus am using my frontmatter looks like this:

---

aliases:

publish: false

tag:

---

%%

date:: [[2023-07-11 Tue]]

parent:: [[XYZ]]

%%

Searching for "parent:: " works fine, but I want to find notes that do not have a parent note yet. For this I tried parent:: /$ as indicated here and here, but this and other variations like parent:: /\$/ do not yield any results.

Where am i going wrong?