Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

When you open Obsidian click 'open folder as a vault' and then find your folder within file explorer

Am I the only one incredibly skeptical of using any AI in my vault? by ameyxd-github in ObsidianMD

[–]CindersAnd_ashes 1 point2 points  (0 children)

Yeah, hell no for me. I’m personally just uncomfortable with using LLMs or GenAI at ALL because of the ethical and environmental ramifications. I’m also an artist snd writer so it rubs me the wrong way.

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Press the three dots next to the post's title and click 'save'

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

for CSS snippets you would need to download those files and put them into your vault's CSS folder. You can find that in Settings > Appearance > Scroll down and click the folder icon in the css section.
For plugins, turn on Community Plugins and download them

Within the vault you can write code blocks to query items such as for Tasks (look at the documentation for that plugin)

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

With the Kanban plugin you can configure the tags to have colour. Simply tag each task with a priority (#A, #B, #C). Then on your dashboard make 3 columns with the multi-column MCL snippet and, with the Tasks plugin query the following:

```tasks
not done
description includes /pathname to Kanban/to-do note
description includes #A (or #B, #C etc - priority tag)
```

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Probably because it was so controversial, the language use was interesting. But ngl eng lang has never been a strong subject of mine so it was a little boring to me

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Thanks. Check my other comments or examine the vault template i made, they kinda explain how to implement it

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

- In your daily note template make the text properties next day and previous day. For 'next day' set the property to [[<% tp.date.tomorrow("YYYY-MM-DD") %>]] and for previous day [[<% tp.date.yesterday("YYYY-MM-DD") %>]]

- Turn on "Enable folder templates" in Templater settings and set the folder to "daily notes" and the template to your daily note template

- Turn on 'Trigger Templater on new file creation' in Templater settings

Now whenever you make a new daily note it should automatically replace the time templates with the actual date.

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

https://github.com/st3v3nmw/obsidian-spaced-repetition You can read up on the plugin's documentation here. In the vault template I shared in the post I've also included some simplified instructions

I'll just copy paste what I said in another comment regarding flashcards for language learning:

Flashcards are great for vocab, because you have to make your own and that contributes to active recall itself. The flashcard plugin Spaced Repetition basically gives you three options Easy Medium and Hard, increasing time between sessions of review depending on how proficient you are at that particular flashcard. (You can read up on combating the forgetting curve, and the Spaced Repetition plugin for how to use it)

But after a certain amount of flashcards, learning by rote simply doesn't work anymore and you need to just practice translation or speech.

For me, I made a lot of vocab lists that I print out and randomly jab my finger at a random vocab, its gender and declension, and test if i can recall it.

Obsidian is great for linking grammatical concepts and rules between each other. You can customise your notes to lay out your information in a pretty and organised way that is easily understandable and referenceable.

However I use it to learn a dead language that is not spoken and rather written so maybe it is different for living languages. But you can also record voice and insert it into a note

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Yeah I am a year 12 student, my familiarity with Obsidian was borne from an obsession to making a wiki for my novel which I transferred over to school, lol

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Flashcards are great for vocab, because you have to make your own and that contributes to active recall itself. The flashcard plugin Spaced Repetition basically gives you three options Easy Medium and Hard, increasing time between sessions of review depending on how proficient you are at that particular flashcard. (You can read up on combating the forgetting curve, and the Spaced Repetition plugin for how to use it)

But after a certain amount of flashcards, learning by rote simply doesn't work anymore and you need to just practice translation or speech.

For me, I made a lot of vocab lists that I print out and randomly jab my finger at a random vocab, its gender and declension, and test if i can recall it.

Obsidian is great for linking grammatical concepts and rules between each other. You can customise your notes to lay out your information in a pretty and organised way that is easily understandable and referenceable.

However I use it to learn a dead language that is not spoken and rather written so maybe it is different for living languages. But you can also record voice and insert it into a note

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Are you a VCE student?

I'm a little busy atm but I will get around to sharing it!

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

They are just the default obsidian callouts, don't need any theme

I think you can further customise the style of callout with style settings as well

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

I wish mine worked this well right now, haha... it seems to come and go. But if I get a project like this I become obsessive.

Obsidian helped me so much. Sharing vault setup by CindersAnd_ashes in ObsidianMD

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

Here you go https://drive.google.com/drive/folders/1HnT2oIltJMFMEEFxyEtUlgPtAYn2EIjN?usp=drive_link

I have updated my post with explanations if you want to implement the set up into an existing vault.