diff --git a/.obsidian/workspace b/.obsidian/workspace index 375b2ff13..9b33b8f79 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -22,7 +22,7 @@ { "id": "eeddb07932783526", "type": "leaf", - "dimension": 12.912712204250768, + "dimension": 6.456356102125384, "state": { "type": "markdown", "state": { @@ -31,6 +31,18 @@ } } }, + { + "id": "0034c5d8b96c70cd", + "type": "leaf", + "dimension": 6.456356102125384, + "state": { + "type": "markdown", + "state": { + "file": "flask.md", + "mode": "source" + } + } + }, { "id": "5b0a728f8b5ceed7", "type": "leaf", @@ -162,7 +174,7 @@ "state": { "type": "backlink", "state": { - "file": "tmux resize.md", + "file": "flask.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -179,7 +191,7 @@ "state": { "type": "outline", "state": { - "file": "tmux resize.md" + "file": "flask.md" } } } @@ -190,17 +202,17 @@ "width": 300, "collapsed": true }, - "active": "5b0a728f8b5ceed7", + "active": "0034c5d8b96c70cd", "lastOpenFiles": [ - "tmux resize.md", - "tmux.md", + "flask.md", "2021-05-13.md", + "tmux resize.md", + "file handler.md", + "tmux.md", "moa is broken.md", "moa.party.md", "do.md", "Agora Elinor Ostrom.md", - "kenzo tange.md", - "experiment framework.md", - "file handler.md" + "kenzo tange.md" ] } \ No newline at end of file diff --git a/2021-05-13.md b/2021-05-13.md index 49e6abaa6..0497fc238 100644 --- a/2021-05-13.md +++ b/2021-05-13.md @@ -8,5 +8,8 @@ - [[cosmos network]] - [[chorus one]] - [[do]] + - [[moa]] + - [[agora server]] +- [[flask]] - [[tmux resize]] - [[self defense]] and [[satyagraha]]: compatible or not? \ No newline at end of file diff --git a/flask.md b/flask.md index 6ae9cb222..53d8dc6a7 100644 --- a/flask.md +++ b/flask.md @@ -1,9 +1,10 @@ # Flask - A [[web development]] [[micro]] [[framework]] for [[python]]. - - Includes nice routing, sufficient to implement [[sensible urls]]. - - The [[agora]] is [[flask]] based. -- [[go]] flask.palletsprojects.com -- [[wikipedia]] https://en.wikipedia.org/wiki/Flask_(web_framework) + - Includes nice routing, sufficient to implement [[sensible urls]]. + - The [[agora server]] is [[flask]] based. + - [[go]] flask.palletsprojects.com + - [[wikipedia]] https://en.wikipedia.org/wiki/Flask_(web_framework) + - [[config]] https://flask.palletsprojects.com/en/1.1.x/config/