We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66ff51 commit 816b5d9Copy full SHA for 816b5d9
.obsidian/app.json
@@ -3,7 +3,6 @@
3
"attachmentFolderPath": "./attachments",
4
"promptDelete": false,
5
"alwaysUpdateLinks": true,
6
- "showRibbon": true,
7
"pdfExportSettings": {
8
"includeName": true,
9
"pageSize": "A4",
.obsidian/appearance.json
@@ -5,5 +5,6 @@
"textFontFamily": "JetBrains Mono",
"nativeMenus": false,
"cssTheme": "Border",
- "baseFontSize": 16
+ "baseFontSize": 16,
+ "showRibbon": true
10
}
.obsidian/plugins/obsidian-enhancing-export/lua/markdown hugo.lua
@@ -0,0 +1,5 @@
1
+package.path=package.path..";" ..debug.getinfo(1).source:match("(.*[/\\])"):sub(2) .. "?.lua"
2
+
+Mode='hugo'
+require('markdown')
0 commit comments