Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
@ -8,6 +8,9 @@ indent_style = space
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
[{server,translation}.json]
|
[{server,translation}.json]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
2
.gitattributes
vendored
@ -14,4 +14,6 @@ demo/**/*.txt eol=lf
|
|||||||
demo/**/*.js eol=lf
|
demo/**/*.js eol=lf
|
||||||
demo/**/*.css eol=lf
|
demo/**/*.css eol=lf
|
||||||
|
|
||||||
|
*.sh eol=lf
|
||||||
|
|
||||||
apps/client/src/libraries/** linguist-vendored
|
apps/client/src/libraries/** linguist-vendored
|
@ -1,593 +0,0 @@
|
|||||||
/* !!!!!! TRILIUM CUSTOM CHANGES !!!!!! */
|
|
||||||
|
|
||||||
.printed-content .ck-widget__selection-handle, .printed-content .ck-widget__type-around { /* gets rid of triangles: https://github.com/zadam/trilium/issues/1129 */
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-break {
|
|
||||||
page-break-after: always;
|
|
||||||
}
|
|
||||||
|
|
||||||
.printed-content .page-break:after,
|
|
||||||
.printed-content .page-break > * {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ck-content li p {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admonition {
|
|
||||||
--accent-color: var(--card-border-color);
|
|
||||||
border: 1px solid var(--accent-color);
|
|
||||||
box-shadow: var(--card-box-shadow);
|
|
||||||
background: var(--card-background-color);
|
|
||||||
border-radius: 0.5em;
|
|
||||||
padding: 1em;
|
|
||||||
margin: 1.25em 0;
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admonition p:last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admonition p, h2 {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admonition.note { --accent-color: #69c7ff; }
|
|
||||||
.admonition.tip { --accent-color: #40c025; }
|
|
||||||
.admonition.important { --accent-color: #9839f7; }
|
|
||||||
.admonition.caution { --accent-color: #ff2e2e; }
|
|
||||||
.admonition.warning { --accent-color: #e2aa03; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
* CKEditor 5 (v41.0.0) content styles.
|
|
||||||
* Generated on Fri, 26 Jan 2024 10:23:49 GMT.
|
|
||||||
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
|
|
||||||
*/
|
|
||||||
|
|
||||||
:root {
|
|
||||||
--ck-color-image-caption-background: hsl(0, 0%, 97%);
|
|
||||||
--ck-color-image-caption-text: hsl(0, 0%, 20%);
|
|
||||||
--ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
|
|
||||||
--ck-color-mention-text: hsl(341, 100%, 30%);
|
|
||||||
--ck-color-selector-caption-background: hsl(0, 0%, 97%);
|
|
||||||
--ck-color-selector-caption-text: hsl(0, 0%, 20%);
|
|
||||||
--ck-highlight-marker-blue: hsl(201, 97%, 72%);
|
|
||||||
--ck-highlight-marker-green: hsl(120, 93%, 68%);
|
|
||||||
--ck-highlight-marker-pink: hsl(345, 96%, 73%);
|
|
||||||
--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
|
|
||||||
--ck-highlight-pen-green: hsl(112, 100%, 27%);
|
|
||||||
--ck-highlight-pen-red: hsl(0, 85%, 49%);
|
|
||||||
--ck-image-style-spacing: 1.5em;
|
|
||||||
--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
|
|
||||||
--ck-todo-list-checkmark-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
|
|
||||||
.ck-content .table .ck-table-resized {
|
|
||||||
table-layout: fixed;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
|
|
||||||
.ck-content .table table {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
|
|
||||||
.ck-content .table td,
|
|
||||||
.ck-content .table th {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content .table {
|
|
||||||
margin: 0.9em auto;
|
|
||||||
display: table;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content .table table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border: 1px double hsl(0, 0%, 70%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content .table table td,
|
|
||||||
.ck-content .table table th {
|
|
||||||
min-width: 2em;
|
|
||||||
padding: .4em;
|
|
||||||
border: 1px solid hsl(0, 0%, 75%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content .table table th {
|
|
||||||
font-weight: bold;
|
|
||||||
background: hsla(0, 0%, 0%, 5%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content[dir="rtl"] .table th {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
||||||
.ck-content[dir="ltr"] .table th {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-table/theme/tablecaption.css */
|
|
||||||
.ck-content .table > figcaption {
|
|
||||||
display: table-caption;
|
|
||||||
caption-side: top;
|
|
||||||
word-break: break-word;
|
|
||||||
text-align: center;
|
|
||||||
color: var(--ck-color-selector-caption-text);
|
|
||||||
background-color: var(--ck-color-selector-caption-background);
|
|
||||||
padding: .6em;
|
|
||||||
font-size: .75em;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
|
|
||||||
.ck-content .page-break {
|
|
||||||
position: relative;
|
|
||||||
clear: both;
|
|
||||||
padding: 5px 0;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
|
|
||||||
.ck-content .page-break::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
border-bottom: 2px dashed hsl(0, 0%, 77%);
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
|
|
||||||
.ck-content .page-break__label {
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
padding: .3em .6em;
|
|
||||||
display: block;
|
|
||||||
text-transform: uppercase;
|
|
||||||
border: 1px solid hsl(0, 0%, 77%);
|
|
||||||
border-radius: 2px;
|
|
||||||
font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
|
|
||||||
font-size: 0.75em;
|
|
||||||
font-weight: bold;
|
|
||||||
color: hsl(0, 0%, 20%);
|
|
||||||
background: hsl(0, 0%, 100%);
|
|
||||||
box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
|
|
||||||
.ck-content .media {
|
|
||||||
clear: both;
|
|
||||||
margin: 0.9em 0;
|
|
||||||
display: block;
|
|
||||||
min-width: 15em;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list li {
|
|
||||||
position: relative;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list li .todo-list {
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label > input {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
width: var(--ck-todo-list-checkmark-size);
|
|
||||||
height: var(--ck-todo-list-checkmark-size);
|
|
||||||
vertical-align: middle;
|
|
||||||
border: 0;
|
|
||||||
left: -25px;
|
|
||||||
margin-right: -15px;
|
|
||||||
right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content[dir=rtl] .todo-list .todo-list__label > input {
|
|
||||||
left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
right: -25px;
|
|
||||||
margin-left: -15px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label > input::before {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
box-sizing: border-box;
|
|
||||||
content: '';
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border: 1px solid hsl(0, 0%, 20%);
|
|
||||||
border-radius: 2px;
|
|
||||||
transition: 250ms ease-in-out box-shadow;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label > input::after {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
box-sizing: content-box;
|
|
||||||
pointer-events: none;
|
|
||||||
content: '';
|
|
||||||
left: calc( var(--ck-todo-list-checkmark-size) / 3 );
|
|
||||||
top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
|
|
||||||
width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
|
|
||||||
height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
|
|
||||||
border-style: solid;
|
|
||||||
border-color: transparent;
|
|
||||||
border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label > input[checked]::before {
|
|
||||||
background: hsl(126, 64%, 41%);
|
|
||||||
border-color: hsl(126, 64%, 41%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label > input[checked]::after {
|
|
||||||
border-color: hsl(0, 0%, 100%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label .todo-list__label__description {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
|
|
||||||
box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
width: var(--ck-todo-list-checkmark-size);
|
|
||||||
height: var(--ck-todo-list-checkmark-size);
|
|
||||||
vertical-align: middle;
|
|
||||||
border: 0;
|
|
||||||
left: -25px;
|
|
||||||
margin-right: -15px;
|
|
||||||
right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
|
|
||||||
left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
right: -25px;
|
|
||||||
margin-left: -15px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
box-sizing: border-box;
|
|
||||||
content: '';
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border: 1px solid hsl(0, 0%, 20%);
|
|
||||||
border-radius: 2px;
|
|
||||||
transition: 250ms ease-in-out box-shadow;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
box-sizing: content-box;
|
|
||||||
pointer-events: none;
|
|
||||||
content: '';
|
|
||||||
left: calc( var(--ck-todo-list-checkmark-size) / 3 );
|
|
||||||
top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
|
|
||||||
width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
|
|
||||||
height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
|
|
||||||
border-style: solid;
|
|
||||||
border-color: transparent;
|
|
||||||
border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
|
|
||||||
background: hsl(126, 64%, 41%);
|
|
||||||
border-color: hsl(126, 64%, 41%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
|
|
||||||
border-color: hsl(0, 0%, 100%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/todolist.css */
|
|
||||||
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ol {
|
|
||||||
list-style-type: decimal;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ol ol {
|
|
||||||
list-style-type: lower-latin;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ol ol ol {
|
|
||||||
list-style-type: lower-roman;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ol ol ol ol {
|
|
||||||
list-style-type: upper-latin;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ol ol ol ol ol {
|
|
||||||
list-style-type: upper-roman;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ul {
|
|
||||||
list-style-type: disc;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ul ul {
|
|
||||||
list-style-type: circle;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ul ul ul {
|
|
||||||
list-style-type: square;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-list/theme/list.css */
|
|
||||||
.ck-content ul ul ul ul {
|
|
||||||
list-style-type: square;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/image.css */
|
|
||||||
.ck-content .image {
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0.9em auto;
|
|
||||||
min-width: 50px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/image.css */
|
|
||||||
.ck-content .image img {
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 100%;
|
|
||||||
min-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/image.css */
|
|
||||||
.ck-content .image-inline {
|
|
||||||
/*
|
|
||||||
* Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
|
|
||||||
* Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
|
|
||||||
* This strange behavior does not happen with inline-flex.
|
|
||||||
*/
|
|
||||||
display: inline-flex;
|
|
||||||
max-width: 100%;
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/image.css */
|
|
||||||
.ck-content .image-inline picture {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/image.css */
|
|
||||||
.ck-content .image-inline picture,
|
|
||||||
.ck-content .image-inline img {
|
|
||||||
flex-grow: 1;
|
|
||||||
flex-shrink: 1;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
|
|
||||||
.ck-content img.image_resized {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
|
|
||||||
.ck-content .image.image_resized {
|
|
||||||
max-width: 100%;
|
|
||||||
display: block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
|
|
||||||
.ck-content .image.image_resized img {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imageresize.css */
|
|
||||||
.ck-content .image.image_resized > figcaption {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagecaption.css */
|
|
||||||
.ck-content .image > figcaption {
|
|
||||||
display: table-caption;
|
|
||||||
caption-side: bottom;
|
|
||||||
word-break: break-word;
|
|
||||||
color: var(--ck-color-image-caption-text);
|
|
||||||
background-color: var(--ck-color-image-caption-background);
|
|
||||||
padding: .6em;
|
|
||||||
font-size: .75em;
|
|
||||||
outline-offset: -1px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-block-align-left,
|
|
||||||
.ck-content .image-style-block-align-right {
|
|
||||||
max-width: calc(100% - var(--ck-image-style-spacing));
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-align-left,
|
|
||||||
.ck-content .image-style-align-right {
|
|
||||||
clear: none;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-side {
|
|
||||||
float: right;
|
|
||||||
margin-left: var(--ck-image-style-spacing);
|
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-align-left {
|
|
||||||
float: left;
|
|
||||||
margin-right: var(--ck-image-style-spacing);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-align-center {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-align-right {
|
|
||||||
float: right;
|
|
||||||
margin-left: var(--ck-image-style-spacing);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-block-align-right {
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-style-block-align-left {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content p + .image-style-align-left,
|
|
||||||
.ck-content p + .image-style-align-right,
|
|
||||||
.ck-content p + .image-style-side {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-inline.image-style-align-left,
|
|
||||||
.ck-content .image-inline.image-style-align-right {
|
|
||||||
margin-top: var(--ck-inline-image-style-spacing);
|
|
||||||
margin-bottom: var(--ck-inline-image-style-spacing);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-inline.image-style-align-left {
|
|
||||||
margin-right: var(--ck-inline-image-style-spacing);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
|
|
||||||
.ck-content .image-inline.image-style-align-right {
|
|
||||||
margin-left: var(--ck-inline-image-style-spacing);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .marker-yellow {
|
|
||||||
background-color: var(--ck-highlight-marker-yellow);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .marker-green {
|
|
||||||
background-color: var(--ck-highlight-marker-green);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .marker-pink {
|
|
||||||
background-color: var(--ck-highlight-marker-pink);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .marker-blue {
|
|
||||||
background-color: var(--ck-highlight-marker-blue);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .pen-red {
|
|
||||||
color: var(--ck-highlight-pen-red);
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
|
|
||||||
.ck-content .pen-green {
|
|
||||||
color: var(--ck-highlight-pen-green);
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
|
|
||||||
.ck-content blockquote {
|
|
||||||
overflow: hidden;
|
|
||||||
padding-right: 1.5em;
|
|
||||||
padding-left: 1.5em;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
font-style: italic;
|
|
||||||
border-left: solid 5px hsl(0, 0%, 80%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
|
|
||||||
.ck-content[dir="rtl"] blockquote {
|
|
||||||
border-left: 0;
|
|
||||||
border-right: solid 5px hsl(0, 0%, 80%);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-basic-styles/theme/code.css */
|
|
||||||
.ck-content code {
|
|
||||||
background-color: hsla(0, 0%, 78%, 0.3);
|
|
||||||
padding: .15em;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
|
|
||||||
.ck-content .text-tiny {
|
|
||||||
font-size: .7em;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
|
|
||||||
.ck-content .text-small {
|
|
||||||
font-size: .85em;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
|
|
||||||
.ck-content .text-big {
|
|
||||||
font-size: 1.4em;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-font/theme/fontsize.css */
|
|
||||||
.ck-content .text-huge {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-mention/theme/mention.css */
|
|
||||||
.ck-content .mention {
|
|
||||||
background: var(--ck-color-mention-background);
|
|
||||||
color: var(--ck-color-mention-text);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */
|
|
||||||
.ck-content hr {
|
|
||||||
margin: 15px 0;
|
|
||||||
height: 4px;
|
|
||||||
background: hsl(0, 0%, 87%);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
|
||||||
.ck-content pre {
|
|
||||||
padding: 1em;
|
|
||||||
text-align: left;
|
|
||||||
direction: ltr;
|
|
||||||
tab-size: 4;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
font-style: normal;
|
|
||||||
min-width: 200px;
|
|
||||||
border: 0px;
|
|
||||||
border-radius: 6px;
|
|
||||||
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
.ck-content pre:not(.hljs) {
|
|
||||||
color: hsl(0, 0%, 20.8%);
|
|
||||||
background: hsla(0, 0%, 78%, 0.3);
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
|
|
||||||
.ck-content pre code {
|
|
||||||
background: unset;
|
|
||||||
padding: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
|
|
||||||
.ck-content .page-break {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
|
|
||||||
.ck-content .page-break::after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
@ -438,15 +438,15 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>TODO
|
<li>TODO
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/work/Send%20invites%20for%20christmas%20par.html"
|
|
||||||
target="detail">Send invites for christmas party</a>
|
|
||||||
</li>
|
|
||||||
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/tesco/Buy%20milk.html"
|
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/tesco/Buy%20milk.html"
|
||||||
target="detail">Buy milk</a>
|
target="detail">Buy milk</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/mall/Buy%20some%20book%20for%20Bob.html"
|
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/mall/Buy%20some%20book%20for%20Bob.html"
|
||||||
target="detail">Buy some book for Bob</a>
|
target="detail">Buy some book for Bob</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/work/Send%20invites%20for%20christmas%20par.html"
|
||||||
|
target="detail">Send invites for christmas party</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Implementation
|
<li>Implementation
|
||||||
@ -477,12 +477,12 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>shopping
|
<li>shopping
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/mall/Buy%20some%20book%20for%20Bob.html"
|
|
||||||
target="detail">Buy some book for Bob</a>
|
|
||||||
</li>
|
|
||||||
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/tesco/Buy%20milk.html"
|
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/tesco/Buy%20milk.html"
|
||||||
target="detail">Buy milk</a>
|
target="detail">Buy milk</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="root/Trilium%20Demo/Scripting%20examples/Task%20manager/Locations/mall/Buy%20some%20book%20for%20Bob.html"
|
||||||
|
target="detail">Buy some book for Bob</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>groceries
|
<li>groceries
|
@ -18,28 +18,22 @@
|
|||||||
height="150">
|
height="150">
|
||||||
</figure>
|
</figure>
|
||||||
<p><strong>Welcome to TriliumNext Notes!</strong>
|
<p><strong>Welcome to TriliumNext Notes!</strong>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>This is initial "demo" document provided by TriliumNext by default to
|
<p>This is initial "demo" document provided by TriliumNext by default to
|
||||||
showcase some of its features and also give you some ideas how you might
|
showcase some of its features and also give you some ideas how you might
|
||||||
structure your notes. You can play with it, modify note content and tree
|
structure your notes. You can play with it, modify note content and tree
|
||||||
structure as you wish.</p>
|
structure as you wish.</p>
|
||||||
<p>If you need any help, visit TriliumNext website: <a href="https://github.com/TriliumNext">https://github.com/TriliumNext</a>
|
<p>If you need any help, visit TriliumNext website: <a href="https://github.com/TriliumNext">https://github.com/TriliumNext</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<h3>Cleanup</h3>
|
<h3>Cleanup</h3>
|
||||||
|
|
||||||
<p>Once you're finished with experimenting and want to cleanup these pages,
|
<p>Once you're finished with experimenting and want to cleanup these pages,
|
||||||
you can simply delete them all.</p>
|
you can simply delete them all.</p>
|
||||||
<h3>Formatting</h3>
|
<h3>Formatting</h3>
|
||||||
|
|
||||||
<p>TriliumNext supports classic formatting like <em>italic</em>, <strong>bold</strong>, <em><strong>bold and italic</strong></em>.
|
<p>TriliumNext supports classic formatting like <em>italic</em>, <strong>bold</strong>, <em><strong>bold and italic</strong></em>.
|
||||||
Of course you can add links like this one pointing to <a href="http://www.google.com">google.com</a>
|
Of course you can add links like this one pointing to <a href="http://www.google.com">google.com</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>Lists</p>
|
<p>Lists</p>
|
||||||
<p><strong>Ordered:</strong>
|
<p><strong>Ordered:</strong>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>First Item</li>
|
<li>First Item</li>
|
||||||
@ -54,7 +48,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p><strong>Unordered:</strong>
|
<p><strong>Unordered:</strong>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Item</li>
|
<li>Item</li>
|
@ -14,22 +14,17 @@
|
|||||||
|
|
||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<h2>Main characters</h2>
|
<h2>Main characters</h2>
|
||||||
|
|
||||||
<p>… here put main characters …</p>
|
<p>… here put main characters …</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<h2>Plot</h2>
|
<h2>Plot</h2>
|
||||||
|
|
||||||
<p>… describe main plot lines …</p>
|
<p>… describe main plot lines …</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<h2>Tone</h2>
|
<h2>Tone</h2>
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<h2>Genre</h2>
|
<h2>Genre</h2>
|
||||||
|
|
||||||
<p>scifi / drama / romance</p>
|
<p>scifi / drama / romance</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<h2>Similar books</h2>
|
<h2>Similar books</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>…</li>
|
<li>…</li>
|
||||||
</ul>
|
</ul>
|
@ -14,14 +14,11 @@
|
|||||||
|
|
||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<p>Checkout Kindle daily deals: <a href="https://www.amazon.com/gp/feature.html?docId=1000677541">https://www.amazon.com/gp/feature.html?docId=1000677541</a>
|
<p>Checkout Kindle daily deals: <a href="https://www.amazon.com/gp/feature.html?docId=1000677541">https://www.amazon.com/gp/feature.html?docId=1000677541</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Cixin Liu - <a href="https://www.amazon.com/Dark-Forest-Remembrance-Earths-Past/dp/0765386690/ref=pd_bxgy_14_img_2?_encoding=UTF8&pd_rd_i=0765386690&pd_rd_r=AB0J179TM9NTEAMHE240&pd_rd_w=FAhxX&pd_rd_wg=pLGK7&psc=1&refRID=AB0J179TM9NTEAMHE240">The Dark Forest</a>
|
<li>Cixin Liu - <a href="https://www.amazon.com/Dark-Forest-Remembrance-Earths-Past/dp/0765386690/ref=pd_bxgy_14_img_2?_encoding=UTF8&pd_rd_i=0765386690&pd_rd_r=AB0J179TM9NTEAMHE240&pd_rd_w=FAhxX&pd_rd_wg=pLGK7&psc=1&refRID=AB0J179TM9NTEAMHE240">The Dark Forest</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>Ann Leckie - <a href="https://www.amazon.com/Ancillary-Sword-Imperial-Radch-Leckie/dp/0316246654/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=0316246654&pd_rd_r=D7KDTGZFP7YM1YSYVY4G&pd_rd_w=jkn28&pd_rd_wg=JVhtw&psc=1&refRID=D7KDTGZFP7YM1YSYVY4G">Ancillary Sword</a>
|
<li>Ann Leckie - <a href="https://www.amazon.com/Ancillary-Sword-Imperial-Radch-Leckie/dp/0316246654/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=0316246654&pd_rd_r=D7KDTGZFP7YM1YSYVY4G&pd_rd_w=jkn28&pd_rd_wg=JVhtw&psc=1&refRID=D7KDTGZFP7YM1YSYVY4G">Ancillary Sword</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
@ -18,25 +18,21 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">buy milk </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">buy milk </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">do the laundry </span>
|
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">do the laundry </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">watch TV </span>
|
<input type="checkbox" checked="checked" disabled="disabled"><span class="todo-list__label__description">watch TV </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">eat ice cream </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description">eat ice cream </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -20,9 +20,10 @@
|
|||||||
is first created it will try to automatically determine the programming
|
is first created it will try to automatically determine the programming
|
||||||
language, should that fail it is possible to manually adjust it. The color
|
language, should that fail it is possible to manually adjust it. The color
|
||||||
scheme for the syntax highlighting is adjustable in settings. </p><pre><code class="language-application-javascript-env-frontend">function helloWorld() {
|
scheme for the syntax highlighting is adjustable in settings. </p><pre><code class="language-application-javascript-env-frontend">function helloWorld() {
|
||||||
alert("Hello world");
|
|
||||||
}</code></pre>
|
|
||||||
|
|
||||||
|
alert("Hello world");
|
||||||
|
|
||||||
|
}</code></pre>
|
||||||
<p>For larger pieces of code it is better to use a code note, which uses
|
<p>For larger pieces of code it is better to use a code note, which uses
|
||||||
a fully-fledged code editor (CodeMirror). For an example of a code note,
|
a fully-fledged code editor (CodeMirror). For an example of a code note,
|
||||||
see <a class="reference-link" href="../Scripting%20examples/Custom%20request%20handler.js">Custom request handler</a>.</p>
|
see <a class="reference-link" href="../Scripting%20examples/Custom%20request%20handler.js">Custom request handler</a>.</p>
|
@ -15,9 +15,7 @@
|
|||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<p><span class="math-tex">\(% \f is defined as #1f(#2) using the macro \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi\,e^{2 \pi i \xi x} \,d\xi\)</span>Some
|
<p><span class="math-tex">\(% \f is defined as #1f(#2) using the macro \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi\,e^{2 \pi i \xi x} \,d\xi\)</span>Some
|
||||||
math examples:</p><span class="math-tex">\[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\]</span>
|
math examples:</p><span class="math-tex">\[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\]</span>
|
||||||
|
|
||||||
<p>Another:</p><span class="math-tex">\[\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)\]</span>
|
<p>Another:</p><span class="math-tex">\[\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)\]</span>
|
||||||
|
|
||||||
<p>Inline math is also possible: <span class="math-tex">\(c^2 = a^2 + b^2\)</span> </p>
|
<p>Inline math is also possible: <span class="math-tex">\(c^2 = a^2 + b^2\)</span> </p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
</div>
|
</div>
|
@ -18,7 +18,7 @@
|
|||||||
href="https://en.wikipedia.org/wiki/Short_story">short story</a>by American writer <a href="https://en.wikipedia.org/wiki/Isaac_Asimov">Isaac Asimov</a>.
|
href="https://en.wikipedia.org/wiki/Short_story">short story</a>by American writer <a href="https://en.wikipedia.org/wiki/Isaac_Asimov">Isaac Asimov</a>.
|
||||||
It first appeared in the November 1956 issue of <a href="https://en.wikipedia.org/wiki/Science_Fiction_Quarterly"><em>Science Fiction Quarterly</em></a>.</p>
|
It first appeared in the November 1956 issue of <a href="https://en.wikipedia.org/wiki/Science_Fiction_Quarterly"><em>Science Fiction Quarterly</em></a>.</p>
|
||||||
<section
|
<section
|
||||||
class="include-note" data-note-id="ZWCYra81yOFO" data-box-size="medium"> </section>
|
class="include-note" data-note-id="VsFbpoySMCE3" data-box-size="medium"> </section>
|
||||||
<p>This page demonstrates two things:</p>
|
<p>This page demonstrates two things:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>possibility to <a href="#root/_hidden/_help/_help_KSZ04uQ2D1St/_help_iPIMuisry3hd/_help_nBAXQFj20hS1">include one note into another</a>
|
<li>possibility to <a href="#root/_hidden/_help/_help_KSZ04uQ2D1St/_help_iPIMuisry3hd/_help_nBAXQFj20hS1">include one note into another</a>
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<p>You can read some explanation on how this journal works here: <a href="https://github.com/zadam/trilium/wiki/Day-notes">https://github.com/zadam/trilium/wiki/Day-notes</a>
|
<p>You can read some explanation on how this journal works here: <a href="https://github.com/zadam/trilium/wiki/Day-notes">https://github.com/zadam/trilium/wiki/Day-notes</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -17,7 +17,6 @@
|
|||||||
<li>XBox</li>
|
<li>XBox</li>
|
||||||
<li>Candles</li>
|
<li>Candles</li>
|
||||||
<li><a href="https://www.amazon.ca/Anker-SoundCore-Portable-Bluetooth-Resistance/dp/B01MTB55WH?pd_rd_wg=honW8&pd_rd_r=c9bb7c0f-0051-4da7-991f-4ca711a1b3e3&pd_rd_w=ciUpR&ref_=pd_gw_simh&pf_rd_r=K10XKX0NGPDNTYYP4BS4&pf_rd_p=5f1b460b-78c1-580e-929e-2878fe4859e8">Portable speakers</a>
|
<li><a href="https://www.amazon.ca/Anker-SoundCore-Portable-Bluetooth-Resistance/dp/B01MTB55WH?pd_rd_wg=honW8&pd_rd_r=c9bb7c0f-0051-4da7-991f-4ca711a1b3e3&pd_rd_w=ciUpR&ref_=pd_gw_simh&pf_rd_r=K10XKX0NGPDNTYYP4BS4&pf_rd_p=5f1b460b-78c1-580e-929e-2878fe4859e8">Portable speakers</a>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>...?</li>
|
<li>...?</li>
|
||||||
</ul>
|
</ul>
|
@ -14,10 +14,8 @@
|
|||||||
|
|
||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<p>Wiki: <a href="https://en.wikipedia.org/wiki/Trusted_timestamping">https://en.wikipedia.org/wiki/Trusted_timestamping</a>
|
<p>Wiki: <a href="https://en.wikipedia.org/wiki/Trusted_timestamping">https://en.wikipedia.org/wiki/Trusted_timestamping</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>Bozho: <a href="https://techblog.bozho.net/using-trusted-timestamping-java/">https://techblog.bozho.net/using-trusted-timestamping-java/</a>
|
<p>Bozho: <a href="https://techblog.bozho.net/using-trusted-timestamping-java/">https://techblog.bozho.net/using-trusted-timestamping-java/</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p><strong>Trusted timestamping</strong> is the process of <a href="https://en.wikipedia.org/wiki/Computer_security">securely</a> keeping
|
<p><strong>Trusted timestamping</strong> is the process of <a href="https://en.wikipedia.org/wiki/Computer_security">securely</a> keeping
|
||||||
track of the creation and modification time of a document. Security here
|
track of the creation and modification time of a document. Security here
|
@ -16,7 +16,6 @@
|
|||||||
<p>Miscellaneous notes done on monday ...</p>
|
<p>Miscellaneous notes done on monday ...</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p>Interesting video: <a href="https://www.youtube.com/watch?v=_eSAF_qT_FY&feature=youtu.be">https://www.youtube.com/watch?v=_eSAF_qT_FY&feature=youtu.be</a>
|
<p>Interesting video: <a href="https://www.youtube.com/watch?v=_eSAF_qT_FY&feature=youtu.be">https://www.youtube.com/watch?v=_eSAF_qT_FY&feature=youtu.be</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p> </p>
|
<p> </p>
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
@ -18,7 +18,6 @@
|
|||||||
width="209" height="300">
|
width="209" height="300">
|
||||||
</figure>
|
</figure>
|
||||||
<p>Maybe CodeNames? <a href="https://boardgamegeek.com/boardgame/178900/codenames">https://boardgamegeek.com/boardgame/178900/codenames</a>
|
<p>Maybe CodeNames? <a href="https://boardgamegeek.com/boardgame/178900/codenames">https://boardgamegeek.com/boardgame/178900/codenames</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
@ -18,7 +18,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label class="todo-list__label">
|
<label class="todo-list__label">
|
||||||
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
<input type="checkbox" disabled="disabled"><span class="todo-list__label__description"> </span>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
@ -24,17 +24,14 @@
|
|||||||
<span
|
<span
|
||||||
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
||||||
data-footnote-id="6qz4pm021mi" role="doc-noteref" id="fnref6qz4pm021mi"><sup><a href="#fn6qz4pm021mi">[1]</a></sup>
|
data-footnote-id="6qz4pm021mi" role="doc-noteref" id="fnref6qz4pm021mi"><sup><a href="#fn6qz4pm021mi">[1]</a></sup>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="6qz4pm021mi" role="doc-endnote" id="fn6qz4pm021mi"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="6qz4pm021mi"><sup><strong><a href="#fnref6qz4pm021mi">^</a></strong></sup></span>
|
data-footnote-id="6qz4pm021mi" role="doc-endnote" id="fn6qz4pm021mi"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="6qz4pm021mi"><sup><strong><a href="#fnref6qz4pm021mi">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -26,16 +26,13 @@
|
|||||||
been brought to its knees.<span class="footnote-reference" data-footnote-reference=""
|
been brought to its knees.<span class="footnote-reference" data-footnote-reference=""
|
||||||
data-footnote-index="1" data-footnote-id="o6g991vkrwj" role="doc-noteref"
|
data-footnote-index="1" data-footnote-id="o6g991vkrwj" role="doc-noteref"
|
||||||
id="fnrefo6g991vkrwj"><sup><a href="#fno6g991vkrwj">[1]</a></sup></span>
|
id="fnrefo6g991vkrwj"><sup><a href="#fno6g991vkrwj">[1]</a></sup></span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="o6g991vkrwj" role="doc-endnote" id="fno6g991vkrwj"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="o6g991vkrwj"><sup><strong><a href="#fnrefo6g991vkrwj">^</a></strong></sup></span>
|
data-footnote-id="o6g991vkrwj" role="doc-endnote" id="fno6g991vkrwj"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="o6g991vkrwj"><sup><strong><a href="#fnrefo6g991vkrwj">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -22,16 +22,13 @@
|
|||||||
around 1450 in polished drystone walls.<span class="footnote-reference"
|
around 1450 in polished drystone walls.<span class="footnote-reference"
|
||||||
data-footnote-reference="" data-footnote-index="1" data-footnote-id="4prjheuho88"
|
data-footnote-reference="" data-footnote-index="1" data-footnote-id="4prjheuho88"
|
||||||
role="doc-noteref" id="fnref4prjheuho88"><sup><a href="#fn4prjheuho88">[1]</a></sup></span>
|
role="doc-noteref" id="fnref4prjheuho88"><sup><a href="#fn4prjheuho88">[1]</a></sup></span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="4prjheuho88" role="doc-endnote" id="fn4prjheuho88"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="4prjheuho88"><sup><strong><a href="#fnref4prjheuho88">^</a></strong></sup></span>
|
data-footnote-id="4prjheuho88" role="doc-endnote" id="fn4prjheuho88"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="4prjheuho88"><sup><strong><a href="#fnref4prjheuho88">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -23,16 +23,13 @@
|
|||||||
by earthquakes.<span class="footnote-reference" data-footnote-reference=""
|
by earthquakes.<span class="footnote-reference" data-footnote-reference=""
|
||||||
data-footnote-index="1" data-footnote-id="ej5sd0bakne" role="doc-noteref"
|
data-footnote-index="1" data-footnote-id="ej5sd0bakne" role="doc-noteref"
|
||||||
id="fnrefej5sd0bakne"><sup><a href="#fnej5sd0bakne">[1]</a></sup></span>
|
id="fnrefej5sd0bakne"><sup><a href="#fnej5sd0bakne">[1]</a></sup></span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="ej5sd0bakne" role="doc-endnote" id="fnej5sd0bakne"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="ej5sd0bakne"><sup><strong><a href="#fnrefej5sd0bakne">^</a></strong></sup></span>
|
data-footnote-id="ej5sd0bakne" role="doc-endnote" id="fnej5sd0bakne"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="ej5sd0bakne"><sup><strong><a href="#fnrefej5sd0bakne">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -26,17 +26,14 @@
|
|||||||
<span
|
<span
|
||||||
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
||||||
data-footnote-id="4kitkusvyi3" role="doc-noteref" id="fnref4kitkusvyi3"><sup><a href="#fn4kitkusvyi3">[1]</a></sup>
|
data-footnote-id="4kitkusvyi3" role="doc-noteref" id="fnref4kitkusvyi3"><sup><a href="#fn4kitkusvyi3">[1]</a></sup>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="4kitkusvyi3" role="doc-endnote" id="fn4kitkusvyi3"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="4kitkusvyi3"><sup><strong><a href="#fnref4kitkusvyi3">^</a></strong></sup></span>
|
data-footnote-id="4kitkusvyi3" role="doc-endnote" id="fn4kitkusvyi3"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="4kitkusvyi3"><sup><strong><a href="#fnref4kitkusvyi3">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -23,17 +23,14 @@
|
|||||||
<span
|
<span
|
||||||
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
class="footnote-reference" data-footnote-reference="" data-footnote-index="1"
|
||||||
data-footnote-id="o0o2das7ljm" role="doc-noteref" id="fnrefo0o2das7ljm"><sup><a href="#fno0o2das7ljm">[1]</a></sup>
|
data-footnote-id="o0o2das7ljm" role="doc-noteref" id="fnrefo0o2das7ljm"><sup><a href="#fno0o2das7ljm">[1]</a></sup>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="o0o2das7ljm" role="doc-endnote" id="fno0o2das7ljm"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="o0o2das7ljm"><sup><strong><a href="#fnrefo0o2das7ljm">^</a></strong></sup></span>
|
data-footnote-id="o0o2das7ljm" role="doc-endnote" id="fno0o2das7ljm"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="o0o2das7ljm"><sup><strong><a href="#fnrefo0o2das7ljm">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
@ -23,16 +23,13 @@
|
|||||||
the complex.<span class="footnote-reference" data-footnote-reference=""
|
the complex.<span class="footnote-reference" data-footnote-reference=""
|
||||||
data-footnote-index="1" data-footnote-id="zzzjn52iwk" role="doc-noteref"
|
data-footnote-index="1" data-footnote-id="zzzjn52iwk" role="doc-noteref"
|
||||||
id="fnrefzzzjn52iwk"><sup><a href="#fnzzzjn52iwk">[1]</a></sup></span>
|
id="fnrefzzzjn52iwk"><sup><a href="#fnzzzjn52iwk">[1]</a></sup></span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
<ol class="footnote-section footnotes" data-footnote-section="" role="doc-endnotes">
|
||||||
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
<li class="footnote-item" data-footnote-item="" data-footnote-index="1"
|
||||||
data-footnote-id="zzzjn52iwk" role="doc-endnote" id="fnzzzjn52iwk"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="zzzjn52iwk"><sup><strong><a href="#fnrefzzzjn52iwk">^</a></strong></sup></span>
|
data-footnote-id="zzzjn52iwk" role="doc-endnote" id="fnzzzjn52iwk"><span class="footnote-back-link" data-footnote-back-link="" data-footnote-id="zzzjn52iwk"><sup><strong><a href="#fnrefzzzjn52iwk">^</a></strong></sup></span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="footnote-content" data-footnote-content="">
|
class="footnote-content" data-footnote-content="">
|
||||||
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
<p><a href="https://www.thecollector.com/what-are-the-seven-wonders-of-the-world/">What Are the 7 Wonders of the World? (with HD Images) | TheCollector</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |