Skip to content

Commit 816b5d9

Browse files
committed
vault backup: 2025-03-05 18:31:54
1 parent d66ff51 commit 816b5d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.obsidian/app.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"attachmentFolderPath": "./attachments",
44
"promptDelete": false,
55
"alwaysUpdateLinks": true,
6-
"showRibbon": true,
76
"pdfExportSettings": {
87
"includeName": true,
98
"pageSize": "A4",

.obsidian/appearance.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"textFontFamily": "JetBrains Mono",
66
"nativeMenus": false,
77
"cssTheme": "Border",
8-
"baseFontSize": 16
8+
"baseFontSize": 16,
9+
"showRibbon": true
910
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package.path=package.path..";" ..debug.getinfo(1).source:match("(.*[/\\])"):sub(2) .. "?.lua"
2+
3+
Mode='hugo'
4+
5+
require('markdown')

0 commit comments

Comments
 (0)