vault backup: 2021-03-03 10:20:39

This commit is contained in:
Andley Chang 2021-03-03 10:20:39 +08:00
parent e9e6a0bdfe
commit 670b305a77
16 changed files with 238 additions and 15 deletions

View File

@ -1 +1 @@
{"frameless":false,"hideRibbon":false,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false}
{"frameless":false,"hideRibbon":true,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false}

View File

@ -38,7 +38,7 @@
/* ============= 列印 PDF 設定 ============= */
@media print {
@media print {
/* -------- 列印強調 ---------- */
a, strong, em {
color: black !important;

217
.obsidian/snippets/print-margin.css vendored Normal file
View File

@ -0,0 +1,217 @@
/* ============= 設定字型 ================== */
@font-face {
font-family: AndleyFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */
src: local("SBL BibLit");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Noto Sans");
}
@font-face {
font-family: AndleyFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("Noto Sans CJK TC");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */
src: local("Arial Narrow");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+00-024F; /* English UNICODE */
src: local("Arial Narrow");
}
@font-face {
font-family: InterlinearFont;
unicode-range: U+4E00-9FFF; /* 中文 UNICODE */
src: local("Noto Sans CJK TC");
}
/* ============= 列印 PDF 設定 ============= */
@media print {
/* -------- 列印強調 ---------- */
a, strong, em {
color: black !important;
}
/* -------- 列印 Interlinear 經文段落---------- */
ruby {
font-size: 19px !important; /* 14pt 字體大小*/
line-height: 19px !important;
padding-bottom: 10px !important;
}
rt {
font-size: 16px !important; /* 12pt 字體大小*/
line-height: 16px !important;
}
/* -------- 列印 Interlinear 圖析 ---------- */
ul ruby {
font-size: 16px !important; /* 12pt 字體大小*/
line-height: 16px !important;
padding-bottom: 2px !important;
}
ul rt {
font-size: 13px !important; /* 10pt 字體大小*/
line-height: 13px !important;
}
/* -------- 列印其他文字 ---------- */
html, body {
background-color: white !important;
color: black !important;
font-size: 16px !important; /* 12pt 字體大小*/
}
}
@page {
size: A4 portrait;
margin-right: 5.5cm;
margin-left: -0.5cm;
}
/* ============= Obsidian 介面設定 ============= */
.theme-dark {
--text-tag: #778899;
--text-muted: #D3D3D3;
--text-faint: gold;
--text-normal: #f1f1f1;
--text-selection: #ffe23d48;
--text-accent: greenyellow;
--color1:#ea4335;
--color2:#4285f4;
--color3:#34a853;
--color4:#ff8a00;
--opacity-translucency: 0.8;
}
.theme-light {
--text-tag: rgb(128, 136, 240);
--text-normal:black;
--text-selection: #ffe23d48;
--background-primary: white;
--color1:darkred;
--color2:darkblue;
--color3:darkgreen;
--color4:darkmagenta;
--opacity-translucency: 0;
}
.workspace-leaf.mod-active .view-header-title {
color: var(--text-faint);
}
/* 粗體、斜體 in preview and editor */
.cm-strong, .markdown-preview-view strong {
font-weight:bolder;
color: var(--text-accent);
}
.cm-em, .markdown-preview-view em {
color: var(--text-accent);
}
/* tags in preview and editor */
.cm-s-obsidian span.cm-tag {
color: var(--text-tag);
}
/* 標題 */
.cm-header-1, .markdown-preview-view h1 {
color: var(--color1);
font-size:26px; /* 20pt 字體大小*/
text-align: center;
border-bottom: 4px double ;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-2,.markdown-preview-view h2 {
color: var(--color2);
font-size:24px; /* 18pt 字體大小*/
text-align: center;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-3,.markdown-preview-view h3 {
color: var(--color3);
font-size:22px; /* 16pt 字體大小*/
text-indent: -30px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-4,.markdown-preview-view h4 {
color: var(--color4);
font-size:19px; /* 14pt 字體大小*/
text-indent: -20px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-5,.markdown-preview-view h5 {
color: var(--color5);
font-size:16px; /* 12pt 字體大小*/
text-indent: -10px;
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
.cm-header-6,.markdown-preview-view h6 {
color: var(--color6);
font-size:16px; /* 12pt 字體大小*/
font-family: "Noto Sans Black", "Noto Sans CJK TC Black";
}
/***************************************/
/* Table */
/***************************************/
.markdown-preview-view th {
border: 1px solid;
border-bottom: 4px double;
font-weight: 800;
padding: 3px 5px;
}
.markdown-preview-view td {
border: 1px solid;
padding: 3px 5px;
}
/***************************************/
/* Ruby Interlinear */
/***************************************/
/* -------- 銀幕 Interlinear 經文段落---------- */
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 19px ; /* 14pt 字體大小*/
line-height: 19px ;
padding-bottom: 10px ;
font-family: AndleyFont;
}
rt {
font-size: 16px ; /* 12pt 字體大小*/
line-height: 16px ;
font-family: InterlinearFont;
}
/* -------- 銀幕 Interlinear 圖析 ---------- */
ul ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 19px ; /* 12pt 字體大小*/
line-height: 19px ;
padding-bottom: 7px ;
}
ul rt {
font-size: 16px ; /* 10pt 字體大小*/
line-height: 16px ;
}
html, body {
font-family: AndleyFont;
font-size:16px;
}

24
.obsidian/workspace vendored
View File

@ -6,24 +6,22 @@
{
"id": "ef1ae424627310ed",
"type": "leaf",
"dimension": 42.99698795180722,
"active": true,
"state": {
"type": "markdown",
"state": {
"file": "IBG4E Course/HW1-Key.md",
"file": "Syntax/否定.md",
"mode": "source"
}
}
},
{
"id": "3de6e1ae83a31d88",
"id": "05dd8cb6a88e6cb9",
"type": "leaf",
"dimension": 57.00301204819278,
"state": {
"type": "markdown",
"state": {
"file": "IBG4E Course/HW1-Key.md",
"file": "Syntax/否定.md",
"mode": "preview"
}
}
@ -91,7 +89,7 @@
"state": {
"type": "backlink",
"state": {
"file": "IBG4E Course/HW1-Key.md",
"file": "Syntax/否定.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -117,7 +115,7 @@
"state": {
"type": "outline",
"state": {
"file": "IBG4E Course/HW1-Key.md"
"file": "Syntax/否定.md"
}
}
}
@ -130,15 +128,15 @@
"collapsed": true
},
"lastOpenFiles": [
"Syntax/否定.md",
"Syntax/Untitled.md",
"Syntax/IBG4E-Syntax.md",
"IBG4E/HW1-Key.md",
"Syntax/Syntax-00.md",
"IBG4E Course/HW1-Key.md",
"IBG4E Course/Untitled.md",
"IBG4E Course/2021-CTTS.md",
"GGBB/GGBB.md",
"Syntax/Syntax-00.md",
"Syntax/IBG4E-Syntax.md",
"IBG4E/Home Work.md",
"IBG4E/HW1-Answer.md",
"HW/Untitled.md",
"HW/HW9.md"
"IBG4E/Home Work.md"
]
}

8
Syntax/否定.md Normal file
View File

@ -0,0 +1,8 @@
否定範圍:
1)
<rt>約12:9</rt> <RUBY><ruby><ruby>καὶ<rt>and</rt></ruby><rt>καί</rt></ruby><rt>CONJ</rt></RUBY> <RUBY><ruby><ruby>ἦλθον<rt>theycame</rt></ruby><rt>ἔρχομαι</rt></ruby><rt>V-2AAI-3P</rt></RUBY> ==<RUBY><ruby><ruby>οὐ<rt>not</rt></ruby><rt>οὐ</rt></ruby><rt>PRT-N</rt></RUBY> <RUBY><ruby><ruby>διὰ<rt>becauseof</rt></ruby><rt>διά</rt></ruby><rt>PREP</rt></RUBY> <RUBY><ruby><ruby>τὸν<rt></rt></ruby><rt></rt></ruby><rt>T-ASM</rt></RUBY> <RUBY><ruby><ruby>Ἰησοῦν<rt>Jesus</rt></ruby><rt>Ἰησοῦς</rt></ruby><rt>N-ASM-P</rt></RUBY> <RUBY><ruby><ruby>μόνον‚<rt>only</rt></ruby><rt>μόνος</rt></ruby><rt>A-ASM</rt></RUBY>== <RUBY><ruby><ruby>ἀλλ᾽<rt>but</rt></ruby><rt>ἀλλά</rt></ruby><rt>CONJ</rt></RUBY> <RUBY><ruby><ruby>ἵνα<rt>that</rt></ruby><rt>ἵνα</rt></ruby><rt>CONJ</rt></RUBY> <RUBY><ruby><ruby>καὶ<rt>also</rt></ruby><rt>καί</rt></ruby><rt>CONJ</rt></RUBY> <RUBY><ruby><ruby>τὸν<rt></rt></ruby><rt></rt></ruby><rt>T-ASM</rt></RUBY> <RUBY><ruby><ruby>Λάζαρον<rt>Lazarus</rt></ruby><rt>Λάζαρος</rt></ruby><rt>N-ASM-P</rt></RUBY> <RUBY><ruby><ruby>ἴδωσιν<rt>theymightsee</rt></ruby><rt>εἴδω</rt></ruby><rt>V-2AAS-3P</rt></RUBY> <RUBY><ruby><ruby>ὃν<rt>whom</rt></ruby><rt>ὅς, ἥ</rt></ruby><rt>R-ASM</rt></RUBY> <RUBY><ruby><ruby>ἤγειρεν<rt>Hehadraised</rt></ruby><rt>ἐγείρω</rt></ruby><rt>V-AAI-3S</rt></RUBY> <RUBY><ruby><ruby>ἐκ<rt>outfrom</rt></ruby><rt>ἐκ</rt></ruby><rt>PREP</rt></RUBY> <RUBY><ruby><ruby>νεκρῶν.<rt>[the]dead.</rt></ruby><rt>νεκρός</rt></ruby><rt>A-GPM</rt></RUBY> <rt>(有許多猶太人...) 就來了,不但是為耶穌的緣故,也是要看他從死裡所復活的拉撒路。</rt>
<rt>約12:30</rt> ==<RUBY><ruby><ruby>Οὐ<rt>Not</rt></ruby><rt>οὐ</rt></ruby><rt>PRT-N</rt></RUBY> <RUBY><ruby><ruby>δι᾽<rt>becauseof</rt></ruby><rt>διά</rt></ruby><rt>PREP</rt></RUBY> <RUBY><ruby><ruby>ἐμὲ<rt>Me</rt></ruby><rt>ἐγώ</rt></ruby><rt>P-1AS</rt></RUBY>== <RUBY><ruby><ruby><rt>the</rt></ruby><rt></rt></ruby><rt>T-NSF</rt></RUBY> <RUBY><ruby><ruby>φωνὴ<rt>voice</rt></ruby><rt>φωνή</rt></ruby><rt>N-NSF</rt></RUBY> <RUBY><ruby><ruby>αὕτη<rt>this</rt></ruby><rt>οὗτος</rt></ruby><rt>D-NSF</rt></RUBY> <RUBY><ruby><ruby>γέγονεν<rt>hascome</rt></ruby><rt>γίνομαι</rt></ruby><rt>V-2RAI-3S</rt></RUBY> <RUBY><ruby><ruby>ἀλλὰ<rt>but</rt></ruby><rt>ἀλλά</rt></ruby><rt>CONJ</rt></RUBY> <RUBY><ruby><ruby>δι᾽<rt>becauseof</rt></ruby><rt>διά</rt></ruby><rt>PREP</rt></RUBY> <RUBY><ruby><ruby>ὑμᾶς.<rt>you.</rt></ruby><rt>σύ</rt></ruby><rt>P-2AP</rt></RUBY> <rt>這聲音不是為我,是為你們來的。</rt>