From: 2weiEmu Date: Wed, 8 Apr 2026 18:46:14 +0000 (+0200) Subject: updated: new styles X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=406d6a96804dd511c0e854d8e57c7efe0f026deb;p=research-obsidian.git updated: new styles --- diff --git a/.obsidian/app.json b/.obsidian/app.json index 80ca467..02d0013 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -6,8 +6,8 @@ "includeName": true, "pageSize": "A4", "landscape": false, - "margin": "2", - "downscalePercent": 67 + "margin": "0", + "downscalePercent": 100 }, "promptDelete": false, "openBehavior": "file:List of things to do", diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 62aa922..8d83ffd 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -2,7 +2,11 @@ "theme": "obsidian", "accentColor": "#f2281c", "interfaceFontFamily": "Courier Code", - "textFontFamily": "Courier Code", + "textFontFamily": "Aptos Mono", "monospaceFontFamily": "Courier Code", - "cssTheme": "Sanctum" + "cssTheme": "Sanctum", + "baseFontSize": 16, + "enabledCssSnippets": [ + "columns" + ] } \ No newline at end of file diff --git a/.obsidian/snippets/columns.css b/.obsidian/snippets/columns.css new file mode 100644 index 0000000..bd1abde --- /dev/null +++ b/.obsidian/snippets/columns.css @@ -0,0 +1,27 @@ +/* Adjust printing style only to have column output + when the document is tagged with the fontmatter + cssclass of 'columns'*/ +@media print { + + .columns * { + font-family: "Times New Roman"; + } + + p, ul, ol { + font-size: 12px; + } + + /* Document title to go across entire page */ + .columns h1:first-of-type { + column-span: all; + text-align: center; + } + + /* Content broken up in columns */ + .columns.markdown-preview-view { + column-count: 2; + column-rule: 1px solid #EEE; + column-gap: 2em; + } + +} diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index c1826de..269be4f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,59 +4,20 @@ "type": "split", "children": [ { - "id": "9e4a650806b6d2f1", + "id": "dc690c02013f3ade", "type": "tabs", "children": [ { - "id": "e23fc6ceeee74617", + "id": "eaaee41433083c5c", "type": "leaf", "state": { - "type": "markdown", - "state": { - "file": "List of things to do.md", - "mode": "source", - "source": false, - "backlinks": true, - "backlinkOpts": { - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - }, - "icon": "lucide-file", - "title": "List of things to do" - } - }, - { - "id": "54fa4a6371d78d8a", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Would NATO Intervene?.md", - "mode": "source", - "source": false, - "backlinks": true, - "backlinkOpts": { - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - }, + "type": "empty", + "state": {}, "icon": "lucide-file", - "title": "Would NATO Intervene?" + "title": "New tab" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -199,19 +160,20 @@ "pdf-plus:PDF++: Toggle auto-paste": false } }, - "active": "54fa4a6371d78d8a", + "active": "eaaee41433083c5c", "lastOpenFiles": [ + "Folkhemmet, trust and a split society.md", + "Would NATO Intervene?.md", + "List of things to do.md", + "Food with the boys - money note.md", "Some cool music perhaps?.md", "Recipes.md", - "List of things to do.md", "DGG Hackathon Simple Cheatsheet.md", "WT Skins.md", - "Would NATO Intervene?.md", "Quotes.md", "Poet List.md", "Pasted image 20250207160807.png", "Pasted image 20250103161642.png", - "Folkhemmet, trust and a split society.md", "Watchlist & Do List.md", "WP and Flamethrowers/Apparently White Phosphorus and Flamethrowers are not illegal under international law.md", "WP and Flamethrowers", @@ -244,7 +206,6 @@ "University/Functional Programming/Functional Programming Introduction.md", "University/Functional Programming/Lecture 2.md", "University/Algorithm Design/Full Notes - Run 2.md", - "Robert's Opsec Policy/Robert's Opsec Policy.md", "Robert's Opsec Policy", "Poems that I like" ] diff --git a/Folkhemmet, trust and a split society.md b/Folkhemmet, trust and a split society.md index 1d51d55..a010983 100644 --- a/Folkhemmet, trust and a split society.md +++ b/Folkhemmet, trust and a split society.md @@ -1,3 +1,7 @@ +--- +cssclasses: + - columns +--- The main reason that I am writing this is because when I was in Germany for Easter (well slightly before), but we had all come together there in order to have a nice bit of time together while we could and everyone had some free time. During this time we do a lot of talking and discussing, a combination that is apparently perfectly driven by the 4 of us, especially regarding some political concepts or ideas about personal freedom. The four of us being: my older sister, her boyfriend (they are essentially married, and have been together 13 happy years), my younger brother and I. During this time we hit on the idea of conscription in Ukraine (this would only be the beginning of discussion that would last to 3am and beyond). This was quickly generalised to conscription in general. @@ -22,7 +26,7 @@ To explain exactly what I will be exploring it will be the following: - How have these histories flowed into these different ways of thinking, and what about Folkhemmet is so different to how Germans view their nation today? -# Swedish National Identity (gathering things) +## Swedish National Identity (gathering things) https://www.thelocal.se/20140814/sweden-and-norway-celebrate-200-years-of-peace (weak source) - the war of 1814 against Norway was the last time in history that Sweden has been at war. Strong swedish grassroots movements in 1850+? diff --git a/Would NATO Intervene?.md b/Would NATO Intervene?.md index edc4bf6..bd1748d 100644 --- a/Would NATO Intervene?.md +++ b/Would NATO Intervene?.md @@ -1,3 +1,7 @@ +--- +cssclasses: + - columns +--- This also came up when I was visiting my parents recently, and saw my sister and her boyfriend and my brother. That evening was a long discussion and provided lots of other ideas to discuss but one thing that was brought up was the varying levels of faith on whether NATO would intervene in case of a Russian invasion into a country such as Estonia (another NATO member state). My sister's boyfriend has less faith that NATO would intervene in such a scenario, stating that in the case of an invasion (/ special military operation that will dramatically overrun the original timeline and cost more men and material than ever expected to be possible) of Estonia, realistically nations such as Poland, Finland and Sweden would actually intervene. The rest, adhering to the principles of Article 5, would send a strongly worded letter condemning the Russian invasion and say that they fulfilled their duties as this is what they believed to be necessary. @@ -15,4 +19,3 @@ So here we have the two perspectives: If I recall correctly there is not necessarily disagreement on how effective being a NATO member is as a deterrent to Russian aggression - I think the world's stance and history are quite clear on that. No NATO member has ever been invaded by Russia. Non-NATO members on the other hand, Russia seems quite eager to "intervene" in. I'd even argue the steps that would need to be taken for this deterrent to fail would be quite drastic (though, unfortunately are _partially_ occurring). Complete failure is yet to set in, and hopefully never does. -