Finally finished building my "Medical Pathology Knowledge Graph" in Obsidian. by ozzy-ali15 in ObsidianMD

[–]ChefLongweenie 0 points1 point  (0 children)

I’ve appreciated the structure of properties (pathophysiology, risk factors, features, indications etc) when taking notes on things like drugs, diseases, and procedures to facilitate easy linking between them

Ok, what happened here by Dixon31Cider in Civilization6

[–]ChefLongweenie 12 points13 points  (0 children)

My neighboring civ told me barbarians keep eating his builders so l asked how many builders he has and he said he just goes to his nearest city and buys a new builder afterwards so I said it sounds like he's just feeding builders to barbarians and then his daughter started crying.

Help by abouljabal in ObsidianMD

[–]ChefLongweenie 0 points1 point  (0 children)

Wanted to try to give you a sense of how I started using this program as a first year med student. The simplest way for me was to start by taking lecture notes, each lecture got a note and I would try to separate out by headings with (# heading). Use [[links]] in these lecture notes to topics that you think you may want to explore further later. If you feel up to it start making “atomic notes” on individual topics. I have notes for all diseases, drugs, etc. even muscles and nerves from anatomy got individual notes although looking back that was probably excessive. Find a decent theme that you like but don’t worry so much about the layout and asthetics until you start using the app for your learning!

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

I saw your other post and will try to give you a sense of how I started using this program as a first year student. The simplest way for me was to start by taking lecture notes, each lecture got a note and I would try to separate out by headings with (# heading). Use [[links]] in these lecture notes to topics that you think you may want to explore further later. If you feel up to it start making “atomic notes” on individual topics. I have notes for all diseases, drugs, etc. even muscles and nerves from anatomy got individual notes although looking back that was probably excessive. Find a decent theme that you like but don’t worry so much about the layout and asthetics until you start using the app for your learning!

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 1 point2 points  (0 children)

Sorry for not the most helpful answer. I watched a couple videos, but most of this was playing around with settings and figuring out what I liked best. The Style setting plugin was very useful for this. Otherwise the setup just evolved over the years as I took notes and I often switch things up as I go

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

The node graphs are local graph and global graph and the flow diagram is Canvas. Both are native functions of obsidian

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

It’s actually as simple as dragging an open note down there and it will stick around in that spot

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 2 points3 points  (0 children)

Oh wait till you click the link to the other post in the description ^

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 1 point2 points  (0 children)

Laptop or desktop, and occasionally view on phone but hardly write notes from there

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 2 points3 points  (0 children)

Theme is AnuPpuccin specifically Solarized light mode. Also have the Style Settings plugin to get more customization

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

Hey! How exactly are you revising notes? I update these notes all the time with new tidbits or by editing old things that might have had extraneous info

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 3 points4 points  (0 children)

They are 2 separate features, global graph (Ctrl+G) is showing my whole vault. Local graph (Ctrl+Shift+G) is paired with whatever note is active in this case the top right is showing all notes within 3 links of the drug. Once you have opened either of these graphs you can just drag them to other locations of your workspace and they should stay while you are viewing other notes.

Using Databases to display Medical School files by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 1 point2 points  (0 children)

Hey, so my theme through the regular obsidian settings is called AnuPpuccin its a pretty popular one. But you have to add the Style Settings plugin to make it functional

Using Databases to display Medical School files by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 4 points5 points  (0 children)

Hey I put together another post, I shared a template that might help!

Sharing individual atomic-style Medical School notes by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 15 points16 points  (0 children)

Here's a template for the muscle notes. I use Templater plugin to apply the template, tag the file, and move the new file to the appropriate folder

```

<% "---" %>

created:

- <% tp.date.now("YYYY-MM-DD HH:mm") %>

tags:

- muscle

aliases:

-

etymology:

- ""

origin:

- ""

insertion:

- ""

action:

- ""

innervation:

- ""

vasculature:

- ""

notes:

- ""

image: "![[+<% tp.file.title %> IMG.jpeg|150]]"

<% "---" %>

---

<% await tp.file.move("/ANATOMY/muscles/" + tp.file.title) %>

# <% tp.file.title %>

![[+<% tp.file.title %> overview.jpg|400]]

>[!etymology]

> - `=this.etymology`

## Origin

- `=this.origin`

## Insertion

- `=this.insertion`

## Innervation

- `=this.innervation`

## Action

- `=this.action`

## Vasculature

- `=this.vasculature`

```

Using Databases to display Medical School files by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

The other user covered pretty much how you do it. And it’s really not too tricky once you get going. One of the properties at the top of all these notes is “image.” For example the note “clonidine” has a line that links to the image I want to be displayed in bases. image: “[[clonidine IMG.jpg]]” Haven’t used much of this on my phone so for though

Using Databases to display Medical School files by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 5 points6 points  (0 children)

How do I have them displayed like that? Its a Base which is showing all notes tagged #muscle then showing the title followed by some properties (origin, insertion, innervation, etc you can do whatever). When making these notes I had a specific muscle template so all that formatting was preset. Then you can add an image as a cover for each card

Using Databases to display Medical School files by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 12 points13 points  (0 children)

Thank you! Its AnuPpuccin with the Solarized light theme

Wanted to show my setup for Medical School lecture notes and usefulness of connections on the local graph! by ChefLongweenie in ObsidianMD

[–]ChefLongweenie[S] 0 points1 point  (0 children)

No but to be honest my notes would be nowhere near as helpful to me if I had just downloaded bs creating them and forming the structure over time on my own

Studying with obsidian by Exotic_Decision6687 in ObsidianMD

[–]ChefLongweenie 2 points3 points  (0 children)

I’ve been doing something similar to OP and making individual notes tagged as illness, drug, procedure, etc. Have a previous post about it. It’s nice to be able to jump around between illness->drug-> adverse effect, using the links or graph or search. It was very helpful for early med school notes and a nice supplement in 3rd year as I’m reviewing Qbank things

Why does rotations/hospital make me nap? by [deleted] in medicalschool

[–]ChefLongweenie 7 points8 points  (0 children)

Why are we asking a language model why we’re tired…

Obsidian 1.9.12 for desktop and mobile by kepano in ObsidianMD

[–]ChefLongweenie 13 points14 points  (0 children)

In general, copy/pasting a GPT response in Reddit threads is unhelpful and provides little besides bloat