From 670b305a7787f8e80d816561172a09075d2b1e3b Mon Sep 17 00:00:00 2001 From: Andley Chang Date: Wed, 3 Mar 2021 10:20:39 +0800 Subject: [PATCH] vault backup: 2021-03-03 10:20:39 --- .obsidian/plugins/obsidian-hider/data.json | 2 +- .obsidian/snippets/Ruby-Interlinear.css | 2 +- .obsidian/snippets/print-margin.css | 217 +++++++++++++++++++++ .obsidian/workspace | 24 ++- {IBG4E Course => IBG4E}/2021-CTTS.md | 0 {IBG4E Course => IBG4E}/HW1-Key.md | 0 {IBG4E Course => IBG4E}/HW1.md | 0 {IBG4E Course => IBG4E}/HW2.md | 0 {IBG4E Course => IBG4E}/HW3.md | 0 {IBG4E Course => IBG4E}/HW4.md | 0 {IBG4E Course => IBG4E}/HW5.md | 0 {IBG4E Course => IBG4E}/HW6.md | 0 {IBG4E Course => IBG4E}/HW7.md | 0 {IBG4E Course => IBG4E}/HW8.md | 0 {IBG4E Course => IBG4E}/Untitled.md | 0 Syntax/否定.md | 8 + 16 files changed, 238 insertions(+), 15 deletions(-) create mode 100644 .obsidian/snippets/print-margin.css rename {IBG4E Course => IBG4E}/2021-CTTS.md (100%) rename {IBG4E Course => IBG4E}/HW1-Key.md (100%) rename {IBG4E Course => IBG4E}/HW1.md (100%) rename {IBG4E Course => IBG4E}/HW2.md (100%) rename {IBG4E Course => IBG4E}/HW3.md (100%) rename {IBG4E Course => IBG4E}/HW4.md (100%) rename {IBG4E Course => IBG4E}/HW5.md (100%) rename {IBG4E Course => IBG4E}/HW6.md (100%) rename {IBG4E Course => IBG4E}/HW7.md (100%) rename {IBG4E Course => IBG4E}/HW8.md (100%) rename {IBG4E Course => IBG4E}/Untitled.md (100%) create mode 100644 Syntax/否定.md diff --git a/.obsidian/plugins/obsidian-hider/data.json b/.obsidian/plugins/obsidian-hider/data.json index a448f05..034c6fc 100644 --- a/.obsidian/plugins/obsidian-hider/data.json +++ b/.obsidian/plugins/obsidian-hider/data.json @@ -1 +1 @@ -{"frameless":false,"hideRibbon":false,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false} \ No newline at end of file +{"frameless":false,"hideRibbon":true,"hideStatus":true,"hideScroll":false,"hideTooltips":false,"hideInstructions":false,"hideMeta":false} \ No newline at end of file diff --git a/.obsidian/snippets/Ruby-Interlinear.css b/.obsidian/snippets/Ruby-Interlinear.css index 3ed2c74..20608c0 100644 --- a/.obsidian/snippets/Ruby-Interlinear.css +++ b/.obsidian/snippets/Ruby-Interlinear.css @@ -38,7 +38,7 @@ /* ============= 列印 PDF 設定 ============= */ - @media print { +@media print { /* -------- 列印強調 ---------- */ a, strong, em { color: black !important; diff --git a/.obsidian/snippets/print-margin.css b/.obsidian/snippets/print-margin.css new file mode 100644 index 0000000..60476d5 --- /dev/null +++ b/.obsidian/snippets/print-margin.css @@ -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; +} diff --git a/.obsidian/workspace b/.obsidian/workspace index d84b52a..3081a80 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -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" ] } \ No newline at end of file diff --git a/IBG4E Course/2021-CTTS.md b/IBG4E/2021-CTTS.md similarity index 100% rename from IBG4E Course/2021-CTTS.md rename to IBG4E/2021-CTTS.md diff --git a/IBG4E Course/HW1-Key.md b/IBG4E/HW1-Key.md similarity index 100% rename from IBG4E Course/HW1-Key.md rename to IBG4E/HW1-Key.md diff --git a/IBG4E Course/HW1.md b/IBG4E/HW1.md similarity index 100% rename from IBG4E Course/HW1.md rename to IBG4E/HW1.md diff --git a/IBG4E Course/HW2.md b/IBG4E/HW2.md similarity index 100% rename from IBG4E Course/HW2.md rename to IBG4E/HW2.md diff --git a/IBG4E Course/HW3.md b/IBG4E/HW3.md similarity index 100% rename from IBG4E Course/HW3.md rename to IBG4E/HW3.md diff --git a/IBG4E Course/HW4.md b/IBG4E/HW4.md similarity index 100% rename from IBG4E Course/HW4.md rename to IBG4E/HW4.md diff --git a/IBG4E Course/HW5.md b/IBG4E/HW5.md similarity index 100% rename from IBG4E Course/HW5.md rename to IBG4E/HW5.md diff --git a/IBG4E Course/HW6.md b/IBG4E/HW6.md similarity index 100% rename from IBG4E Course/HW6.md rename to IBG4E/HW6.md diff --git a/IBG4E Course/HW7.md b/IBG4E/HW7.md similarity index 100% rename from IBG4E Course/HW7.md rename to IBG4E/HW7.md diff --git a/IBG4E Course/HW8.md b/IBG4E/HW8.md similarity index 100% rename from IBG4E Course/HW8.md rename to IBG4E/HW8.md diff --git a/IBG4E Course/Untitled.md b/IBG4E/Untitled.md similarity index 100% rename from IBG4E Course/Untitled.md rename to IBG4E/Untitled.md diff --git a/Syntax/否定.md b/Syntax/否定.md new file mode 100644 index 0000000..aa0724a --- /dev/null +++ b/Syntax/否定.md @@ -0,0 +1,8 @@ +否定範圍: + +1) + +約12:9 καὶandκαίCONJ ἦλθονthey came‚ἔρχομαιV-2AAI-3P ==οὐnotοὐPRT-N διὰbecause ofδιάPREP τὸνT-ASM ἸησοῦνJesusἸησοῦςN-ASM-P μόνον‚only‚μόνοςA-ASM== ἀλλ᾽butἀλλάCONJ ἵναthatἵναCONJ καὶalsoκαίCONJ τὸνT-ASM ΛάζαρονLazarusΛάζαροςN-ASM-P ἴδωσινthey might see‚εἴδωV-2AAS-3P ὃνwhomὅς, ἥR-ASM ἤγειρενHe had raisedἐγείρωV-AAI-3S ἐκout fromἐκPREP νεκρῶν.[the] dead.νεκρόςA-GPM (有許多猶太人...) 就來了,不但是為耶穌的緣故,也是要看他從死裡所復活的拉撒路。 + + + 約12:30 ==ΟὐNotοὐPRT-N δι᾽because ofδιάPREP ἐμὲMeἐγώP-1AS== theT-NSF φωνὴvoiceφωνήN-NSF αὕτηthisοὗτοςD-NSF γέγονενhas come‚γίνομαιV-2RAI-3S ἀλλὰbutἀλλάCONJ δι᾽because ofδιάPREP ὑμᾶς.you.σύP-2AP 這聲音不是為我,是為你們來的。 \ No newline at end of file