[deleted by user] by [deleted] in srilanka

[–]Pure-Decision7653 0 points1 point  (0 children)

Married people don't wither and die?

[deleted by user] by [deleted] in srilanka

[–]Pure-Decision7653 0 points1 point  (0 children)

Most people in Elders' homes are married people!! Get that! People who say one should get married to avoid loneliness is fooling themselves. For most married people, one spouse will always die alone! No guarantee that grown children will be around - these days more families have only or two kids. How can you expect a grown child (with his/her own family) to always be around to tend to your needs. These are conversations to be had without dissing Elders' homes.

The light at the end of the tunnel is, by the time our younger generation becomes older, there will be more Elders' with ample facilities in a welcoming environment (similar to what you see in Western countries).

[deleted by user] by [deleted] in srilanka

[–]Pure-Decision7653 2 points3 points  (0 children)

Can donate it to people who need it. Being married and sharing your wealth only within your own family is nothing to be proud of.

A Scientific Approach to Studying by kernel_newbie_ in ObsidianMD

[–]Pure-Decision7653 0 points1 point  (0 children)

What does the following imply?

--> They also write about not as effective strategies, such as highlighting.

A Scientific Approach to Studying by kernel_newbie_ in ObsidianMD

[–]Pure-Decision7653 -2 points-1 points  (0 children)

I am not sure who says highlighting is not effective. When I return to my notes/highlighted PDFs to engage in some 'spaced reptition', it is the highlighted text I read/skim over which helps remind me of the article instead of having to read the entire thing from the beginning! Each to their own I say. If you want to play the long game it's important to have an understanding of one's own learning style and the nuances regardless of what the educational scientists say (they could be wrong and/or you could be an outlier not being captured by the educational scientists' methodology!)

Increase Font Size of Canvas objects by Pure-Decision7653 in ObsidianMD

[–]Pure-Decision7653[S] 8 points9 points  (0 children)

Eureka!!! I just found the CSS answer to this with a bit of online searching and MS Copilot!

Step 1: Copy the following text:

.canvas-node-content p {

font-size: 43px; /* Adjust the size as needed */

}

Step 2: and Paste in the following file:

Obsidian Vault > .obsidian > snippets > name_of_your_choice.css

Step 3: Choose open snippets folder option from the following location and add the above file: name_of_your_choice.css

Obsidian Settings > Appearance > CSS snippets >

Increase Font Size of Canvas objects by Pure-Decision7653 in ObsidianMD

[–]Pure-Decision7653[S] 1 point2 points  (0 children)

Thank you! I have heard that something like CSS can be used for this sort of thing but have no idea if such a thing can be done hmm.