main
iOS 3 years ago
parent 09c7318d8c
commit 00c00b0cc4

@ -95,6 +95,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.23001034336467915,
"scale": 0.26475940800059655,
"close": true
}

@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.4.22",
"version": "0.4.26",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

@ -181,8 +181,8 @@
"offset": 2
},
"current": {
"day": 27,
"month": 1,
"day": 1,
"month": 2,
"year": 2022
},
"events": [
@ -1101,12 +1101,7 @@
"month": 5,
"day": 30
},
"category": "ID_3b8a489a19da",
"end": {
"year": 2022,
"month": 5,
"day": 30
}
"category": "ID_3b8a489a19da"
},
{
"id": "ID_092a187a7948",
@ -1163,7 +1158,7 @@
"name": "Task"
}
],
"date": 1645089683740,
"date": 1645162946868,
"displayWeeks": false
}
],

File diff suppressed because one or more lines are too long

@ -1,10 +1,10 @@
{
"id": "fantasy-calendar",
"name": "Fantasy Calendar",
"version": "1.12.3",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "Fantasy calendars in Obsidian!",
"authorUrl": "https://github.com/valentine195/obsidian-fantasy-calendar",
"isDesktopOnly": false
"id": "fantasy-calendar",
"name": "Fantasy Calendar",
"version": "2.1.4",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "Fantasy calendars in Obsidian!",
"authorUrl": "https://github.com/valentine195/obsidian-fantasy-calendar",
"isDesktopOnly": false
}

@ -1,214 +1 @@
.fantasy-calendar-confirm-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 0.5rem;
}
.fantasy-calendar-settings .fantasy-calendars {
border-bottom: 1px solid var(--background-modifier-border);
border-top: 1px solid var(--background-modifier-border);
padding: 18px 0 0 0;
}
.fantasy-calendar-create-calendar input[disabled] {
cursor: not-allowed;
}
.fantasy-calendar-settings .fantasy-calendars .existing-calendars > span {
display: block;
text-align: center;
margin-bottom: 18px;
color: var(--text-muted);
}
.fantasy-calendar-settings
.fantasy-calendars
> .setting-item:not(.setting-item-heading) {
border: 0px;
}
.fantasy-calendar-settings .fantasy-calendar-config .setting-item-name {
display: flex;
gap: 0.25rem;
align-items: center;
}
/** Create Calendar Modal */
.modal-container.fantasy-calendar-create-calendar > .modal {
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.fantasy-calendar-create-calendar .modal-content {
display: flex;
flex-flow: column nowrap;
gap: 0.5rem;
}
.fantasy-calendar-create-calendar .calendar-info .calendar-description {
display: flex;
flex-flow: column nowrap;
}
.fantasy-calendar-create-calendar .calendar-info textarea {
resize: vertical;
}
.fantasy-calendar-create-calendar details {
padding: 0.5rem;
}
.fantasy-calendar-create-calendar details[open] {
border: 1px solid var(--background-modifier-border);
border-radius: 0.5rem;
}
.fantasy-calendar-create-calendar .fantasy-calendar-container .existing-items {
overflow: auto;
max-height: 500px;
}
.fantasy-calendar-create-calendar
.fantasy-calendar-container
.existing-items
> span {
display: block;
text-align: center;
color: var(--text-muted);
}
.fantasy-calendar-create-calendar details .setting-item {
border: 0px;
}
.fantasy-calendar-create-calendar summary * {
display: inline;
margin: 0;
}
.fantasy-context-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 0.25rem;
}
.fantasy-calendar-create-calendar button[disabled] {
cursor: not-allowed;
}
.fantasy-calendar-create-event .event-info {
display: flex;
flex-flow: column nowrap;
width: 100%;
justify-content: flex-start;
align-items: flex-start;
gap: 0.5rem;
}
.fantasy-calendar-create-event .event-info > *,
.fantasy-calendar-create-event .setting-item {
width: 100%;
padding-top: 0;
padding-bottom: 0.75rem;
border: 0;
}
.fantasy-calendar-create-event .event-info > .event-description {
display: flex;
flex-flow: column nowrap;
}
.fantasy-calendar-create-event .event-info textarea {
resize: vertical;
}
/** Preset Calendar Modal */
.fantasy-calendar-choose-preset .fantasy-calendar-preset-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 1fr;
gap: 1rem;
align-items: center;
justify-content: flex-start;
}
.fantasy-calendar-choose-preset .fantasy-calendar-preset-container button {
height: 100%;
width: 100%;
white-space: pre-line;
max-width: 250px;
}
.fantasy-calendar-choose-preset
.fantasy-calendar-preset-container
button.mod-cta {
box-shadow: 0px 0px 5px var(--background-modifier-box-shadow);
}
/** Leap Day Editor */
.fantasy-leap-day-interval-description {
color: var(--text-muted);
border: 0;
}
.fantasy-calendar-event-date {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 0.5rem;
}
.fantasy-calendar-picker {
padding: 5px 15px;
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
}
.fantasy-calendar-full.view-content {
display: flex;
flex-flow: column;
width: 100%;
}
.fantasy-calendar-dropdown {
display: flex;
flex-flow: column;
width: 100%;
padding-bottom: 0.75rem;
}
.fantasy-calendar-view-event .modal-content {
max-width: 75vw;
}
.fantasy-no-calendar {
color: var(--text-muted);
display: flex;
justify-content: center;
text-align: center;
padding: 0.5rem;
}
.fantasy-title {
margin: 0;
}
.full-view .fantasy-title {
grid-column: span 3;
}
.fantasy-calendar-date-fields-heading {
padding-bottom: 0;
}
.fantasy-calendar-create-calendar .fantasy-calendar-date-fields {
padding-top: 0;
}
.fantasy-calendar-date-fields {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 0.5rem;
padding-bottom: 0.75rem;
}
.fantasy-calendar-date-fields .fantasy-calendar-date-field {
display: flex;
flex-flow: column nowrap;
}
.fantasy-calendar-date-fields{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;padding-bottom:.75rem}.fantasy-calendar-date-fields .fantasy-calendar-date-field{display:flex;flex-flow:column nowrap}.fantasy-calendar-picker{padding:5px 15px;display:flex;flex-flow:column nowrap;justify-content:flex-start}.fantasy-calendar-view .view-content{padding:.5rem}.fantasy-calendar-full.view-content{display:flex;flex-flow:column;width:100%}.fantasy-calendar-dropdown{display:flex;flex-flow:column;width:100%;padding-bottom:.75rem}.fantasy-calendar-view-event .modal-content{max-width:75vw}.fantasy-no-calendar{color:var(--text-muted);display:flex;justify-content:center;text-align:center;padding:.5rem}.fantasy-title{margin:0}.full-view .fantasy-title{grid-column:span 3}body:not(.is-mobile) .modal.mod-settings .vertical-tab-content-container .vertical-tab-content.fantasy-calendar-settings.fantasy-calendar-creator-open{overflow:hidden}.fantasy-calendar-settings,.fantasy-calendar-settings-content{background-color:inherit;position:relative}.fantasy-calendar-confirm-buttons-container{display:flex;justify-content:space-between;align-items:center}.fantasy-calendar-confirm-buttons-container .dont-ask{cursor:pointer}.fantasy-calendar-confirm-buttons{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.modal.mod-settings .vertical-tab-content-container .vertical-tab-content.fantasy-calendar-settings{position:relative}.modal.mod-settings .vertical-tab-content.fantasy-calendar-settings .fantasy-calendar-settings-content h2:first-child{margin-top:initial}.fantasy-calendar-settings details>summary{outline:none;display:block!important;list-style:none!important;list-style-type:none!important;min-height:1rem;border-top-left-radius:.1rem;border-top-right-radius:.1rem;cursor:pointer;position:relative}.fantasy-calendar-settings details>summary::-webkit-details-marker,.fantasy-calendar-settings details>summary::marker{display:none!important}.fantasy-calendar-settings details>summary>.collapser{position:absolute;top:50%;right:8px;transform:translateY(-50%);content:""}.fantasy-calendar-settings details>summary>.collapser>.handle{transform:rotate(0);transition:transform .25s;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-image:var(--admonition-details-icon);mask-image:var(--admonition-details-icon);width:20px;height:20px}.fantasy-calendar-settings details[open]>summary>.collapser>.handle{transform:rotate(90deg)}.fantasy-calendar-settings .fantasy-calendars{border-bottom:1px solid var(--background-modifier-border);border-top:1px solid var(--background-modifier-border);padding:18px 0 0}.fantasy-calendar-create-calendar input[disabled]{cursor:not-allowed}.fantasy-calendar-settings .fantasy-calendar-warning.date-format{color:red}.fantasy-calendar-settings .fantasy-calendar-warning{display:flex;align-items:center;gap:.25rem}.fantasy-calendar-settings .existing-calendars{padding:18px}.fantasy-calendar-settings .existing-calendars>span{display:block;text-align:center;color:var(--text-muted)}.fantasy-calendar-nested-settings .setting-item{border:0px;padding-bottom:0}.fantasy-calendar-nested-settings{padding-bottom:18px}.fantasy-calendar-nested-settings[open] .setting-item-heading,.fantasy-calendar-nested-settings:not(details) .setting-item-heading{border-top:0px;border-bottom:1px solid var(--background-modifier-border)}.fantasy-calendar-nested-settings .warning-container{position:relative;display:flex;align-items:center;gap:.25rem}.fantasy-calendar-settings .fantasy-calendar-config .setting-item-name{display:flex;gap:.25rem;align-items:center}.fantasy-context-buttons{display:flex;justify-content:flex-end;align-items:center;gap:.25rem}.fantasy-calendar-create-event .event-info{display:flex;flex-flow:column nowrap;width:100%;justify-content:flex-start;align-items:flex-start;gap:.5rem}.fantasy-calendar-create-event .event-info>*,.fantasy-calendar-create-event .setting-item{width:100%;padding-top:0;padding-bottom:.75rem;border:0}.fantasy-calendar-create-event .event-info>.event-description{display:flex;flex-flow:column nowrap}.fantasy-calendar-create-event .event-info textarea{resize:vertical}.fantasy-calendar-choose-preset .fantasy-calendar-preset-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:1fr;gap:1rem;align-items:center;justify-content:flex-start;margin:5px}.fantasy-calendar-choose-preset .fantasy-calendar-preset-container button{height:100%;width:100%;white-space:pre-line;max-width:250px}.fantasy-calendar-choose-preset .fantasy-calendar-preset-container button.mod-cta{box-shadow:0 0 10px var(--background-modifier-success)}.fantasy-leap-day-interval-description{color:var(--text-muted);border:0}.fantasy-calendar-event-date{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem}.fantasy-calendar-event-formula .setting-item-control{gap:.25rem}

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-02-17",
"size": 1617428
"date": "2022-02-18",
"size": 1639919
}
],
"activityHistory": [
@ -182,7 +182,11 @@
},
{
"date": "2022-02-17",
"value": 58688
"value": 58694
},
{
"date": "2022-02-18",
"value": 22527
}
]
}

@ -117,7 +117,7 @@
},
"syntaxHighlight": false,
"copyButton": true,
"version": "6.11.0",
"version": "6.11.1",
"warnedAboutNC": true,
"autoCollapse": false,
"defaultCollapseType": "open",

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "6.11.0",
"minAppVersion": "0.11.0",
"version": "6.11.1",
"minAppVersion": "0.13.14",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",

@ -1935,7 +1935,7 @@
"links": 2
},
"06.02 Investments/Equity Tasks.md": {
"size": 4233,
"size": 4765,
"tags": 3,
"links": 4
},
@ -2182,7 +2182,7 @@
"00.01 Admin/Memos/2022-01-30.md": {
"size": 1417,
"tags": 0,
"links": 8
"links": 9
},
"03.01 Reading list/Americanah.md": {
"size": 1156,
@ -2240,7 +2240,7 @@
"links": 4
},
"01.02 Home/@Shopping list.md": {
"size": 1884,
"size": 2083,
"tags": 1,
"links": 1
},
@ -2639,16 +2639,6 @@
"tags": 0,
"links": 4
},
"00.02 Inbox/Understanding Argument Styles Is The Secret To A Happy Relationship.md": {
"size": 10612,
"tags": 0,
"links": 1
},
"00.02 Inbox/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md": {
"size": 32838,
"tags": 4,
"links": 1
},
"00.06 Professional/6 ways companies screw up their global expansion.md": {
"size": 9509,
"tags": 0,
@ -2663,14 +2653,34 @@
"size": 1792,
"tags": 3,
"links": 1
},
"00.03 News/Whats the Matter with American Cities.md": {
"size": 20649,
"tags": 3,
"links": 1
},
"00.01 Admin/Memos/2022-02-18.md": {
"size": 1182,
"tags": 0,
"links": 5
},
"00.03 News/Understanding Argument Styles Is The Secret To A Happy Relationship.md": {
"size": 10612,
"tags": 3,
"links": 1
},
"00.03 News/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md": {
"size": 32838,
"tags": 6,
"links": 1
}
},
"commitTypes": {
"/": {
"Refactor": 164,
"Create": 125,
"Link": 246,
"Expand": 128
"Refactor": 167,
"Create": 127,
"Link": 253,
"Expand": 132
}
},
"dailyCommits": {
@ -2681,14 +2691,14 @@
"3": 0,
"4": 2,
"5": 0,
"6": 8,
"7": 41,
"8": 93,
"9": 66,
"10": 36,
"11": 32,
"6": 10,
"7": 44,
"8": 95,
"9": 68,
"10": 39,
"11": 35,
"12": 38,
"13": 98,
"13": 99,
"14": 59,
"15": 23,
"16": 7,
@ -2707,7 +2717,7 @@
"Tue": 45,
"Wed": 46,
"Thu": 85,
"Fri": 39,
"Fri": 55,
"Sat": 0,
"Sun": 367
}
@ -2715,6 +2725,10 @@
"recentCommits": {
"/": {
"Expanded": [
"<a class=\"internal-link\" href=\"06.02 Investments/Equity Tasks.md\"> Equity Tasks </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-18.md\"> 2022-02-18 </a>",
"<a class=\"internal-link\" href=\"01.02 Home/@Shopping list.md\"> @Shopping list </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-18.md\"> 2022-02-18 </a>",
"<a class=\"internal-link\" href=\"00.05 Media/Moneyland.md\"> Moneyland </a>",
"<a class=\"internal-link\" href=\"00.05 Media/3 youths in Medellin.md\"> 3 youths in Medellin </a>",
"<a class=\"internal-link\" href=\"00.05 Media/Kids for Cash.md\"> Kids for Cash </a>",
@ -2761,13 +2775,11 @@
"<a class=\"internal-link\" href=\"01.01 Life Orga/@Lifestyle.md\"> @Lifestyle </a>",
"<a class=\"internal-link\" href=\"00.03 News/@News.md\"> @News </a>",
"<a class=\"internal-link\" href=\"05.02 Networks/Server Tools.md\"> Server Tools </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Ultimate Sugar Cookies.md\"> Ultimate Sugar Cookies </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Torched Banana Cake.md\"> Torched Banana Cake </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Turkey With Glass Noodles.md\"> Turkey With Glass Noodles </a>",
"<a class=\"internal-link\" href=\"@Shopping list.md\"> @Shopping list </a>",
"<a class=\"internal-link\" href=\"@Shopping list.md\"> @Shopping list </a>"
"<a class=\"internal-link\" href=\"00.02 Inbox/Ultimate Sugar Cookies.md\"> Ultimate Sugar Cookies </a>"
],
"Created": [
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-18.md\"> 2022-02-18 </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Whats the Matter with American Cities.md\"> Whats the Matter with American Cities </a>",
"<a class=\"internal-link\" href=\"().md\"> () </a>",
"<a class=\"internal-link\" href=\"null.md\"> null </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois.md\"> Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois </a>",
@ -2816,11 +2828,12 @@
"<a class=\"internal-link\" href=\"00.02 Inbox/Brown Butter Farro with Mushrooms & Burrata - The Original Dish.md\"> Brown Butter Farro with Mushrooms & Burrata - The Original Dish </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/An ancient language has defied decryption for 100 years. Can AI crack the code.md\"> An ancient language has defied decryption for 100 years. Can AI crack the code </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/The Company-Building Cornerstones Every Founder Needs to Focus On — Advice from HubSpot.md\"> The Company-Building Cornerstones Every Founder Needs to Focus On — Advice from HubSpot </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-10.md\"> 2022-02-10 </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Emulator files - Emulation General Wiki.md\"> Emulator files - Emulation General Wiki </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-09.md\"> 2022-02-09 </a>"
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-10.md\"> 2022-02-10 </a>"
],
"Renamed": [
"<a class=\"internal-link\" href=\"00.03 News/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md\"> What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession </a>",
"<a class=\"internal-link\" href=\"00.03 News/Understanding Argument Styles Is The Secret To A Happy Relationship.md\"> Understanding Argument Styles Is The Secret To A Happy Relationship </a>",
"<a class=\"internal-link\" href=\"00.03 News/Whats the Matter with American Cities.md\"> Whats the Matter with American Cities </a>",
"<a class=\"internal-link\" href=\"03.01 Reading list/Frédéric de Hohenstaufen.md\"> Frédéric de Hohenstaufen </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Frédéric de Hohenstaufen.md\"> Frédéric de Hohenstaufen </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Tous les Hommes n'habitent pas le Monde de la meme Facon.md\"> Tous les Hommes n'habitent pas le Monde de la meme Facon </a>",
@ -2868,12 +2881,12 @@
"<a class=\"internal-link\" href=\"03.03 Food & Wine/Pastitsio.md\"> Pastitsio </a>",
"<a class=\"internal-link\" href=\"03.03 Food & Wine/Chilaquiles Casserole.md\"> Chilaquiles Casserole </a>",
"<a class=\"internal-link\" href=\"06.02 Investments/Helium creates an open source, decentralized future for the web.md\"> Helium creates an open source, decentralized future for the web </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Helium creates an open source, decentralized future for the web.md\"> Helium creates an open source, decentralized future for the web </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/-Helium creates an open source, decentralized future for the web.md\"> -Helium creates an open source, decentralized future for the web </a>",
"<a class=\"internal-link\" href=\"00.05 Media/Mountain Men & Holy Wars.md\"> Mountain Men & Holy Wars </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Mountain Men & Holy Wars.md\"> Mountain Men & Holy Wars </a>"
"<a class=\"internal-link\" href=\"00.02 Inbox/Helium creates an open source, decentralized future for the web.md\"> Helium creates an open source, decentralized future for the web </a>"
],
"Tagged": [
"<a class=\"internal-link\" href=\"00.03 News/Understanding Argument Styles Is The Secret To A Happy Relationship.md\"> Understanding Argument Styles Is The Secret To A Happy Relationship </a>",
"<a class=\"internal-link\" href=\"00.03 News/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md\"> What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession </a>",
"<a class=\"internal-link\" href=\"00.03 News/Whats the Matter with American Cities.md\"> Whats the Matter with American Cities </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois.md\"> Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md\"> What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession </a>",
"<a class=\"internal-link\" href=\"00.03 News/Why Black Women Are Divesting From Excellence & Embracing Mediocrity.md\"> Why Black Women Are Divesting From Excellence & Embracing Mediocrity </a>",
@ -2921,10 +2934,7 @@
"<a class=\"internal-link\" href=\"00.03 News/An ancient language has defied decryption for 100 years. Can AI crack the code.md\"> An ancient language has defied decryption for 100 years. Can AI crack the code </a>",
"<a class=\"internal-link\" href=\"00.03 News/My transformative first trip to Japan · Part 4.md\"> My transformative first trip to Japan · Part 4 </a>",
"<a class=\"internal-link\" href=\"00.03 News/Babies and chicks help solve one of psychologys oldest puzzles.md\"> Babies and chicks help solve one of psychologys oldest puzzles </a>",
"<a class=\"internal-link\" href=\"03.03 Food & Wine/Brown Butter Farro with Mushrooms & Burrata - The Original Dish.md\"> Brown Butter Farro with Mushrooms & Burrata - The Original Dish </a>",
"<a class=\"internal-link\" href=\"iSH.md\"> iSH </a>",
"<a class=\"internal-link\" href=\"00.03 News/PM to fill out party questionnaire.md\"> PM to fill out party questionnaire </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Harissa-Honey Popcorn Chicken.md\"> Harissa-Honey Popcorn Chicken </a>"
"<a class=\"internal-link\" href=\"03.03 Food & Wine/Brown Butter Farro with Mushrooms & Burrata - The Original Dish.md\"> Brown Butter Farro with Mushrooms & Burrata - The Original Dish </a>"
],
"Refactored": [
"<a class=\"internal-link\" href=\"01.02 Home/@Main Dashboard.md\"> @Main Dashboard </a>",
@ -2967,6 +2977,10 @@
"<a class=\"internal-link\" href=\"().md\"> () </a>"
],
"Linked": [
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-18.md\"> 2022-02-18 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-01-30.md\"> 2022-01-30 </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-18.md\"> 2022-02-18 </a>",
"<a class=\"internal-link\" href=\"00.03 News/Whats the Matter with American Cities.md\"> Whats the Matter with American Cities </a>",
"<a class=\"internal-link\" href=\"00.04 IT/Emulator files - Emulation General Wiki.md\"> Emulator files - Emulation General Wiki </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois.md\"> Tous les hommes n'habitent pas le monde de la même façon - Jean-Paul Dubois </a>",
"<a class=\"internal-link\" href=\"00.06 Professional/6 ways companies screw up their global expansion.md\"> 6 ways companies screw up their global expansion </a>",
@ -3013,11 +3027,7 @@
"<a class=\"internal-link\" href=\"00.04 IT/Netflix categories codes - Find all categories codes.md\"> Netflix categories codes - Find all categories codes </a>",
"<a class=\"internal-link\" href=\"00.02 Inbox/Harissa-Honey Popcorn Chicken.md\"> Harissa-Honey Popcorn Chicken </a>",
"<a class=\"internal-link\" href=\"00.06 Professional/A Black woman's guide to venture-capital fundraising How to pitch investors, build a support network, and raise millions..md\"> A Black woman's guide to venture-capital fundraising How to pitch investors, build a support network, and raise millions. </a>",
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-11.md\"> 2022-02-11 </a>",
"<a class=\"internal-link\" href=\"00.06 Professional/Sameer Huda - gunnercooke llp.md\"> Sameer Huda - gunnercooke llp </a>",
"<a class=\"internal-link\" href=\"00.03 News/PM to fill out party questionnaire.md\"> PM to fill out party questionnaire </a>",
"<a class=\"internal-link\" href=\"05.01 Computer setup/iSH.md\"> iSH </a>",
"<a class=\"internal-link\" href=\"iSH.md\"> iSH </a>"
"<a class=\"internal-link\" href=\"00.01 Admin/Memos/2022-02-11.md\"> 2022-02-11 </a>"
],
"Removed Tags from": [
"<a class=\"internal-link\" href=\"06.02 Investments/Le Miel de Paris.md\"> Le Miel de Paris </a>"

@ -190,6 +190,9 @@ var ExcelToMarkdownTablePlugin = class extends import_obsidian.Plugin {
if (evt.clipboardData === null) {
return;
}
if (evt.clipboardData.types.length === 1 && evt.clipboardData.types[0] === "text/plain") {
return;
}
const rawData = evt.clipboardData.getData("text");
const rows = getExcelRows(rawData);
if (isExcelData(rows)) {

@ -1,7 +1,7 @@
{
"id": "obsidian-excel-to-markdown-table",
"name": "Excel to Markdown Table",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "0.12.0",
"description": "An Obsidian plugin to paste data from Microsoft Excel, Google Sheets, Apple Numbers and LibreOffice Calc as Markdown tables in Obsidian editor.",
"author": "Ganessh Kumar R P <rpganesshkumar@gmail.com>",

@ -1,4 +1,15 @@
{
"defaultState": {
"name": "Default",
"mapZoom": 1,
"mapCenter": {
"lat": 40.713955826286046,
"lng": -180.70312500000003
},
"tags": [],
"chosenMapSource": 0
},
"savedStates": [],
"markerIconRules": [
{
"ruleName": "default",
@ -114,11 +125,9 @@
"chosenMapMode": "auto",
"darkMode": false,
"markerIcons": null,
"defaultZoom": 1,
"defaultMapCenter": {
"lat": 40.713955826286046,
"lng": -180.70312500000003
},
"defaultTags": [],
"newNoteTemplate": "Admin/Templates/Template Note"
"defaultZoom": null,
"defaultMapCenter": null,
"defaultTags": null,
"newNoteTemplate": "Admin/Templates/Template Note",
"chosenMapSource": null
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "obsidian-map-view",
"name": "Map View",
"version": "1.2.1",
"version": "1.3.0",
"minAppVersion": "0.12.10",
"description": "An interactive map view.",
"isDesktopOnly": false

@ -44,3 +44,12 @@
filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg)
saturate(0.3) brightness(0.7);
}
.newPresetDialogGrid {
display: grid;
grid-row-gap: 10px;
}
.newPresetDialogLine {
display: inline-block;
}

File diff suppressed because one or more lines are too long

@ -2,7 +2,7 @@
"id": "obsidian-memos",
"name": "Obsidian Memos",
"description": "A plugin for capturing ideas in Obsidian",
"version": "1.8.0",
"version": "1.8.1",
"author": "Boninall",
"authorUrl": "https://github.com/Quorafind/",
"isDesktopOnly": false,

@ -520,7 +520,6 @@
.theme-light div[data-type='memos_view'] .memo-editor-wrapper {
width: calc(100% - 24px);
margin: auto;
margin-right: 16px;
}
.theme-light img.memo-show-editor-button {
position: fixed;
@ -568,7 +567,6 @@
.theme-dark div[data-type='memos_view'] .memo-editor-wrapper {
width: calc(100% - 24px);
margin: auto;
margin-right: 16px;
}
.theme-dark img.memo-show-editor-button {
position: fixed;
@ -3635,13 +3633,25 @@ div[data-type='memos_view'] .image-container > img {
height: 24px;
margin-bottom: 14px;
}
.theme-light div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .time-text {
.theme-light div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.theme-light div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper > .time-text {
font-size: 12px;
line-height: 24px;
color: #a8a8a8;
flex-shrink: 0;
cursor: pointer;
}
.theme-light div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper > .memo-type-img {
width: 11%;
height: 20px;
margin-left: 3px;
filter: opacity(0.5) invert(80%);
}
.theme-light div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .btns-container {
display: flex;
flex-direction: row;
@ -3817,13 +3827,25 @@ div[data-type='memos_view'] .image-container > img {
height: 24px;
margin-bottom: 14px;
}
.theme-dark div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .time-text {
.theme-dark div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.theme-dark div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper > .time-text {
font-size: 12px;
line-height: 24px;
color: #d6d6d6;
color: #a8a8a8;
flex-shrink: 0;
cursor: pointer;
}
.theme-dark div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .memo-top-left-wrapper > .memo-type-img {
width: 11%;
height: 20px;
margin-left: 3px;
filter: invert(0.8);
}
.theme-dark div[data-type='memos_view'] .memo-wrapper > .memo-top-wrapper > .btns-container {
display: flex;
flex-direction: row;

@ -1,7 +1,7 @@
{
"inboxDir": "00.02 Inbox",
"openNewNote": true,
"youtubeNote": "[[ReadItLater]] [[Youtube]]\n\n# [%videoTitle%](%videoURL%)\n\n%videoPlayer%",
"youtubeNote": "---\n\nAlias: [\"\"]\nTag: [\"\"]\nDate: <% tp.date.now(\"YYYY-MM-DD\") %>\nDocType: \"WebClipping\"\nHierarchy:\nTimeStamp:\nLink: %videoURL%\nlocation:\nCollapseMetaTable: Yes\n\n---\n\nParent:: [[ReadItLater]]\n\n---\n\n&emsp;\n\n```button\nname Save\ntype command\naction Save current file\nid Save\n```\n^button-<% tp.file.title %>NSave\n\n&emsp;\n\n# %videoTitle%\n\n%videoPlayer%",
"twitterNote": "[[ReadItLater]] [[Tweet]]\n\n# [%tweetAuthorName%](%tweetURL%)\n\n%tweetContent%",
"parsableArticleNote": "---\n\nAlias: [\"\"]\nTag: [\"\"]\nDate: <% tp.date.now(\"YYYY-MM-DD\") %>\nDocType: \"WebClipping\"\nHierarchy:\nTimeStamp:\nLink: %articleURL%\nlocation:\nCollapseMetaTable: Yes\n\n---\n\nParent:: [[ReadItLater]]\n\n---\n\n&emsp;\n\n```button\nname Save\ntype command\naction Save current file\nid Save\n```\n^button-<% tp.file.title %>NSave\n\n&emsp;\n\n# %articleTitle%\n\n%articleContent%",
"notParsableArticleNote": "[[ReadItLater]] [[Article]]\n\n[%articleURL%](%articleURL%)",

@ -442,21 +442,14 @@
"06.02 Investments/VC Tasks.md": [
{
"title": "[[VC Tasks#internet alerts|monitor VC news and publications]]",
"time": "2022-02-18",
"time": "2022-02-25",
"rowNumber": 73
}
],
"06.02 Investments/Crypto Tasks.md": [
{
"title": "[[Crypto Tasks#internet alerts|monitor Crypto news and publications]]",
"time": "2022-02-18",
"rowNumber": 73
}
],
"06.02 Investments/Equity Tasks.md": [
{
"title": "[[Equity Tasks#internet alerts|monitor Equity news and publications]]",
"time": "2022-02-18",
"time": "2022-02-25",
"rowNumber": 73
}
],
@ -484,11 +477,25 @@
"title": "09:01 [[MRCK]], [[2022-02-16|Memo]]: Book ski trip for Meggi-mo's birthday",
"time": "2022-02-21",
"rowNumber": 85
}
],
"06.02 Investments/Equity Tasks.md": [
{
"title": "[[Equity Tasks#internet alerts|monitor Equity news and publications]]",
"time": "2022-02-25",
"rowNumber": 73
}
],
"00.01 Admin/Memos/2022-02-18.md": [
{
"title": "11:43 [[@Life Admin|Admin]], [[2022-02-18|Memo]]: assess the validity to appeal for the British natiralisation",
"time": "2022-02-26",
"rowNumber": 84
},
{
"title": "12:12 [[@Lifestyle|Lifestyle]], [[2022-02-16|Memo]]: contact Juliette Chevallier, Genève",
"time": "2022-02-18",
"rowNumber": 87
"title": "11:43 [[@Life Admin|Admin]], [[2022-02-18|Memo]]: Do FATCA/CRS declaration for HSBC UK",
"time": "2022-02-20",
"rowNumber": 85
}
]
},

File diff suppressed because one or more lines are too long

@ -4,12 +4,12 @@
"type": "split",
"children": [
{
"id": "3d17a4a8f59e28ce",
"id": "a9223736e28e22da",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "00.03 News/@News.md",
"file": "01.02 Home/@Main Dashboard.md",
"mode": "preview"
}
}
@ -76,7 +76,7 @@
"state": {
"type": "backlink",
"state": {
"file": "00.03 News/@News.md",
"file": "01.02 Home/@Main Dashboard.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -93,7 +93,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "00.03 News/@News.md",
"file": "01.02 Home/@Main Dashboard.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -123,14 +123,6 @@
"state": {}
}
},
{
"id": "5fcbbc80b85911be",
"type": "leaf",
"state": {
"type": "FANTASY_CALENDAR",
"state": {}
}
},
{
"id": "d7a1abfef454f63a",
"type": "leaf",
@ -154,21 +146,29 @@
"type": "DICE_ROLLER_VIEW",
"state": {}
}
},
{
"id": "9085f66151eb611f",
"type": "leaf",
"state": {
"type": "FANTASY_CALENDAR",
"state": {}
}
}
],
"currentTab": 3
},
"active": "3d17a4a8f59e28ce",
"active": "a9223736e28e22da",
"lastOpenFiles": [
"00.03 News/@News.md",
"01.02 Home/@Main Dashboard.md",
"00.01 Admin/Memos/2022-02-18.md",
"01.02 Home/@Shopping list.md",
"03.01 Reading list/@Reading master.md",
"00.06 Professional/The Company-Building Cornerstones Every Founder Needs to Focus On — Advice from HubSpot.md",
"00.06 Professional/Step-by-step How to grow a company culture.md",
"00.06 Professional/Sameer Huda - gunnercooke llp.md",
"00.06 Professional/Les 17 erreurs de management à ne pas commettre.md",
"00.06 Professional/A Black woman's guide to venture-capital fundraising How to pitch investors, build a support network, and raise millions..md",
"00.06 Professional/6 ways companies screw up their global expansion.md",
"00.05 Media/Moneyland.md",
"00.05 Media/Kids for Cash.md"
"03.01 Reading list/Frédéric de Hohenstaufen.md",
"01.01 Life Orga/@Life Admin.md",
"00.01 Admin/Memos/2022-02-17.md",
"00.03 News/What Is the Metaverse A Beginner's Guide to Tech's Latest Obsession.md",
"00.03 News/Understanding Argument Styles Is The Secret To A Happy Relationship.md",
"00.03 News/Whats the Matter with American Cities.md"
]
}

@ -82,7 +82,7 @@ This section does serve for quick memos.
%% ### %%
&emsp;
- 10:11 ![[Pasted Image 20220130101126.jpeg]]<br>Boubinou's fav' snack
- 10:11 ![[Pasted Image 20220130101126.jpeg]]<br>[[MRCK|Boubinou]]'s fav' snack
- [x] 12:38 [[@IT & Computer]], [[2022-01-30|Memo]]: Repair Toshiba hard drive 📅 2022-02-12 ✅ 2022-02-05
- [x] 15:20 [[@IT & Computer]], [[2022-01-30|Memo]]: Figure out how the Obsidian plugin called Remotely Save works or delete it 📅 2022-02-20 ✅ 2022-02-06
- 16:54 Check August Macke (1887-1914), impressionisme/fauvisme

@ -85,7 +85,7 @@ This section does serve for quick memos.
- [ ] 07:50 [[Selfhosting]], [[Server Cloud]], [[Nextcloud]], [[2022-02-16|Memo]]: upgrade Nextcloud 📆2022-03-06
- [ ] 09:01 [[MRCK]], [[2022-02-16|Memo]]: Book ski trip for Meggi-mo's birthday 📆2022-02-21
- [x] 11:59 [[@Lifestyle|Lifestyle]], [[2022-02-16|Memo]]: contact Raphson qui habite Zürich 📅 2022-02-18 ✅ 2022-02-16
- [ ] 12:12 [[@Lifestyle|Lifestyle]], [[2022-02-16|Memo]]: contact Juliette Chevallier, Genève 📆2022-02-18
- [x] 12:12 [[@Lifestyle|Lifestyle]], [[2022-02-16|Memo]]: contact Juliette Chevallier, Genève 📅 2022-02-19 ✅ 2022-02-18
---

@ -13,9 +13,9 @@ Stress: 40
FrontHeadBar: 5
EarHeadBar: 35
BackHeadBar: 45
Water: 1
Coffee:
Steps:
Water: 2.5
Coffee: 0
Steps: 5834
---

@ -0,0 +1,99 @@
---
Date: 2022-02-18
DocType: Note
Hierarchy:
TimeStamp:
location:
CollapseMetaTable: Yes
Sleep: 7.5
Happiness: 90
Gratefulness: 90
Stress: 40
FrontHeadBar: 5
EarHeadBar: 50
BackHeadBar: 20
Water: 2.5
Coffee: 1
Steps:
---
%% Parent:: [[@Life Admin]] %%
---
[[2022-02-17|<< Previous]] &emsp; &emsp; &emsp; &emsp; [[@Main Dashboard|Back]] &emsp; &emsp; &emsp; &emsp; [[2022-02-19|Next >>]]
---
&emsp;
```button
name Record today's health
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-2022-02-18Edit
```button
name Save
type command
action Save current file
id Save
```
^button-2022-02-18NSave
&emsp;
# 2022-02-18
&emsp;
```ad-abstract
title: Summary
collapse: open
Note Description
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Memos
&emsp;
#### Memos
This section does serve for quick memos.
&emsp;
%% ### %%
&emsp;
- [ ] 11:43 [[@Life Admin|Admin]], [[2022-02-18|Memo]]: assess the validity to appeal for the British natiralisation 📆2022-02-26
- [ ] 11:43 [[@Life Admin|Admin]], [[2022-02-18|Memo]]: Do FATCA/CRS declaration for HSBC UK 📆2022-02-20
---
&emsp;
### Notes
&emsp;
Loret ipsum
&emsp;
&emsp;

@ -1,7 +1,7 @@
---
Alias: [""]
Tag: [""]
Tag: ["Human", "Relationship", "Arguing"]
Date: 2022-02-17
DocType: "WebClipping"
Hierarchy:
@ -12,7 +12,7 @@ CollapseMetaTable: Yes
---
Parent:: [[ReadItLater]]
Parent:: [[@News|News]]
---
@ -24,7 +24,7 @@ type command
action Save current file
id Save
```
^button-Understanding Argument Styles Is The Secret To A Happy RelationshipNSave
^button-UnderstandingArgumentStylesSecretHappyRelationshipNSave
&emsp;

@ -1,7 +1,7 @@
---
Alias: [""]
Tag: [""]
Tag: ["Tech", "Metaverse"]
Date: 2022-02-17
DocType: "WebClipping"
Hierarchy:
@ -12,7 +12,7 @@ CollapseMetaTable: Yes
---
Parent:: [[ReadItLater]]
Parent:: [[@News|News]]
---
@ -24,7 +24,7 @@ type command
action Save current file
id Save
```
^button-What Is the Metaverse A Beginner's Guide to Tech's Latest ObsessionNSave
^button-WhatistheMetaverseBeginnerGuideTechLatestObsessionNSave
&emsp;

@ -0,0 +1,129 @@
---
Alias: [""]
Tag: ["Society", "City", "Living"]
Date: 2022-02-18
DocType: "WebClipping"
Hierarchy:
TimeStamp:
Link: https://commonedge.org/whats-the-matter-with-american-cities/?ref=refind
location:
CollapseMetaTable: Yes
---
Parent:: [[@News|News]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-WhattheMatterwithAmericanCitiesNSave
&emsp;
# Whats the Matter with American Cities?
For frequent travelers to Europe, it is frustrating to see the increasingly different urban conditions on the other side of the Atlantic. In Europe, cities are largely appreciated and embraced, and have turned into high-quality environments for inclusive and sustainable living. [Copenhagens bike lanes](https://www.businessinsider.com/copenhagen-is-hilariously-obsessed-with-bicycles-2015-8)—and, not too far away, [Oslos car-free downtown](https://www.thestar.com.my/lifestyle/living/2021/01/09/oslo-reaps-benefits-of-its-nearly-car-free-city-centre)—elicit admiring [blog posts](https://dutchamericano.com/2020/05/06/biking-in-the-netherlands-vs-the-us/) and [articles](https://www.businessinsider.com/copenhagen-is-hilariously-obsessed-with-bicycles-2015-8) on this side of the pond at a steady clip. Hollands pedestrian- and bike-friendly urban designs attract their own share of starry-eyed fans. [Berlin](https://e360.yale.edu/digest/berlin-looks-to-create-car-free-zone-larger-than-manhattan) is holding a referendum to exclude cars from its inner city, an area larger than Manhattan. In Madrid, the mayor who [restricted](https://www.theguardian.com/cities/2018/nov/30/its-the-only-way-forward-madrid-bans-polluting-vehicles-from-city-centre) cars from accessing the city center did [lose](https://english.elpais.com/elpais/2019/05/27/inenglish/1558948413_735223.html) reelection, but her successor was forced to halt his efforts to rescind those policies by a [groundswell of popular fury](https://www.bbc.com/news/world-europe-48814970). Milan is on a mission to become the [most bike-friendly city in Europe,](https://www.bloomberg.com/news/newsletters/2022-01-14/citylab-daily-milan-s-mission-to-become-cycling-capital-of-europe) with plans to build 750 kilometers (466 miles) of protected cycling lanes by 2035. Anne Hidalgo, the mayor of Paris, easily [won reelection](https://www.google.com/search?q=anne+hidalgo+reelected&sxsrf=AOaemvKFth0bSE2GGiVcS8w13J1H3l7HIw:1641250824056&source=lnms&sa=X&ved=2ahUKEwj2mevi15b1AhW0lHIEHWP7B5IQ_AUoAHoECAEQAg&biw=1429&bih=679&dpr=2) in 2020 after transforming Frances capital with measures like [converting](https://www.theguardian.com/cities/2016/sep/26/paris-council-approves-ban-vehicles-right-bank-seine-road) a thoroughfare along the Seine into a car-free riverbank path. (Shes been very [upfront](https://www.france24.com/en/france/20210514-paris-mayor-steps-up-green-city-goals-with-latest-car-ban-plan) about reducing the number of cars in Paris.) Copenhagen is on track to become the worlds first carbon-neutral city, and Vienna is exhibiting housing construction at a scale, quality, and sustainability level—and at a price—that makes much of the rest of the world gasp. People in Europe appreciate their cities and largely support new development that, overall, is making their lives better.
Meanwhile, in America, the situation is nearly the opposite, especially in western states, where [suburban housing is enjoying higher demand](https://www.mansionglobal.com/articles/demand-for-homes-in-the-burbs-endures-despite-a-rebound-in-sales-in-big-cities-01637697552) while urban living as an aspiration is on the decline. This is not surprising, since many cities fail to provide adequate housing, find portions of their population homeless, and continue to suffer debilitating traffic congestion. Worse, people remain mobilized against corrective action, as they fear that new development would likely only make matters worse.
Usually, people shrug off such diametrically opposed urban preferences as “were just different,” a meaningless explanation for why U.S. cities cannot become better. But the factual underpinnings tell of more serious circumstances. U.S. cities are so wildly unsustainable that their unaltered continuation jeopardizes citizens quality of life. 
[![](https://commonedge.org/wp-content/uploads/2022/02/density-and-transport-renergy-graph.jpg)](http://commonedge.org/wp-content/uploads/2022/02/density-and-transport-renergy-graph.jpg)
Research shows that the average resident in a typical western U.S. city, such as Los Angeles or Phoenix, contributes approximately six times more carbon to the atmosphere per capita than an average European city resident. Singapore, Tokyo and Hong Kong have even lower carbon footprints. And since the state of California lists transportation as the most significant cause of carbon output, this makes the differences between cities on both sides of the Atlantic not just a personal choice, but one of the key drivers for why the planet could become less habitable for humans in the future.
Apart from laying claim to the title “city,” U.S. and European cities share less and less in common as the years go by. 
How did we get here?
The difference in the carbon footprint is primarily a result of the preferred urban mobility model. Cities configure themselves around their most prevalent transportation and choose layout, neighborhood, and building typologies accordingly. The two dominant options are either automobiles or some combination of walking/biking/public transportation. And in the U.S., the two do not mix.
The insistence on optimizing spaces for the automobile or not is the fork in the road that separates European and American cities. About a century ago, before cars, cities operated on remarkably similar rules worldwide. There were, of course, different design strategies on how to adapt to a local climate, or how to be creative with locally available building materials, and contextual design responses produced amazingly unique urban places. But at a basic level, cities included walkable streets, blocks with inner courtyards, and plazas and parks. Brooklyn, London, and Barcelona may look very different, but they evolved from a common urban DNA.
The progressive design movement that arose after World War I maligned traditional cities, often associated them with worker exploitations, and regarded them as instruments of oppression and sources of widespread misery. Early modern design philosophy idealized breaking free from traditions and strove to create the freedom of space flowing freely between and around buildings. This then also allowed for the freedom of movement for the newly invented automobiles, at the time also associated with a progressive future. The new design paradigm manifested itself in freestanding individual houses, initially showcased through examples from famous architects (e.g. [Weissenhofsiedlung Stuttgart](https://architecturalvisits.com/en/weissenhof-le-corbusier/)), and in freestanding towers that were intended to take over most functions of traditional cities for multifamily living (i.e., [Plan Voisin for Paris](http://www.fondationlecorbusier.fr/corbuweb/morpheus.aspx?sysId=13&IrisObjectId=6159&sysLanguage=en-en&itemPos=2&itemCount=2&sysParentName=Home&sysParentId=65), by Le Corbusier, and his [Unité dHabitation](https://www.dezeen.com/2014/09/15/le-corbusier-unite-d-habitation-cite-radieuse-marseille-brutalist-architecture/), below).
[![](https://commonedge.org/wp-content/uploads/2022/02/Corbusierhaus_Berlin_via-wikipedia.jpg)](http://commonedge.org/wp-content/uploads/2022/02/Corbusierhaus_Berlin_via-wikipedia.jpg)
Image via Wikipedia.
After World War II, both Europe and America embraced modern urban design and made room in their older cities for free-flowing space and automobile movement to take hold. In older U.S. cities, this often happened in the name of “urban renewal.” In the western U.S., there was often so much open space available that cities could simply expand into it, based on the new paradigm. Although suburbia was officially invented on Long Island, New York, it was the California Case Study Houses that supercharged vast developments sprawling over the western states as “progressive” postwar urban solutions. 
[![](https://commonedge.org/wp-content/uploads/2022/02/stahlhouse-via-lamag.jpg)](http://commonedge.org/wp-content/uploads/2022/02/stahlhouse-via-lamag.jpg)
The Stahl Residence, a Case Study House, via the LA Times.
Europe, lacking so much open space, initially focused on the freestanding towers in the park. In 1957, Berlin, Germany, held an [international building exhibit](https://hansaviertel.berlin/en/interbau-1957/geschichte-der-interbau-1957/) in which top modern architects of the time could demonstrate how such a new form of city would look and perform.
[![](https://commonedge.org/wp-content/uploads/2022/02/f_via-horst-siegmann.jpg)](http://commonedge.org/wp-content/uploads/2022/02/f_via-horst-siegmann.jpg)
Interbau housing development, Berlin, 1957. Photo by Horst Siegmann.
In Europe, the new urban models quickly declined in popularity. Sprawl was deemed to ruin the open countryside, and towers surrounded by cars in the older cities created massive traffic congestions and unpleasant cities. By the mid-1980s, Europe had largely turned against the “modern” urban paradigm. Traditional cities had never included free-flowing space, but defined walkable streets and protected open space in the form of courtyards, plazas, parks, etc. And in Europe, many of those older cities continued to exist, and they could be comparable to the new modern ones, and urban traditions quickly regained popular appeal.
In response, Berlin again instituted another [International Building Exhibit](https://architectureinberlin.wordpress.com/2008/04/12/the-berlin-iba-1987/), in 1987, to refocus on traditional cities as urban form, albeit with modern technology and modern building designs. The event was a smashing success, as it created a way forward toward modern cities based on timeless urban principles. It was hugely influential and inspired urban rethinking far beyond Germanys borders.
In the U.S., one reaction to modern urban planning is New Urbanism. It has had some successes—such as [Seaside, Florida](https://seasidefl.com/), [Westminster, Colorado](https://www.downtownwestminster.us/), and [Mueller, Texas](https://www.cnu.org/what-we-do/build-great-places/mueller)—but in order to make the traditional urban framework easier to accept for DOT-brainwashed cities, it initially attached itself to a “theme park style” of traditional building designs. Even with that, the return to traditional urban form was never broadly accepted. However, the use of traditional building _design_ became a smashing success. Today its easy to find cities that use DOT-style suburban land and transportation planning while mandating traditional European building design. 
[![](https://commonedge.org/wp-content/uploads/2022/02/city-of-calabasas.jpg)](http://commonedge.org/wp-content/uploads/2022/02/city-of-calabasas.jpg)
City of Calabasas, California, via Wikipedia.
America thus largely doubled down on what made it the envied postwar superpower: the promise of a freestanding house for everybody, car included, with impressive skylines in the distant downtowns. The early 1990s was the moment when European and U.S. cities diverged into alternate futures.
Today, one can observe how each side turned out. European cities began a restorative period that resulted in urban places that are much admired today. They lead the fight against climate change and have become enviable examples of compact living the world over. Theyre places of both technological and cultural innovation and deliver modern urban environments based on traditional principles.
[![](https://commonedge.org/wp-content/uploads/2022/02/LA-via-richard-vogel-AP.jpg)](http://commonedge.org/wp-content/uploads/2022/02/LA-via-richard-vogel-AP.jpg)
A tent city in Los Angeles, via the LA Times.
In contrast, U.S. cities, especially in the Southwest, seem to attract an ever-growing collection of random problems—congestion, homelessness, displacement, housing shortage, rent escalation, construction cost escalation, escalating carbon footprints per capita—each in desperate need of a solution. Residents, meanwhile, find themselves in a “city” few of them love, but they still object to change thanks to NIMBY fears that doing so will only make things worse.
What can be done about it?
There is a simplistic, but authentic answer: one could design and build new U.S. neighborhoods people would like to live in, and at rates they can afford. This is not hyperbole. Situations like this exist elsewhere in the world. There are current urban models being exhibited in several European cities, but they also occur in other countries. What can be learned from them and duplicated within the U.S. to generate similar results?
[![](https://commonedge.org/wp-content/uploads/2022/02/wien-3420-aspern-development-ag_gat_bildschirmfoto2017-02-27um174243png.png)](http://commonedge.org/wp-content/uploads/2022/02/wien-3420-aspern-development-ag_gat_bildschirmfoto2017-02-27um174243png.png)
Wein Aspern Development, AG. Schafft Wohnbau Quartiere.
Southern California must finally recognize the connection between urban form and climate change. This link is not casual, but _causal_. Urban development that perpetuates the use of automobiles is a major driver of climate change. There are, of course, whole industries trying to convince us that we can go on living as we are, and that electric cars will make it all good.
Stopping and eventually reversing climate change will require a paradigm shift for U.S. cities, and that must start now. Society should not continue to tolerate communities that will forever require driving longer and longer distances. U.S. cities must wean themselves off of cars. How can suburbs be transitioned into the walkable cities many people say they would like to live in?
As a first step, cities need to offer convenient alternatives to cars and then get people to think about their choices instead of simply reaching for their car keys. Demotorization works. In place of traffic, it offers neighborly streets and vibrant city centers. Copenhagens decision to create pedestrian streets in the city center has transformed it into an outdoor theater, filled with celebration and spectacle, even in winter. Cars need not be gotten rid of altogether—what cities need are mobility choices and for people to change the way they think about travel.
[![](https://commonedge.org/wp-content/uploads/2022/02/copenghagen-via-flickr.jpg)](http://commonedge.org/wp-content/uploads/2022/02/copenghagen-via-flickr.jpg)
Copenhagen, Stroget.
A common American response to demotorization is the claim that they “over there” have a walking and cycling culture and we dont, and therefore such things are impossible here in the U.S., no matter where “here” might be for someone. However, Dutch transport culture wasnt pre-existing or inherent, [it was created](https://islandpress.org/books/curbing-traffic): From the 1970s on, car culture was incrementally and deliberately restrained; streets were redesigned; planning codes were adapted; urban space was reclaimed from cars.
Some U.S. cities have begun modifying streets along the same lines as their European counterparts. But this is so much harder to do because the streets in Europe and the U.S. are lined with completely different types of buildings. In most western U.S. cities, not only does the street space itself need to be reimagined, but different buildings need to be built along those corridors for that to be successful.
This is where fresh ideas are needed. There is a proud history of architecture taking the lead to innovate and envision situations that had not existed before. “Architecture in society today is too collaborative to the commercial world,” [Yansong Ma told Dezeen](https://www.dezeen.com/2017/08/01/ma-yansong-video-interview-ribe-international-conference-architects-visionary-future-ideas-movie/) during a 2017 conference. “We need architects to be visionaries (again).”
The 20th century was a fertile ground for exactly this. From the early metropolis to the [Garden City](https://www.archdaily.com/961275/what-are-garden-cities), from Le Corbusiers [Plan Voisin](https://en.wikipedia.org/wiki/Plan_Voisin) to Frank Lloyd Wrights [Broadacre City](https://franklloydwright.org/revisiting-frank-lloyd-wrights-vision-broadacre-city/), from Archigrams [Walking Cities](https://medium.com/@emilyrowlings/a-walking-city-archigram-and-ron-herron-7dbf2c8fae99#:~:text=5%20min%20read-,%27A%20Walking%20City%27%20%E2%80%94%20Archigram%20and%20Ron%20Herron,Living%20Pod%2C%20and%20Instant%20City.) to Paolo Soleris [Arcosanti](https://www.architecturaldigest.com/story/paolo-soleri-arcosanti-arizona), architects used to be generators of bold ideas. Today the profession has largely abandoned such bold creativity. Is there a professional consensus that indicates that suburbia represents a logical end point of an evolutionary arc? Can society no longer imagine a better world after this? Do Americans just need to accept extra-wide streets choked full of cars, and sometimes homeless people, because we cannot muster a mechanism to change this?
[![](https://commonedge.org/wp-content/uploads/2022/02/walking-city-via-ron-herron.jpg)](http://commonedge.org/wp-content/uploads/2022/02/walking-city-via-ron-herron.jpg)
Its questionable if the architectural profession alone really could do the heavy innovative lifting with a private industry that is incentivized to be averse to it. For innovation to flourish, genuine collaboration between the private sector, governments, and the design profession will be essential.
There are two different ways to move forward. One is a linear method to extrapolate and optimize what already exists. That process has resulted in precious little to date. But then there is design thinking. [Design thinking](https://en.wikipedia.org/wiki/Design_thinking) is a term used to represent a set of cognitive, strategic, and practical processes by which design concepts are developed through feedback loop of ideation, exploration, prototyping and verifying measure.
Design thinking is applied to urban design through rapid urban prototyping, and as such through the primary tried and proven vehicle of [international building exhibitions](https://www.internationale-bauausstellungen.de/en/), which have had a successful track record for more than a century. They are increasingly looked at internationally as a primary driver for change. The leader of the Vienna exhibition, Kurt Hofstetter, describes it as “what you create when you no longer know what to do.” This is the exact situation most western U.S. cities find themselves in right now.
There are so many aspects of city building and building design that are in desperate need of innovation. U.S. cities do not use the same urban principles, mobility mechanisms, building types, ownership models, financing mechanisms and construction technologies as their European counterparts. A lot of that has to do with a built-in inertia in U.S. regulatory and financing mechanisms. This is where government needs to intervene.
State governments should create urban invention labs and create frameworks for liability protection. There should be incentives for communities to embrace such innovation zones. It does not matter for climate change, which communities see better urban design as a mechanism to improve their situation. It just matters that many of them do and show to their surrounding cities a positive way forward.
There are a plethora of western U.S. cities struggling with current conditions that are not aware of mechanisms that can create urgent, but lasting, positive change. Many of them are discouraged by the often-furious backlash that occurs if they attempt to modify even a very small aspect of their current condition. The irony of this is that if changes are small and tenuous, they can easily be squashed by the staggering inertia of the status quo. What cities need is a tried and proven way to embark on a path of change and innovation and stay on it. If humans want to continue to live prosperous lives on a planet with a climate suitable for humans to prosper, there is really no time to waste.
_Featured image: Copenhagen, via WordPress._

@ -25,7 +25,7 @@ Parent:: [[@@Life Organisation|Life Organisation]]
<center>
<h6>Progress bar</h6>
<progress max="100" value="33"></progress>
<progress max="100" value="66"></progress>
</center>
---

@ -56,24 +56,24 @@ style: number
- [x] ☕ Coffee ✅ 2022-02-06
- [x] 🍶 Coke 0 ✅ 2022-02-15
- [ ] 🧃 Apfelschorle
- [ ] 🍊 Morning juice
- [ ] 🍿 Snacks
- [ ] 🧈 Beurre
- [x] 🍊 Morning juice ✅ 2022-02-18
- [x] 🍿 Snacks ✅ 2022-02-18
- [x] 🧈 Beurre ✅ 2022-02-18
- [x] 🫒 Olive oil ✅ 2022-02-06
- [x] 🌭 Mustard ✅ 2022-02-07
- [x] 🥫 Sauces (Ketchup, bbq, etc..) ✅ 2022-02-06
- [x] 🌶️ Tabasco ✅ 2022-02-06
- [x] 🥯 Bread ✅ 2022-02-15
- [x] 🥯 Bread ✅ 2022-02-18
- [ ] 🍯 Honey/Jam
- [x] 🍫 Nutella ✅ 2022-02-15
- [x] 🍐 Fruit ✅ 2022-02-15
- [x] 🍌 Bananas ✅ 2022-02-15
- [ ] 🍅 vegetables
- [x] 🍅 vegetables ✅ 2022-02-18
- [x] 🧅 onions ✅ 2022-02-15
- [x] 🧄 garlic ✅ 2022-02-06
- [x] 🧀 Fromage ✅ 2022-02-15
- [x] 🥩 Cured meat ✅ 2022-02-07
- [ ] 🍖 Fresh meat
- [x] 🧀 Fromage ✅ 2022-02-18
- [x] 🥩 Cured meat ✅ 2022-02-18
- [x] 🍖 Fresh meat ✅ 2022-02-18
- [x] 🍝 Pasta ✅ 2022-02-06
- [x] 🍚 Rice ✅ 2022-02-07
- [x] 🥔 Potatoes ✅ 2022-02-07

@ -74,4 +74,8 @@
2022/02/15 Migros
expenses:Current expenses:CHF CHF25.80
assets:Cash:CHF
2022/02/18 Migros
expenses:Current expenses:CHF CHF42.00
assets:Cash:CHF

@ -71,7 +71,8 @@ All tasks and to-dos Crypto-related.
[[#^Top|TOP]]
&emsp;
- [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-18
- [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-25
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-18 ✅ 2022-02-18
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-12 ✅ 2022-02-11
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-11 ✅ 2022-02-11
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2022-02-04 ✅ 2022-02-04

@ -71,7 +71,9 @@ Note summarising all tasks and to-dos for Listed Equity investments.
[[#^Top|TOP]]
&emsp;
- [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-18
- [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-25
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-19 ✅ 2022-02-18
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-18 ✅ 2022-02-18
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-12 ✅ 2022-02-11
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-11 ✅ 2022-02-11
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2022-02-04 ✅ 2022-02-04

@ -71,7 +71,8 @@ Tasks and to-dos for VC investments.
[[#^Top|TOP]]
&emsp;
- [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-18
- [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-25
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-18 ✅ 2022-02-18
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-12 ✅ 2022-02-11
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-11 ✅ 2022-02-11
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2022-02-04 ✅ 2022-02-04

Loading…
Cancel
Save