crypto plugin v0.1

main
iOS 3 years ago
parent 40b290f418
commit a3c90e6288

@ -1,4 +1 @@
{ {}
"alwaysUpdateLinks": true,
"newFileLocation": "current"
}

@ -1,20 +1,4 @@
{ {
"baseFontSize": 16, "baseFontSize": 16,
"translucency": true,
"enabledCssSnippets": [
"checkbox",
"realistic-highlight",
"inline-block-embeds",
"colour-blocks",
"tableStyle",
"BackToTop",
"folder_icon",
"blockquotes",
"bulletp_relationship",
"hyphenation_justification",
"folder_4_icon",
"custom_icons_frontmatter_tags",
"Cards"
],
"cssTheme": "Things" "cssTheme": "Things"
} }

@ -45,5 +45,6 @@
"obsidian-sortable", "obsidian-sortable",
"obsidian-activity-history", "obsidian-activity-history",
"obsidian-stopwatch-plugin", "obsidian-stopwatch-plugin",
"obsidian-react-components" "obsidian-react-components",
"obsidian-style-settings"
] ]

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"id":"big-calendar","name":"Obsidian Big Calendar","description":"A Big Calendar for Obsidian","version":"0.2.1","author":"Bonianll","authorUrl":"https://github.com/Quorafind/","isDesktopOnly":false,"minAppVersion":"0.12.8"}

@ -0,0 +1,599 @@
.rbc-btn {
color: inherit;
font: inherit;
margin: 0; }
button.rbc-btn {
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer; }
button[disabled].rbc-btn {
cursor: not-allowed; }
button.rbc-input::-moz-focus-inner {
border: 0;
padding: 0; }
.rbc-calendar {
box-sizing: border-box;
height: 100%;
display: flex;
flex-direction: column;
align-items: stretch; }
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
box-sizing: inherit; }
.rbc-abs-full, .rbc-row-bg {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.rbc-rtl {
direction: rtl; }
.rbc-off-range {
color: #999999; }
.rbc-off-range-bg {
background: #e6e6e6; }
.rbc-header {
overflow: hidden;
flex: 1 0 0%;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 3px;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 90%;
min-height: 0;
border-bottom: 1px solid #DDD; }
.rbc-header + .rbc-header {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-header + .rbc-header {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
color: inherit;
text-decoration: none; }
.rbc-row-content {
position: relative;
user-select: none;
-webkit-user-select: none;
z-index: 4; }
.rbc-row-content-scrollable {
display: flex;
flex-direction: column;
height: 100%; }
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
height: 100%;
overflow-y: scroll;
/* Hide scrollbar for Chrome, Safari and Opera */
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */ }
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
display: none; }
.rbc-today {
background-color: #eaf6ff; }
.rbc-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 10px;
font-size: 16px; }
.rbc-toolbar .rbc-toolbar-label {
flex-grow: 1;
padding: 0 10px;
text-align: center; }
.rbc-toolbar button {
color: #373a3c;
display: inline-block;
margin: 0;
text-align: center;
vertical-align: middle;
background: none;
background-image: none;
border: 1px solid #ccc;
padding: .375rem 1rem;
border-radius: 4px;
line-height: normal;
white-space: nowrap; }
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
color: #373a3c;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.rbc-toolbar button:focus {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-toolbar button:hover {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-btn-group {
display: inline-block;
white-space: nowrap; }
.rbc-btn-group > button:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-btn-group > button:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-btn-group > button:not(:first-child):not(:last-child) {
border-radius: 0; }
.rbc-btn-group button + button {
margin-left: -1px; }
.rbc-rtl .rbc-btn-group button + button {
margin-left: 0;
margin-right: -1px; }
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
margin-left: 10px; }
.rbc-event, .rbc-day-slot .rbc-background-event {
border: none;
box-sizing: border-box;
box-shadow: none;
margin: 0;
padding: 2px 5px;
background-color: #3174ad;
border-radius: 5px;
color: #fff;
cursor: pointer;
width: 100%;
text-align: left; }
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
cursor: inherit;
pointer-events: none; }
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
background-color: #265985; }
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
outline: 5px auto #8ea1b6; }
.rbc-event-label {
font-size: 80%; }
.rbc-event-overlaps {
box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }
.rbc-event-continues-prior {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-event-continues-after {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-event-continues-earlier {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.rbc-event-continues-later {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.rbc-row {
display: flex;
flex-direction: row; }
.rbc-row-segment {
padding: 0 1px 1px 1px; }
.rbc-selected-cell {
background-color: rgba(0, 0, 0, 0.1); }
.rbc-show-more {
background-color: rgba(255, 255, 255, 0.3);
z-index: 4;
font-weight: bold;
font-size: 85%;
height: auto;
line-height: normal; }
.rbc-month-view {
position: relative;
border: 1px solid #DDD;
display: flex;
flex-direction: column;
flex: 1 0 0;
width: 100%;
user-select: none;
-webkit-user-select: none;
height: 100%; }
.rbc-month-header {
display: flex;
flex-direction: row; }
.rbc-month-row {
display: flex;
position: relative;
flex-direction: column;
flex: 1 0 0;
flex-basis: 0px;
overflow: hidden;
height: 100%; }
.rbc-month-row + .rbc-month-row {
border-top: 1px solid #DDD; }
.rbc-date-cell {
flex: 1 1 0;
min-width: 0;
padding-right: 5px;
text-align: right; }
.rbc-date-cell.rbc-now {
font-weight: bold; }
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
color: inherit;
text-decoration: none; }
.rbc-row-bg {
display: flex;
flex-direction: row;
flex: 1 0 0;
overflow: hidden; }
.rbc-day-bg {
flex: 1 0 0%; }
.rbc-day-bg + .rbc-day-bg {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-overlay {
position: absolute;
z-index: 5;
border: 1px solid #e5e5e5;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
padding: 10px; }
.rbc-overlay > * + * {
margin-top: 1px; }
.rbc-overlay-header {
border-bottom: 1px solid #e5e5e5;
margin: -10px -10px 5px -10px;
padding: 2px 10px; }
.rbc-agenda-view {
display: flex;
flex-direction: column;
flex: 1 0 0;
overflow: auto; }
.rbc-agenda-view table.rbc-agenda-table {
width: 100%;
border: 1px solid #DDD;
border-spacing: 0;
border-collapse: collapse; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
padding: 5px 10px;
vertical-align: top; }
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
padding-left: 15px;
padding-right: 15px;
text-transform: lowercase; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
border-top: 1px solid #DDD; }
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
padding: 3px 5px;
text-align: left;
border-bottom: 1px solid #DDD; }
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
text-align: right; }
.rbc-agenda-time-cell {
text-transform: lowercase; }
.rbc-agenda-time-cell .rbc-continues-after:after {
content: ' »'; }
.rbc-agenda-time-cell .rbc-continues-prior:before {
content: '« '; }
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
white-space: nowrap; }
.rbc-agenda-event-cell {
width: 100%; }
.rbc-time-column {
display: flex;
flex-direction: column;
min-height: 100%; }
.rbc-time-column .rbc-timeslot-group {
flex: 1; }
.rbc-timeslot-group {
border-bottom: 1px solid #DDD;
min-height: 40px;
display: flex;
flex-flow: column nowrap; }
.rbc-time-gutter,
.rbc-header-gutter {
flex: none; }
.rbc-label {
padding: 0 5px; }
.rbc-day-slot {
position: relative; }
.rbc-day-slot .rbc-events-container {
bottom: 0;
left: 0;
position: absolute;
right: 0;
margin-right: 10px;
top: 0; }
.rbc-day-slot .rbc-events-container.rbc-rtl {
left: 10px;
right: 0; }
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
border: 1px solid #265985;
display: flex;
max-height: 100%;
min-height: 20px;
flex-flow: column wrap;
align-items: flex-start;
overflow: hidden;
position: absolute; }
.rbc-day-slot .rbc-background-event {
opacity: 0.75; }
.rbc-day-slot .rbc-event-label {
flex: none;
padding-right: 5px;
width: auto; }
.rbc-day-slot .rbc-event-content {
width: 100%;
flex: 1 1 0;
word-wrap: break-word;
line-height: 1;
height: 100%;
min-height: 1em; }
.rbc-day-slot .rbc-time-slot {
border-top: 1px solid #f7f7f7; }
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
position: sticky;
left: 0;
background-color: white;
border-right: 1px solid #DDD;
z-index: 10;
margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
min-width: auto;
flex: 1 0 0;
flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
display: none; }
.rbc-time-view-resources .rbc-day-slot {
min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
width: 140px;
flex: 1 1 0;
flex-basis: 0 px; }
.rbc-time-header-content + .rbc-time-header-content {
margin-left: -1px; }
.rbc-time-slot {
flex: 1 0 0; }
.rbc-time-slot.rbc-now {
font-weight: bold; }
.rbc-day-header {
text-align: center; }
.rbc-slot-selection {
z-index: 10;
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 75%;
width: 100%;
padding: 3px; }
.rbc-slot-selecting {
cursor: move; }
.rbc-time-view {
display: flex;
flex-direction: column;
flex: 1;
width: 100%;
border: 1px solid #DDD;
min-height: 0; }
.rbc-time-view .rbc-time-gutter {
white-space: nowrap; }
.rbc-time-view .rbc-allday-cell {
box-sizing: content-box;
width: 100%;
height: 100%;
position: relative; }
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
border-left: 1px solid #DDD; }
.rbc-time-view .rbc-allday-events {
position: relative;
z-index: 4; }
.rbc-time-view .rbc-row {
box-sizing: border-box;
min-height: 20px; }
.rbc-time-header {
display: flex;
flex: 0 0 auto;
flex-direction: row; }
.rbc-time-header.rbc-overflowing {
border-right: 1px solid #DDD; }
.rbc-rtl .rbc-time-header.rbc-overflowing {
border-right-width: 0;
border-left: 1px solid #DDD; }
.rbc-time-header > .rbc-row:first-child {
border-bottom: 1px solid #DDD; }
.rbc-time-header > .rbc-row.rbc-row-resource {
border-bottom: 1px solid #DDD; }
.rbc-time-header-cell-single-day {
display: none; }
.rbc-time-header-content {
flex: 1;
display: flex;
min-width: 0;
flex-direction: column;
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-time-header-content {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-time-header-content > .rbc-row.rbc-row-resource {
border-bottom: 1px solid #DDD;
flex-shrink: 0; }
.rbc-time-content {
display: flex;
flex: 1 0 0%;
align-items: flex-start;
width: 100%;
border-top: 2px solid #DDD;
overflow-y: auto;
position: relative; }
.rbc-time-content > .rbc-time-gutter {
flex: none; }
.rbc-time-content > * + * > * {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-time-content > * + * > * {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-time-content > .rbc-day-slot {
width: 100%;
user-select: none;
-webkit-user-select: none; }
.rbc-current-time-indicator {
position: absolute;
z-index: 3;
left: 0;
right: 0;
height: 1px;
background-color: #74ad31;
pointer-events: none; }
.rbc-addons-dnd .rbc-addons-dnd-row-body {
position: relative; }
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
position: absolute;
top: 0;
left: 0;
right: 0; }
.rbc-addons-dnd .rbc-addons-dnd-over {
background-color: rgba(0, 0, 0, 0.3); }
.rbc-addons-dnd .rbc-event {
transition: opacity 150ms; }
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
display: block; }
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
opacity: 0; }
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
opacity: .50; }
.rbc-addons-dnd .rbc-addons-dnd-resizable {
position: relative;
width: 100%;
height: 100%; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
width: 100%;
text-align: center;
position: absolute; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
top: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
bottom: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
display: none;
border-top: 3px double;
margin: 0 auto;
width: 10px;
cursor: ns-resize; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
position: absolute;
top: 4px;
bottom: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
left: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
right: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
display: none;
border-left: 3px double;
margin-top: auto;
margin-bottom: auto;
height: 10px;
cursor: ew-resize; }
.example-warper {
width: 100%;
padding: 20px 5%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
border: 1px #cfcece dashed;
}

@ -181,7 +181,7 @@
"offset": 2 "offset": 2
}, },
"current": { "current": {
"day": 9, "day": 12,
"month": 0, "month": 0,
"year": 2022 "year": 2022
}, },
@ -660,12 +660,7 @@
"month": 2, "month": 2,
"day": 31 "day": 31
}, },
"category": "ID_3b8a489a19da", "category": "ID_3b8a489a19da"
"end": {
"year": 2022,
"month": 2,
"day": 31
}
}, },
{ {
"id": "ID_8bea89a97bb8", "id": "ID_8bea89a97bb8",
@ -1149,7 +1144,7 @@
"name": "Task" "name": "Task"
} }
], ],
"date": 1641683884526, "date": 1642008180133,
"displayWeeks": false "displayWeeks": false
} }
], ],

@ -12,8 +12,8 @@
"checkpointList": [ "checkpointList": [
{ {
"path": "/", "path": "/",
"date": "2022-01-09", "date": "2022-01-12",
"size": 699997 "size": 702328
} }
], ],
"activityHistory": [ "activityHistory": [
@ -26,7 +26,19 @@
}, },
{ {
"date": "2022-01-09", "date": "2022-01-09",
"value": 12053 "value": 12082
},
{
"date": "2022-01-10",
"value": 52
},
{
"date": "2022-01-11",
"value": 222
},
{
"date": "2022-01-12",
"value": 2524
} }
] ]
} }

@ -1,4 +1,4 @@
{ {
"defaultBase": "EOS", "defaultBase": "BTC",
"defaultTarget": "USD" "defaultTarget": "USD"
} }

@ -0,0 +1,3 @@
{
"things-style@@macOS-translucent": false
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "0.4.4",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

@ -1,5 +1,6 @@
{ {
"pluginList": [ "pluginList": [
"Quorafind/Obsidian-Big-Calendar",
"SkepticMystic/email-templates", "SkepticMystic/email-templates",
"nothingislost/obsidian-cooklang-importer", "nothingislost/obsidian-cooklang-importer",
"dbarenholz/obsidian-plaintext", "dbarenholz/obsidian-plaintext",

File diff suppressed because one or more lines are too long

@ -12,4 +12,11 @@ blockquote p {
/* Remove blockquote left margin */ /* Remove blockquote left margin */
blockquote { blockquote {
margin-inline-start: 0; margin-inline-start: 0;
}
/* signature inside the blockquote*/
.signature {
font-family: "SignPainter"; /**Choose a cursive font */
text-align: right;
font-size:20px;
} }

@ -1,10 +1,10 @@
{ {
"main": { "main": {
"id": "636b3c6897009343", "id": "64c684ba3362f5af",
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "0204ce7a98b762a7", "id": "aad0b35b96a343f9",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
@ -18,11 +18,11 @@
"direction": "vertical" "direction": "vertical"
}, },
"left": { "left": {
"id": "b0310d40c7c28315", "id": "99dc629106d278d7",
"type": "mobile-drawer", "type": "mobile-drawer",
"children": [ "children": [
{ {
"id": "1dfc3b2b8716c325", "id": "fb28523c9cf8d264",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "file-explorer", "type": "file-explorer",
@ -30,7 +30,7 @@
} }
}, },
{ {
"id": "bdb74d04c8aded01", "id": "4930b54e36ed97cb",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "search", "type": "search",
@ -45,7 +45,7 @@
} }
}, },
{ {
"id": "b390c4c0a9a72f16", "id": "8258de067e43817d",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "tag", "type": "tag",
@ -56,7 +56,7 @@
} }
}, },
{ {
"id": "75530033a4add894", "id": "912b1b2637409e9b",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "VIEW_TYPE_LONGFORM_EXPLORER", "type": "VIEW_TYPE_LONGFORM_EXPLORER",
@ -67,11 +67,11 @@
"currentTab": 0 "currentTab": 0
}, },
"right": { "right": {
"id": "901f0677c871de02", "id": "ae950596f09119d8",
"type": "mobile-drawer", "type": "mobile-drawer",
"children": [ "children": [
{ {
"id": "99d0af3c81398a1c", "id": "dcf62e26e680e2a4",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "backlink", "type": "backlink",
@ -88,15 +88,7 @@
} }
}, },
{ {
"id": "86a095cebfd3c99f", "id": "1e82a65b9a304df5",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
},
{
"id": "bdb116a88affbdc8",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "reminder-list", "type": "reminder-list",
@ -104,31 +96,35 @@
} }
}, },
{ {
"id": "f607db62bce7f23a", "id": "6dba39732c560654",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "FANTASY_CALENDAR", "type": "outgoing-link",
"state": {} "state": {
"file": "01.02 Home/@Main Dashboard.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
} }
}, },
{ {
"id": "e6293d9d6d2185df", "id": "3772900db606a818",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "RSS_FEED", "type": "DICE_ROLLER_VIEW",
"state": {} "state": {}
} }
}, },
{ {
"id": "361e9d50fb5d462a", "id": "a2bb3ff8e20cb266",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "DICE_ROLLER_VIEW", "type": "FANTASY_CALENDAR",
"state": {} "state": {}
} }
}, },
{ {
"id": "568a81e4d1df7ee7", "id": "b549358cb3cdf82e",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "online.tokuhirom.obsidian-stopwatch-plugin", "type": "online.tokuhirom.obsidian-stopwatch-plugin",
@ -136,30 +132,26 @@
} }
}, },
{ {
"id": "617039e6cfeabbae", "id": "13a8f367f6dea26f",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outgoing-link", "type": "RSS_FEED",
"state": { "state": {}
"file": "01.02 Home/@Main Dashboard.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
} }
} }
] ]
}, },
"active": "0204ce7a98b762a7", "active": "aad0b35b96a343f9",
"lastOpenFiles": [ "lastOpenFiles": [
"01.02 Home/@Main Dashboard.md", "01.02 Home/@Main Dashboard.md",
"01.02 Home/@Shopping list.md", "01.01 Life Orga/Lifestyle.md",
"00.03 News/News.md", "06.02 Investments/Polkadot.md",
"00.01 Admin/Test sheet.md", "06.02 Investments/Ocean Protocol.md",
"00.01 Admin/React/Weather.md", "06.02 Investments/Holochain.md",
"03.01 Reading list/@Reading master.md", "06.02 Investments/EOS.md",
"03.01 Reading list/Le jour où j'ai appris à vivre.md", "06.02 Investments/Enjin.md",
"03.01 Reading list/L'ombre du vent.md", "06.02 Investments/Aragon.md",
"00.02 Inbox/Civilizations.md", "06.02 Investments/Chainlink.md",
"03.01 Reading list/Dans les forêts de Sibérie.md" "00.01 Admin/Test sheet.md"
] ]
} }

@ -41,8 +41,8 @@ style: number
### Plugins to watch ### Plugins to watch
- [ ] <mark style="background:grey">Plugin</mark>: crypto lookup - [x] [[Obsidian plugins]]: <mark style="background:grey">Plugin</mark>: crypto lookup ✅ 2022-01-12
- [ ] <mark style="background:grey">Plugin</mark>: fix timetable - [x] [[Obsidian plugins]]: <mark style="background:grey">Plugin</mark>: fix timetable ✅ 2022-01-12
- [x] <mark style="background:grey">Plugin</mark>: [wordpress](https://github.com/devbean/obsidian-wordpress) ✅ 2022-01-08 - [x] <mark style="background:grey">Plugin</mark>: [wordpress](https://github.com/devbean/obsidian-wordpress) ✅ 2022-01-08
- [x] <mark style="background:grey">App</mark>: Obsidian optimisation for iOS ✅ 2021-12-08 - [x] <mark style="background:grey">App</mark>: Obsidian optimisation for iOS ✅ 2021-12-08
- [!] <mark style="background:grey">Export</mark>: Obsidian -> Email - [!] <mark style="background:grey">Export</mark>: Obsidian -> Email
@ -55,7 +55,6 @@ style: number
https://github.com/SkepticMystic/email-templates https://github.com/SkepticMystic/email-templates
https://github.com/roovo/obsidian-card-board
https://github.com/dbarenholz/obsidian-plaintext https://github.com/dbarenholz/obsidian-plaintext
https://github.com/MSzturc/obsidian-advanced-slides https://github.com/MSzturc/obsidian-advanced-slides
https://github.com/Quorafind/Obsidian-Big-Calendar https://github.com/Quorafind/Obsidian-Big-Calendar

@ -2,15 +2,17 @@
ChildrenType: ["Note", "Task", "Recipe"] ChildrenType: ["Note", "Task", "Recipe"]
JSXExample: "Hello JSX!" JSXExample: "Hello JSX!"
Number1: 1
Number2: 3
--- ---
`jsx-<LoadiFrameButton title="" src="https://pipep.kavin.rocks" />` `jsx-<LoadiFrameButton title="" src="https://wallpapercave.com/wp/s1uSZJA.jpg" />`
`jsx- <WithFrontMatter render={({JSXExample})=><h1>The value of hello is "{JSXExample}"</h1>}/>` `jsx- <WithFrontMatter render={({JSXExample})=><h1>The value of hello is "{JSXExample}"</h1>}/>`
```jsx: `jsx- <WithFrontMatter render={({Number1, Number2})=> (Number1 + Number2) * 100
<Weather /> }/>`
```
[Forum](https://forum.obsidian.md) [Forum](https://forum.obsidian.md)
@ -18,6 +20,9 @@ JSXExample: "Hello JSX!"
&emsp; &emsp;
&emsp; &emsp;
> citation example
> <div class="signature"> ~ Melchior de Villeneuve</div>
&emsp; &emsp;

@ -69,8 +69,8 @@ All things related to personal Finances.
&emsp; &emsp;
- [ ] Closing accounts with [[hLedger]] - [ ] [[Finances]]: Closing accounts with [[hLedger]]
- [ ] Set up 2022 & CHF - [ ] [[Finances]]: Set up 2022 & CHF
- [x] Set up Investments on [[hLedger]] - [x] Set up Investments on [[hLedger]]
- [x] Explore Personal Accounting software - [x] Explore Personal Accounting software
- [x] Consolidate financial views across geographies - [x] Consolidate financial views across geographies

@ -69,7 +69,7 @@ Repository of tasks and To-Dos re Utilities & Public service admin
&emsp; &emsp;
- [ ] Monitor UK naturalisation (2021-08-02) 📅 2021-11-02 - [ ] [[Life Admin]]: Monitor UK naturalisation (2021-08-02) 📅 2022-02-02
- [x] Check Tax implication of Unemployment Benefits - [x] Check Tax implication of Unemployment Benefits
- [x] Election Register - [x] Election Register
- [x] Apply for a [[Life Admin#French ID|French ID]] - [x] Apply for a [[Life Admin#French ID|French ID]]

@ -69,11 +69,11 @@ Repository of Tasks & To-dos regarding life style.
&emsp; &emsp;
- [ ] Re-start swimming - [ ] [[Lifestyle]]: Re-start swimming
- [x] Stop smoking 📅 2021-12-31 ✅ 2021-12-05 - [x] Stop smoking 📅 2021-12-31 ✅ 2021-12-05
- [ ] Re-start [[Lifestyle#polo|Polo]] - [ ] [[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]]
- [ ] Continue building [[Lifestyle#Music Library|Music Library]] - [ ] [[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]]
- [ ] Build Movie library - [ ] [[Lifestyle]]: Build Movie library
- [x] Organisation of holiday in France - [x] Organisation of holiday in France
- [x] Tattoo - [x] Tattoo

@ -97,7 +97,7 @@ const C = props=>{
iframe.contentWindow.document.close(); iframe.contentWindow.document.close();
})() })()
}) })
return <iframe ref={ref} width="100%" height="250" frameBorder="0"/> return <iframe ref={ref} width="100%" height="300" frameBorder="0"/>
} }
<C /> <C />
``` ```
@ -112,8 +112,6 @@ const C = props=>{
title: Summary title: Summary
collapse: open collapse: open
This space is the main dashboard of my vault. This space is the main dashboard of my vault.
==WIP==
- React stuff?
``` ```
&emsp; &emsp;
@ -212,9 +210,9 @@ where ReadingState = "In progress"
&emsp; &emsp;
`dice: 3d#NotYetTested|link` `dice: #NotYetTested|link`
`dice: 3d#NotYetTested|link` `dice: #NotYetTested|link`
`dice: 3d#NotYetTested|link` `dice: #NotYetTested|link`
&emsp; &emsp;

@ -183,7 +183,8 @@ The following Apps require a manual backup:
- [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday 📅 2022-01-06 ✅ 2022-01-08 - [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday 📅 2022-01-06 ✅ 2022-01-08
- [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday 📅 2021-10-14 ✅ 2022-01-08 - [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday 📅 2021-10-14 ✅ 2022-01-08
- [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday ✅ 2021-10-13 - [x] Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]] 🔁 every 3 months on the 1st Thursday ✅ 2021-10-13
- [ ] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2022-01-11 - [ ] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2022-04-12
- [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2022-01-11 ✅ 2022-01-11
- [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2021-10-14 ✅ 2022-01-08 - [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday 📅 2021-10-14 ✅ 2022-01-08
- [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday ✅ 2021-10-13 - [x] Backup [[Storage and Syncing#Instructions for iPhone|iPhone]] 🔁 every 3 months on the 2nd Tuesday ✅ 2021-10-13
- [ ] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2022-04-01 - [ ] Backup [[Storage and Syncing#Instructions for FV|Folder Vault]] 🔁 every 3 months on the 1st Friday 📅 2022-04-01

@ -52,7 +52,7 @@ style: number
&emsp; &emsp;
### Documentation ### Documentation
[[#^Top|TOP]]
&emsp; &emsp;
[Plain text Accounting](https://plaintextaccounting.org/) [Plain text Accounting](https://plaintextaccounting.org/)
@ -72,7 +72,7 @@ style: number
&emsp; &emsp;
### hLedger ### hLedger
[[#^Top|TOP]]
&emsp; &emsp;
Plain Text Accounting is accessible through command-line clients like hledger. Plain Text Accounting is accessible through command-line clients like hledger.
@ -104,7 +104,7 @@ The underlying database is a (collection of) file(s) readable through classic te
&emsp; &emsp;
#### Initialisation #### Initialisation
[[#^Top|TOP]]
At start of the year/period in any given file, a certain number of initialisations need to be made: At start of the year/period in any given file, a certain number of initialisations need to be made:
1. **Initialise top-level accounts** 1. **Initialise top-level accounts**
@ -356,9 +356,9 @@ title: To explore
- [!] Financial forecasting - [!] Financial forecasting
``` ```
- [ ] Tax for Investments - [ ] [[hLedger]]: Tax for Investments
- [ ] Financial forecasting - [ ] [[hLedger]]: Financial forecasting
- [ ] Update Price file 🔁 every 3 months on the 1st Friday 📅 2022-04-01 - [ ] [[hLedger]]: Update Price file 🔁 every 3 months on the 1st Friday 📅 2022-04-01
- [x] Update Price file 🔁 every 3 months on the 1st Friday 📅 2022-01-07 ✅ 2022-01-08 - [x] Update Price file 🔁 every 3 months on the 1st Friday 📅 2022-01-07 ✅ 2022-01-08
- [x] Update Price file 🔁 every 3 months on the 1st Friday 📅 2021-10-03 ✅ 2022-01-03 - [x] Update Price file 🔁 every 3 months on the 1st Friday 📅 2021-10-03 ✅ 2022-01-03
- [x] Update Price file 🔁 every 3 months on the 1st Friday ✅ 2021-10-02 - [x] Update Price file 🔁 every 3 months on the 1st Friday ✅ 2021-10-02

@ -6,7 +6,7 @@ Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
location: [47.1644093,8.5153325] location: [47.1644093,8.5153325]
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
Investment: Investment:
Type: "Crypto" Type: "Crypto"
Style: "Growth" Style: "Growth"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-22 PDate: 2021-03-22
PPrice: 8.007 PPrice: 8.007
LPrice: 9.18
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -94,6 +98,11 @@ The token itself has limited use cases hence its high dependence on mass adoptio
&emsp; &emsp;
```ad-product
title: Price update
ANT:USD price = 9.18, volume = 10,536.62, change = 0.04 on 2022-01-12T23:03:02
```
ANT is the token that gives rights to participate in the governance of Aragon, a DAO itself. It is understood that users of Aragon solutions would want a share of the decision-making on the future of the service and price should therefore be correlated to adoption. ANT is the token that gives rights to participate in the governance of Aragon, a DAO itself. It is understood that users of Aragon solutions would want a share of the decision-making on the future of the service and price should therefore be correlated to adoption.
ANT are not easily stakeable, i.e., vested against a yield, however. ANT are not easily stakeable, i.e., vested against a yield, however.

@ -5,7 +5,7 @@ Tag: ["Infrastructure", "Bridge", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [19.2824849, -81.24453276644255] location: [19.2824849, -81.24453276644255]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-06 PDate: 2021-03-06
PPrice: 28.68538 PPrice: 28.68538
LPrice: 26.63
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -95,6 +99,11 @@ Maturing project with Institutional buying support.
&emsp; &emsp;
```ad-product
title: Price update
LINK:USD price = 26.63, volume = 4,040,879.63, change = -0.05 on 2022-01-12T23:04:02
```
The LINK token is the utility token of the network (i.e. the mean of exchange of information and gas fees) linking its value to the traffic in the network and therefore adoption. The LINK token is the utility token of the network (i.e. the mean of exchange of information and gas fees) linking its value to the traffic in the network and therefore adoption.
&emsp; &emsp;

@ -5,7 +5,7 @@ Tag: ["Blockchain", "Infrastructure", "ESG", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [19.2953549, -81.3807776] location: [19.2953549, -81.3807776]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-06 PDate: 2021-03-06
PPrice: 4.57 PPrice: 4.57
LPrice: 2.88
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -106,6 +110,11 @@ It is also the first Blockchain technology to advertise a 'Carbon-Neutral' footp
&emsp; &emsp;
```ad-product
title: Price update
EOS:USD price = 2.88, volume = 10,540,042.02, change = -0.01 on 2022-01-12T23:10:03
```
EOS is the utility token powering the mainnet. It is used to 'buy' RAM on the blockchain, by buying EOS. Each individual or instance receive RAM priority in accordance to the number of tokens they hold. EOS is the utility token powering the mainnet. It is used to 'buy' RAM on the blockchain, by buying EOS. Each individual or instance receive RAM priority in accordance to the number of tokens they hold.
EOS can be staked in the PowerUp functionality by which users with no need for RAM can lend their bandwidth space to pther users with punctual needs. EOS can be staked in the PowerUp functionality by which users with no need for RAM can lend their bandwidth space to pther users with punctual needs.

@ -5,7 +5,7 @@ Tag: ["NFT", "Gaming", "ESG", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [1.2813384, 103.85091665] location: [1.2813384, 103.85091665]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-08 PDate: 2021-03-08
PPrice: 1.9 PPrice: 1.9
LPrice: 2.56
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -96,6 +100,11 @@ Adoption and competition risk are high; even higher since NFT have made the head
&emsp; &emsp;
```ad-product
title: Price update
ENJ:USD price = 2.56, volume = 11,794,408.55, change = 0.05 on 2022-01-12T23:08:01
```
The ENJ token represents the utility token of Enjin, which primary aim is to mint NFTs for gaming and artistic purposes. Circulation and availability is deemed to decrease as that token represents the reserve value of each NFT minted. The ENJ token represents the utility token of Enjin, which primary aim is to mint NFTs for gaming and artistic purposes. Circulation and availability is deemed to decrease as that token represents the reserve value of each NFT minted.
Enjin also offers JENJ, the utility token of Jumpnet and EFI, the utility token of Efinity, Enjin's cross-chain solution to ensure portability of its NFTs across blockchains, based on [[Polkadot]]. Enjin also offers JENJ, the utility token of Jumpnet and EFI, the utility token of Efinity, Enjin's cross-chain solution to ensure portability of its NFTs across blockchains, based on [[Polkadot]].
Today, ENJ cannot be staked natively but finctionality to stake is being developed to increase attractivity of that token. Today, ENJ cannot be staked natively but finctionality to stake is being developed to increase attractivity of that token.
@ -114,7 +123,7 @@ Today, ENJ cannot be staked natively but finctionality to stake is being develop
- [ ] Launch of Enterprise solutions - [ ] Launch of Enterprise solutions
- [ ] Launch of Wallet 2.0 - [ ] Launch of Wallet 2.0
- [ ] Launch of their [NFT platform](https://nft.io) - [x] Launch of their [NFT platform](https://nft.io) ✅ 2022-01-12
- [x] Launch of Efinity (2021-06-24) - [x] Launch of Efinity (2021-06-24)
- [x] Launch of Jumpnet (2021-06-02) - [x] Launch of Jumpnet (2021-06-02)

@ -5,7 +5,7 @@ Tag: ["Blockchain", "Infrastructure", "ESG", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [36.14231564218552, -5.352527091457547] location: [36.14231564218552, -5.352527091457547]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-29 PDate: 2021-03-29
PPrice: 0.01283 PPrice: 0.01283
LPrice: 0.01
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -96,6 +100,11 @@ The technology is sufficiently disruptive for growing significantly over the nex
&emsp; &emsp;
```ad-product
title: Price update
HOT:USD price = 0.01, volume = 848,587,100.00, change = 0.00 on 2022-01-12T23:12:02
```
HOT is an ERC20 placeholder for the native Holofuel and its value currently fluctuates with investors' interests in the project. The native token price should be relatively stable and be mostly used to buy/sell storage and RAM through self-hosting. HOT is an ERC20 placeholder for the native Holofuel and its value currently fluctuates with investors' interests in the project. The native token price should be relatively stable and be mostly used to buy/sell storage and RAM through self-hosting.
As such, the expectation of drastic price action is low and much of the valie will be generated with hosting an instance of Holochain to rent out to developpers. As such, the expectation of drastic price action is low and much of the valie will be generated with hosting an instance of Holochain to rent out to developpers.

@ -5,7 +5,7 @@ Tag: ["DeFi", "Bridge2TraFi", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [35.9080678, 14.4788068] location: [35.9080678, 14.4788068]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -15,6 +15,8 @@ Investment:
Trading: Trading:
PDate: 2021-03-09 PDate: 2021-03-09
PPrice: 1.23 PPrice: 1.23
LPrice: 26.63
CollapseMetaTable: yes
--- ---
@ -100,6 +102,11 @@ The ambition to bridge decentralised and traditional finance is what makes this
&emsp; &emsp;
```ad-product
title: Price update
NBU:USD
```
NBU is the utility token of the DeFi platform and therefore price action will depend on remuneration structure of the different investment strategies as well as the adoption of this DeFi platform in a very competitive sub-industry. NBU is the utility token of the DeFi platform and therefore price action will depend on remuneration structure of the different investment strategies as well as the adoption of this DeFi platform in a very competitive sub-industry.
The platform offers a GNBU token that serves governance of the project as well as reaping benefits from all underlying strategies (yet, this is not clear how). The platform offers a GNBU token that serves governance of the project as well as reaping benefits from all underlying strategies (yet, this is not clear how).
Both tokens are duplicated as ERC20 and BEP20. Both tokens are duplicated as ERC20 and BEP20.

@ -5,7 +5,7 @@ Tag: ["Data", "Industrial", "Marketplace", "AI"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [1.336245, 103.8866274] location: [1.336245, 103.8866274]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-15 PDate: 2021-03-15
PPrice: 1.47497 PPrice: 1.47497
LPrice: 0.79
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -95,6 +99,11 @@ The token itself has little utility beyond powering the marketplace and therefor
&emsp; &emsp;
```ad-product
title: Price update
OCEAN:USD price = 0.79, volume = 97,672.32, change = 0.00 on 2022-01-12T23:15:02
```
The OCEAN token powers the marketplace and will benefit from generated transactions and adoption. However, the token appears to be a simple currency mean and therefore may not hold an intrinsic value. Instead, token holders are encouraged to participate in liquidity pools between dataset-specific tokens and OCEAN to guarantee the liquidity of dataset-linked currencies and increase wealth through staking. The OCEAN token powers the marketplace and will benefit from generated transactions and adoption. However, the token appears to be a simple currency mean and therefore may not hold an intrinsic value. Instead, token holders are encouraged to participate in liquidity pools between dataset-specific tokens and OCEAN to guarantee the liquidity of dataset-linked currencies and increase wealth through staking.
As described above, staking, which provides a utility to the marketplace, is encouraged. As described above, staking, which provides a utility to the marketplace, is encouraged.

@ -5,7 +5,7 @@ Tag: ["Infrastructure", "Bridge", "Investment"]
Date: 2021-08-17 Date: 2021-08-17
DocType: "Investment" DocType: "Investment"
Hierarchy: "NonRoot" Hierarchy: "NonRoot"
TimeStamp: 2021-08-17 TimeStamp: 2022-01-12
location: [47.1644093,8.5153325] location: [47.1644093,8.5153325]
Investment: Investment:
Type: "Crypto" Type: "Crypto"
@ -14,11 +14,15 @@ Investment:
Ccy: USD Ccy: USD
Trading: Trading:
PDate: 2021-03-15 PDate: 2021-03-15
PPrice: 34.52 PPrice: 34.52
LPrice: 27.37
CollapseMetaTable: yes
--- ---
Parent:: [[Crypto Investments|Crypto Investment]] Parent:: [[Crypto Investments|Crypto Investment]]
**Performance**: `jsx- <WithFrontMatter render={({PPrice, LPrice})=> (LPrice / PPrice - 1) * 100
}/>`%
--- ---
@ -96,6 +100,11 @@ The main risk today lies in the supply side and so-called Inflation, which in th
&emsp; &emsp;
```ad-product
title: Price update
DOT:USD price = 27.37, volume = 7,072,021.25, change = 0.03 on 2022-01-12T23:16:02
```
DOT is the utility token of the Bridge and will therefore benefit from traffic, adoption and use. DOT is the utility token of the Bridge and will therefore benefit from traffic, adoption and use.
The token-holders are incentivised to stake their tokens (15% annualised yield), yet this yield is partially (if not fully) funded by token issuance (8% new token printing p.a.), impacting negatively the price action for Investors. The token-holders are incentivised to stake their tokens (15% annualised yield), yet this yield is partially (if not fully) funded by token issuance (8% new token printing p.a.), impacting negatively the price action for Investors.

Binary file not shown.
Loading…
Cancel
Save