Files
obsidian-global-config/plugins/advanced-pdf-export/data.json

159 lines
4.3 KiB
JSON

{
"pageSize": "Letter",
"orientation": "portrait",
"preset": "minimal",
"name": "Minimal",
"fontFamily": "Georgia, serif",
"fontSize": 12,
"lineHeight": 1.6,
"paragraphSpacing": 0.45,
"headingScale": 0.88,
"accentColor": "#333",
"bodyColor": "#222",
"headingColor": "#111",
"h1BorderBottom": false,
"h2BorderBottom": false,
"centerH1": false,
"blockquoteBg": "#f8f8f8",
"blockquoteBorderColor": "#ccc",
"codeBackground": "#f4f4f4",
"codeFontSize": 0.82,
"codeFontFamily": "'JetBrains Mono', monospace",
"codeTheme": "none",
"tableHeaderBg": "#efefef",
"tableStriped": false,
"pageBackground": "#ffffff",
"marginTop": 10,
"marginBottom": 12.7,
"marginLeft": 12.7,
"marginRight": 12.7,
"headerText": "",
"footerText": "",
"showHeader": true,
"showFooter": true,
"showHeaderBorder": false,
"showFooterBorder": false,
"showPageNumbers": true,
"pageNumberPosition": "right",
"pageNumberStart": 1,
"pageNumberFormat": "{{current}} / {{total}}",
"showHeaderOnFirstPage": true,
"showFooterOnFirstPage": true,
"headerAlignment": "right",
"footerTextAlignment": "left",
"headerFontSize": 9,
"headerFontColor": "#999999",
"footerFontSize": 9,
"footerFontColor": "#aaaaaa",
"linkUnderline": true,
"frameEnabled": false,
"frameColor": "#000000",
"frameThickness": 4,
"frameMargin": 8,
"frameStyle": "solid",
"hideFrontmatter": false,
"customFontName": "iA Writer Mono V",
"customCodeFontName": "",
"codeFontLigatures": false,
"autoBreakH1": false,
"autoBreakH2": false,
"includeFilenameAsTitle": false,
"previewScale": 0.9,
"customPageWidth": 210,
"customPageHeight": 297,
"headerHeight": 0,
"footerHeight": 0,
"headerImagePath": "",
"headerImageMargin": 0,
"footerImagePath": "",
"footerImageMargin": 0,
"backgroundImageEnabled": false,
"backgroundImagePath": "",
"backgroundImageSize": "cover",
"backgroundImageScope": "full-page",
"backgroundImageOpacity": 1,
"includeOutline": true,
"presetSnapshots": {
"default": {
"name": "Default",
"fontFamily": "Georgia, serif",
"fontSize": 13,
"lineHeight": 1.85,
"paragraphSpacing": 0.65,
"headingScale": 1,
"accentColor": "#7c6af7",
"bodyColor": "#1a1a2e",
"headingColor": "#0d0d1a",
"h1BorderBottom": false,
"h2BorderBottom": true,
"centerH1": false,
"blockquoteBg": "transparent",
"blockquoteBorderColor": "#7c6af7",
"codeBackground": "#f0f0f8",
"codeFontSize": 0.85,
"codeFontFamily": "'Courier New', monospace",
"codeTheme": "github-light",
"tableHeaderBg": "#f0f0f8",
"tableStriped": true,
"pageBackground": "#ffffff",
"marginTop": 20,
"marginBottom": 20,
"marginLeft": 25,
"marginRight": 25
},
"minimal": {
"name": "Minimal",
"fontFamily": "__custom__",
"fontSize": 12,
"lineHeight": 1.6,
"paragraphSpacing": 0.45,
"headingScale": 0.88,
"accentColor": "#333",
"bodyColor": "#222",
"headingColor": "#111",
"h1BorderBottom": false,
"h2BorderBottom": false,
"centerH1": false,
"blockquoteBg": "#f8f8f8",
"blockquoteBorderColor": "#ccc",
"codeBackground": "#f4f4f4",
"codeFontSize": 0.82,
"codeFontFamily": "'JetBrains Mono', monospace",
"codeTheme": "none",
"tableHeaderBg": "#efefef",
"tableStriped": false,
"pageBackground": "#ffffff",
"marginTop": 10,
"marginBottom": 12.7,
"marginLeft": 12.7,
"marginRight": 12.7
},
"academic": {
"name": "Academic",
"fontFamily": "'Times New Roman', Times, serif",
"fontSize": 12,
"lineHeight": 2,
"paragraphSpacing": 0,
"headingScale": 0.95,
"accentColor": "#1a3a6b",
"bodyColor": "#000",
"headingColor": "#000",
"h1BorderBottom": true,
"h2BorderBottom": true,
"centerH1": true,
"blockquoteBg": "transparent",
"blockquoteBorderColor": "#999",
"codeBackground": "#f9f9f9",
"codeFontSize": 0.88,
"codeFontFamily": "'Courier New', monospace",
"codeTheme": "solarized-light",
"tableHeaderBg": "#e8e8e8",
"tableStriped": false,
"pageBackground": "#ffffff",
"marginTop": 25,
"marginBottom": 25,
"marginLeft": 30,
"marginRight": 30
}
}
}