vault backup: 2023-08-19 15:51:10

Affected files:
.obsidian/community-plugins.json
.obsidian/plugins/obsidian-outliner/data.json
.obsidian/plugins/obsidian-outliner/main.js
.obsidian/plugins/obsidian-outliner/manifest.json
.obsidian/plugins/obsidian-outliner/styles.css
.obsidian/workspace.json
49-Ephesians/Eph.1.3--14.md
This commit is contained in:
Andley Chang 2023-08-19 15:51:10 +08:00
parent bf879244cd
commit e52c39e543
7 changed files with 3529 additions and 11 deletions

View File

@ -4,5 +4,6 @@
"wikilinks-to-mdlinks-obsidian",
"obsidian-footnotes",
"obsidian-tidy-footnotes",
"control-characters"
"control-characters",
"obsidian-outliner"
]

View File

@ -0,0 +1,12 @@
{
"styleLists": true,
"debug": false,
"stickCursor": "bullet-and-checkbox",
"betterEnter": true,
"betterTab": true,
"selectAll": true,
"listLines": false,
"listLineAction": "toggle-folding",
"dnd": true,
"previousRelease": "4.8.0"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "4.8.0",
"minAppVersion": "1.1.16",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko",
"isDesktopOnly": false
}

View File

@ -0,0 +1,105 @@
/* lists and bullets */
.outliner-plugin-better-lists .cm-s-obsidian .HyperMD-list-line {
padding-top: 0.4em;
}
.outliner-plugin-better-lists .cm-formatting-list-ul {
margin-right: 0.3em;
}
.outliner-plugin-better-lists .list-bullet::after {
width: 0.4em;
height: 0.4em;
background-color: var(--text-muted);
}
/* lines */
.outliner-plugin-list-lines-scroller {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--file-margins);
padding-left: 0;
pointer-events: none;
overflow: hidden;
}
.outliner-plugin-list-lines-content-container {
position: relative;
}
.outliner-plugin-list-line {
pointer-events: auto;
position: absolute;
width: 5px;
margin-left: 0.5ch;
margin-top: 1em;
z-index: 1;
cursor: pointer;
background: transparent;
background-image: linear-gradient(
to right,
var(--text-faint) 1px,
transparent 1px
);
background-position-x: 2px;
background-repeat: no-repeat;
}
.outliner-plugin-better-bullets .outliner-plugin-list-line {
margin-top: 1.4em;
}
.markdown-source-view.mod-cm6.is-readable-line-width
.outliner-plugin-list-lines-content-container {
max-width: 700px;
margin: auto;
}
.outliner-plugin-list-line:hover {
background: var(--text-faint);
}
.outliner-plugin-vertical-lines
.markdown-source-view.mod-cm6
.cm-hmd-list-indent
.cm-indent::before {
content: none;
}
/* drag-n-drop */
.outliner-plugin-dropping-line {
background-color: hsla(var(--interactive-accent-hsl), 0.4);
}
.outliner-plugin-dragging-line {
opacity: 0.5;
background-color: hsla(var(--interactive-accent-hsl), 0.2);
}
.outliner-plugin-drop-zone {
width: 300px;
height: 4px;
background: var(--color-accent);
z-index: 999;
position: absolute;
pointer-events: none;
}
.outliner-plugin-drop-zone-padding {
position: absolute;
height: 4px;
}
body.outliner-plugin-dnd:not(.outliner-plugin-dragging) .cm-formatting-list,
body.outliner-plugin-dnd:not(.outliner-plugin-dragging)
.cm-fold-indicator
.collapse-indicator {
cursor: grab !important;
}
html body.outliner-plugin-dnd.outliner-plugin-dragging {
cursor: grabbing !important;
}

View File

@ -37,14 +37,26 @@
"state": {
"type": "markdown",
"state": {
"file": "BBG4E/HW10-Key.md",
"file": "49-Ephesians/Eph.1.3-14.md",
"mode": "source",
"source": true
}
}
},
{
"id": "f9ea19fef5f46b69",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "49-Ephesians/Eph.1.3--14.md",
"mode": "source",
"source": true
}
}
}
],
"currentTab": 2
"currentTab": 3
},
{
"id": "def19645479b8806",
@ -56,7 +68,7 @@
"state": {
"type": "markdown",
"state": {
"file": "BBG4E/HW10-Key.md",
"file": "49-Ephesians/Eph.1.3-14.md",
"mode": "preview",
"source": true
}
@ -137,7 +149,7 @@
"state": {
"type": "outline",
"state": {
"file": "BBG4E/HW10-Key.md"
"file": "49-Ephesians/Eph.1.3--14.md"
}
}
},
@ -158,7 +170,7 @@
"state": {
"type": "backlink",
"state": {
"file": "BBG4E/HW10-Key.md",
"file": "49-Ephesians/Eph.1.3--14.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -175,7 +187,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "BBG4E/HW10-Key.md",
"file": "49-Ephesians/Eph.1.3--14.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -198,10 +210,12 @@
"workspaces:Manage workspace layouts": false
}
},
"active": "c83a1f0e31286295",
"active": "f9ea19fef5f46b69",
"lastOpenFiles": [
"43-John/Joh.20.31.md",
"49-Ephesians/Eph.1.3-14.md",
"49-Ephesians/Eph.1.3--14.md",
"BBG4E/HW10-Key.md",
"43-John/Joh.20.31.md",
"BBG4E/HW10.md",
"BBG4E/HW9-Key.md",
"BBG4E/HW9.md",
@ -225,8 +239,6 @@
"40-Matthew/Mat.6.1-4.md",
"40-Matthew/Mat.5.43-48.md",
"BBG4E/HW7-Key.md",
"BBG4E/HW7.md",
"BBG4E/HW6.md",
"Synonyms",
"47-2Corinthians",
"62-1John/1Jo.4.7-12.pdf",

View File

@ -0,0 +1 @@
Eph 1:3-14