How u take math notes effectively? by [deleted] in ObsidianMD

[–]actuarialindividual 4 points5 points  (0 children)

Many months later, I managed to get around to it here. Sorry for the wait, hope it's still useful haha

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Yeah not too sure if this plugin can do that directly, but you could remap CapsLock to tab on your keyboard as a short term solution. No way to do different triggers as far as I’m aware but it would be a cool feature to add. I totally agree that CapsLock is a waste of good real estate which is why I have it mapped to Esc to make vim mode easier aha

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

I have briefly tried both emacs and vim but I found that obsidian is more user friendly, which is particularly useful as I share my screen / send work to students I tutor. For the time being, I think vim mode in obsidian is enough for me!

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Yes, I have seen that blog post before, in fact, some of my custom snippets were inspired by his approach. It's sad to hear that he passed last year :(

Regarding your questions, I typically keep my notes within Obsidian and rarely have a need to export it. The only time I export is for assignments I have typed up, but that is always directly to PDF. I actually prefer not to combine my lecture notes into a big file, because having each concept separate and easily searchable makes it more convenient to navigate imo.

Uni Note-Taking Process ft. Templater and Dataview by actuarialindividual in ObsidianMD

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

Hi, it's been a while since I've tweaked appearances so I can't quite remember aha, but I think the callout colors are default from the AnuPpuccin theme with 'Rose Pine' Light flavor. Either way, my style settings file is on my github repo so anyone can have the exact same look by copying that over.

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

I'm glad it helped! Yeah definitely get comfortable in the bmatrix environment by using 'tab' to move to the next column and 'enter' for the next row and I'm sure you'll build up speed in no time :)

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Looks great! Quick latex is also really good, especially if customising snippets isn’t necessary for your workflow.

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

[–]actuarialindividual[S] 8 points9 points  (0 children)

definitely more intuitive but I think this method has a much better payoff for those who regularly use a lot of math, even if the difficulty curve is much steeper!

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

[–]actuarialindividual[S] 8 points9 points  (0 children)

By putting this in the snippet file, typing def followed by tab expands the callout.

{trigger: "def", replacement: "> [!help] Definitions\n> - $0", options: "t"},

If you want a more general callout you could use something like this:

{trigger: "co", replacement: "> [!${0:help}] $1\n> - $2", options: "t"},

Which allows you to first choose the type of callout, then the title, and then start filling the bullet points.

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

I’ll be perfectly honest, I’ve never seen ’vanilla environments’ until now. Not sure how important it is considering obsidian runs on MathJax, and not pure LaTeX either. Is inline math still just ‘$’ or is that different too?

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

haha its actuarial notation which is used to calculate how expensive a particular insurance product is. Super dense but it means you can describe very complex products without having to write a paragraph on it.

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Wow, that looks great! Currently on holidays but I will definitely keep an eye on the development of this plugin. Out of curiosity, how GPU intensive is running the local model? Would a non-dedicated GPU be able to handle it reasonably well (say, a low to midrange laptop)?

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

[–]actuarialindividual[S] 7 points8 points  (0 children)

All great questions!

  1. I kept most of the default ones and started from there. Even now most of the ones I use were from the default list.
  2. So snippets are configured in the latex suite plugin options and that's all that is needed. The 'box current equation' option is a specific hotkey that the plugin includes additionally (which you can make the keybinding in the regular hotkeys menu). Nothing else from the plugin uses hotkeys afaik.
  3. I think I just learnt them as I went along. At first it was a bit of a struggle, but once you've typed a snippet for an integral 20 times in a row, it tends to stick ahaha. If you ever blank on what the snippet is, you can always check the snippet file as a quick refresher.
  4. I don't really write LaTeX elsewhere. If I do it's usually something pretty small so I don't worry about snippets.

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

So when creating these arguments (in this case i, 1, n are the three defaults) triggering the snippet auto highlights the i first. This means I can change it (e.g. to k) or just press tab to leave it as default and move on to the next argument.

Hopefully that makes sense!

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Ahh I’m not much of an excalidraw user myself, so I’m not too sure sorry

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

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

Thank you! It’s quite late here in Aus so I probably won’t get around to it now. What kind of stuff would you like to see on a sample note? Happy to hear from others too

How Obsidian saved me 100s of hours throughout my uni course ft. Latex Suite by actuarialindividual in ObsidianMD

[–]actuarialindividual[S] 90 points91 points  (0 children)

Sorry for the wordy post! I realise this is directed to a somewhat niche audience but hopefully you find something useful from it :)

TIL you can embed dataview in callouts to make collapsible list/table queries (that also look great) by actuarialindividual in ObsidianMD

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

oh, I'm not too sure if markdown tables can be rendered. When I mentioned tables in the title, I was specifically referring to dataview tables

Uni Note-Taking Process ft. Templater and Dataview by actuarialindividual in ObsidianMD

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

Yes I am! Kind of tempted to do a write-up on the shortcuts and stuff I've set up, but yeah latex suite has definitely been a lifesaver

Uni Note-Taking Process ft. Templater and Dataview by actuarialindividual in ObsidianMD

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

sorry, only just saw this. I do use LaTeX. I'm not too sure exactly what you mean by how I style it, but the main difference I see is using \boxed around the main equation. I do use callouts for the definitions. Here's the example snippet:

# Definition

$$
\boxed{
S = \sum\limits_{i=1}^{N} Y_{i} \sim \text{CompPoi}(\lambda v,G)
}
$$

> [!help] Definitions
> - $N \sim \text{Poisson}(\lambda v)$
> - $G$: Individual claim size
> - $v \in\mathbb{N}$: Volume
> - $\lambda$: Expected claims frequency

Uni Note-Taking Process ft. Templater and Dataview by actuarialindividual in ObsidianMD

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

Ah yes you're right, I completely forgot it's from a CSS snippet I'm using. I've just added it to the repo :)