mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.9K
active users

Obsidian: Organize Your Info, Not Your Files

lemmy.ml/post/4408036

lemmy.mlObsidian: Organize Your Info, Not Your Files - LemmyA lot of time and energy is spent on thinking about how to organize your notes into folders, and many people use Quick Switcher as the main way to both create and open notes, even to simply access some information. I started this way, too. But none of this is necessary, because Obsidian is a non-relational (NoSQL) database containing information of a data type called graph [https://en.wikipedia.org/wiki/Graph_(abstract_data_type)]. You don’t access information in a database by navigating to a table and opening it up, you use queries. In Obsidian, you can use filters. Filters can be bookmarked, and the bookmarks can be organized any way you want. This way you can build an information tree instead of a file tree. You can easily move your information around, and even have the same information in multiple locations. With Hover Preview and Hover Editor, you don’t even need to actually open files except when creating or developing them. I wrote a series of articles describing this system. It seems a bit scary at first, but the efficiency gain is considerable. You can read the articles here: Website: - biscotty’s Workshop [https://biscotty.online/obsidian/concepts/freeing-your-thinking] Substack: - Stop Wasting Time With Directories and Filenames [https://briancarey.substack.com/p/obsidian-stop-wasting-time-with-directories] - Meaningless Names, No Directories, Now What? [https://briancarey.substack.com/p/obsidian-meaningless-names-no-directories] - Obsidian is a NoSQL Database [https://briancarey.substack.com/p/obsidian-is-a-nosql-database] Medium.com [http://Medium.com]: - Stop Wasting Time With Directories and Filenames [https://medium.com/@biscotty666/obsidian-stop-wasting-time-with-directories-and-filenames-7808a89e1604] - Meaningless Names, No Directories, Now What? [https://medium.com/@biscotty666/obsidian-meaningless-names-no-directories-now-what-2d5dcbe835d9] - Obsidian is a NoSQL Database [https://medium.com/@biscotty666/obsidian-is-a-nosql-database-acb1b19e8eae]

There is no one fit all way.

First, structuring you notes in s tree like structures using folders is a valid approach (independent on real files structure).

Second, some people, including me, expect that their notes can live longer that tools, in this case it makes sense to not rely on tool features too much.

@gelberhut @biscotty @obsidianmd I agree with gelberhut. Folders are to organization as plaintext is to data, and are one of the keys to a files-first, future-proofing approach. #Obsidian could break and refuse to open, and I could still navigate my notes in any file manager and open and use them in any text or #markdown editor. That’s going to be a lot harder to do if you’ve dumped all of your thousands or tens of thousands of notes in root. #PKM

Colman Reilly

@EpiphanicSynchronicity @gelberhut @biscotty @obsidianmd I do both: indexes and MOCs and individual projects are organised into directory structures, "cards" go into one folder with little organisation but only after they're tagged or linked into the indexes in ways I'm pretty sure I can access if/when passes.

@Colman @gelberhut @biscotty @obsidianmd I use MOCs, tags, etc., too. #Obsidian lets you link freely across folders, which don’t constrain you from using other organizational methods concurrently.